summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated attributes-test.h to recognize filter effects attributes implemented ↵Niko Kiirala2008-01-061-9/+9
| | | | | since 0.45 (bzr r4404)
* Removing a few more debug statementsBryce Harrington2008-01-061-6/+0
| | | (bzr r4403)
* Removing some debug statementsBryce Harrington2008-01-061-4/+0
| | | (bzr r4402)
* Adds 'Save as SVG' button / dialog to clarify when saving file, that itBryce Harrington2008-01-062-4/+9
| | | | | will be saved as SVG. Patch from Gringer. (Closes LP: #169995) (bzr r4401)
* Added bicubic pixblock transformer to fix jagged results with rotated filtersNiko Kiirala2008-01-053-2/+163
| | | (bzr r4397)
* noop: remove old, commented out debugging codeMaximilian Albert2008-01-051-41/+0
| | | (bzr r4393)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-0521-244/+851
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* Fixing up a few more filesBryce Harrington2008-01-056-4/+15
| | | (bzr r4391)
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-0511-11/+11
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-0514-9/+27
| | | | | currently. (bzr r4389)
* Only set style of box sides during creation (not upon every repr write).Maximilian Albert2008-01-053-15/+7
| | | (bzr r4388)
* Corrected tooltips and labels in the LPEsJoel Holdsworth2008-01-042-5/+5
| | | (bzr r4386)
* Added more error checking to filter effects codeNiko Kiirala2008-01-0415-10/+88
| | | (bzr r4385)
* 1) fix snapping while scalingDiederik van Lierop2008-01-0313-175/+304
| | | | | | | 2) fix constrained snapping 3) improve snapping logic (again), or more specifically: better obey "always snap" 4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc. (bzr r4379)
* Enable text output for Cairo renderer if Cairo has FreeType support enabledmiklosh2008-01-031-2/+2
| | | (bzr r4375)
* Purged fill type enummiklosh2008-01-031-2/+2
| | | (bzr r4374)
* Fixed messed up transformations because of a missing cairo_restore() and ↵miklosh2008-01-031-5/+3
| | | | | removed some debug stuff (bzr r4373)
* error checks on surface return valuesAdib Taraben2008-01-021-0/+10
| | | (bzr r4372)
* fix for gcc 3.3 by John Faith. https://bugs.launchpad.net/inkscape/+bug/178180JiHO2008-01-021-1/+2
| | | (bzr r4371)
* patch by John Faith https://bugs.launchpad.net/inkscape/+bug/175697JiHO2008-01-021-0/+2
| | | | | should be applied upstream in 2geom. (bzr r4370)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-028-10/+10
| | | (bzr r4369)
* make LPE parameters responsible for transformation (LPE cycles through its ↵Johan B. C. Engelen2008-01-024-0/+7
| | | | | params to apply transform) (bzr r4368)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-0212-25/+123
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* add libnr <=> 2geom conversion helper headerfileJohan B. C. Engelen2008-01-022-0/+32
| | | (bzr r4366)
* Fix LP bug #179328Johan B. C. Engelen2008-01-023-4/+25
| | | (bzr r4365)
* update to latest 2geomJohan B. C. Engelen2008-01-021-37/+0
| | | (bzr r4364)
* Fix LP #179741Johan B. C. Engelen2008-01-021-9/+3
| | | (bzr r4363)
* 2008-01-02 Michael Wybrow <mjwybrow@users.sourceforge.net>mjwybrow2008-01-021-5/+8
| | | | | | | * src/sp-item.cpp: Fix bug #167898, where a triggered document update prior to connectoor rerouting could attempt to access a deleted object clip_ref during ungrouping, causing a crash. (bzr r4360)
* disable fill-and-stroke blend (separate commit for easy reversion)MenTaLguY2008-01-011-1/+1
| | | (bzr r4358)
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-016-12/+21
| | | (bzr r4357)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-016-13/+18
| | | (bzr r4356)
* separate blend history for objects versus layersMenTaLguY2008-01-014-7/+18
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-016-73/+52
| | | (bzr r4354)
* abstraction for style widget subjectsMenTaLguY2008-01-015-71/+364
| | | (bzr r4353)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-015-241/+372
| | | (bzr r4352)
* whitespace cleanupBryce Harrington2007-12-311-7/+7
| | | (bzr r4351)
* Add default CC metadata and license to preferences.Bryce Harrington2007-12-314-11/+152
| | | | | (Closes LP: #169954) (bzr r4346)
* Fix compilation issue with g++3.3 on OS X 10.3.9Bryce Harrington2007-12-311-4/+4
| | | | | (Patch from LP: #178123) (bzr r4345)
* Applying patch from tbnorth to add a --query-all command to dump objectBryce Harrington2007-12-311-2/+51
| | | | | data from the .svg. (Closes LP: #174701) (bzr r4343)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-306-49/+52
| | | | | Fix trailing whitespace. (bzr r4342)
* comment fixbulia byak2007-12-301-1/+1
| | | (bzr r4341)
* fix bug 168751 (sf1749738)bulia byak2007-12-303-3/+4
| | | (bzr r4340)
* Strip out Pango markup from tooltips (fixes bug #167640)Bryce Harrington2007-12-301-2/+1
| | | (bzr r4339)
* don't zoom when changing dpiKees Cook2007-12-301-2/+2
| | | (bzr r4338)
* beautify rendering options tabKees Cook2007-12-302-35/+66
| | | (bzr r4337)
* rip out gtkmmification of print dialog, to temporarily solve LP: #176018Kees Cook2007-12-302-53/+79
| | | (bzr r4336)
* adjust cairo bitmap origin offset fixupKees Cook2007-12-302-2/+2
| | | (bzr r4335)
* Fixed bug #172778, [old] grid settings not respected when reopening documentJohan B. C. Engelen2007-12-292-3/+94
| | | (bzr r4334)
* always show grids when adding new gridJohan B. C. Engelen2007-12-291-0/+3
| | | (bzr r4333)
* Fixing bug #167416Diederik van Lierop2007-12-291-30/+46
| | | (bzr r4332)