summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* The page size table in Document Properties should use the available vertical ...Maximilian Albert2008-09-052-4/+10
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-053-11/+11
* convert moveto, lineto and curveto native to Point, instead of going to gdoub...Johan B. C. Engelen2008-09-041-10/+6
* Add a zoom correction option to preferences (used when zooming to 1:1 etc. to...Maximilian Albert2008-09-046-7/+266
* add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen2008-09-024-1/+180
* add method to write single paths to svgJohan B. C. Engelen2008-09-022-8/+21
* Fixed forgotten variable assignmentJon A. Cruz2008-09-021-1/+1
* comment updatebulia byak2008-09-011-1/+9
* use smaller subpixel scaling; large values take more memory and sometimes fai...bulia byak2008-09-011-1/+1
* removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen2008-09-015-13/+12
* fix assert when exporting bug 171849 file, make sure small patterns are expor...bulia byak2008-09-011-2/+6
* I don't have this function, must be a recent addition to glib? replaced by a ...bulia byak2008-09-011-1/+1
* update 2geom (rev. 1569)Johan B. C. Engelen2008-09-0121-169/+804
* Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert2008-09-016-64/+62
* Fixed missing return of value and misc return cleanup. Should be the proper f...Jon A. Cruz2008-09-011-129/+150
* Fix for missing defineJon A. Cruz2008-09-011-0/+1
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-015-3/+179
* fix names and mime types; cairo ps out now the defaultbulia byak2008-08-312-5/+5
* disable old non-cairo ps export via printbulia byak2008-08-311-1/+1
* remove cairo and experimental from the name; now this is THE pdf exporterbulia byak2008-08-311-2/+2
* properly transform clippath: transform of the item using the clippath must al...bulia byak2008-08-312-1/+13
* remove unused include files and methodsJohan B. C. Engelen2008-08-312-65/+0
* remove unused variablesJohan B. C. Engelen2008-08-312-12/+10
* cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen2008-08-312-64/+15
* temporary fix for continuity exceptionJohan B. C. Engelen2008-08-311-2/+17
* Fix patterns when scaled.Tavmjong Bah2008-08-311-6/+10
* NR => Geom for context-fnsJohan B. C. Engelen2008-08-304-33/+49
* NR => Geom for arc-contextJohan B. C. Engelen2008-08-302-15/+15
* NR => Geom for (almost all of) event-context.h/.cppJohan B. C. Engelen2008-08-302-20/+20
* Eliminate SP_ACTIVE_DESKTOP in the object-snapperDiederik van Lierop2008-08-303-32/+24
* Fix regression in snapping to paths (which caused self-snapping)Diederik van Lierop2008-08-291-9/+8
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-296-27/+146
* temporarily, make pdf exporters switchable for testingbulia byak2008-08-292-1/+5
* fix crash on trying to autosave with no documents (e.g. when inkscape was giv...bulia byak2008-08-281-0/+4
* Fix snapping of spiralsDiederik van Lierop2008-08-281-3/+5
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-2814-33/+38
* null check fixes patch from bug 261475bulia byak2008-08-283-22/+26
* added missing semicolons in translatable messagesAlexandre Prokoudine2008-08-281-27/+27
* Fixed clipboard code to properly load needed extensions. Fixes bug #171662Jon A. Cruz2008-08-281-2/+21
* Fixed crash due to use of uninitialized pointerJon A. Cruz2008-08-281-3/+3
* Cleanup of named icon background rendering and added pref for workaroundJon A. Cruz2008-08-254-25/+68
* fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ...bulia byak2008-08-251-1/+1
* whitespacebulia byak2008-08-251-62/+61
* Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller2008-08-242-7/+65
* Update to sync metadata title to the document title.Jeff Schiller2008-08-231-2/+13
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-2310-0/+260
* Hopefully fix for the recently experienced crashes when building with -O2. I ...Maximilian Albert2008-08-221-2/+16
* Fix to bug with export-width and export-height due to errno not being reset d...John Cliff2008-08-201-3/+5
* Make lpe-ruler work for arbitrary paths, not just line segmentsMaximilian Albert2008-08-192-22/+35
* Don't display canvas text (length info) in lpe-ruler any more; add many more ...Maximilian Albert2008-08-192-56/+88