summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* create SPObject factoryLiam P. White2015-02-2584-1035/+361
* on a File->Open, set the viewBox if it did not previously exist, same as was ...Alvin Penner2015-02-231-0/+6
* fix scaling of letter-spacing and word-spacing. (Bug 772057)Alvin Penner2015-02-221-2/+2
* Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-229-188/+84
* Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin2015-02-216-17/+19
* Fix for bug 469885: Tiled Clones / Trace: Apply to Size skews resulting clone...Marc Jeanmougin2015-02-211-1/+3
* Speed up ungrouping test, adding note as to why it is so slow.Tavmjong Bah2015-02-211-1/+2
* Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement ...Marc Jeanmougin2015-02-211-1/+9
* Fix for bug 1409591 :Marc Jeanmougin2015-02-203-69/+37
* Clones. Fix for bug #168651 (Tiled clones inside transformed groups broken)Marc Jeanmougin2015-02-201-3/+4
* Mitre is not an SVG/CSS unit. Don't test.Tavmjong Bah2015-02-201-1/+4
* Eliminate errors and reduce warnings.Tavmjong Bah2015-02-201-2/+9
* scale groups when changing document units. (Bug 1369197)Alvin Penner2015-02-191-10/+4
* i18nKris De Gussem2015-02-162-2/+2
* Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the clo...mc2015-02-163-9/+59
* Adjust timeout for snap tool tips to 4 secondsDiederik van Lierop2015-02-151-1/+1
* device-manager: Get rid of GListsAlex Valavanis2015-02-141-55/+51
* device-manager: Migrate to GtkmmAlex Valavanis2015-02-141-91/+102
* desktop-events: Get rid of GList usage.Alex Valavanis2015-02-122-20/+23
* use up-to-date document units when intiallizing viewbox during a file loadAlvin Penner2015-02-123-12/+9
* Bump Poppler dependency to 0.8.3Alex Valavanis2015-02-121-20/+0
* two typos in patch at rev 13914mathog2015-02-091-2/+2
* fix for bug 1419926mathog2015-02-092-26/+43
* fix for bug 1405292mathog2015-02-093-5/+5
* restore original behavior of 'Resize Page to Selection' for the special case ...Alvin Penner2015-02-091-11/+27
* Commenting dead assignments.Nicolas Dufour2015-02-083-13/+24
* Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-072-5/+6
* Fix for Bug #1417752 (Find & Replace ignores Flowed text objects).Nicolas Dufour2015-02-061-1/+5
* for grid spacing, reduce numerical error if viewbox and page are same sizeAlvin Penner2015-02-042-0/+6
* Replace Catmull-Rom by fininte-differences in smoothing routines.Tavmjong Bah2015-02-042-52/+199
* Fix for Bug #1417990 (Trunk: crash on export to PS/EPS/PDF via command line (...Nicolas Dufour2015-02-041-8/+4
* Fix two instances of "Dead Initialization" found via Clang scan-build.Tavmjong Bah2015-02-031-2/+0
* for viewbox scaling, reduce numerical error if viewbox and page are same sizeAlvin Penner2015-02-031-16/+24
* Typos (Bug #1417127)Kris De Gussem2015-02-031-1/+1
* Experimental mesh smoothing code.Tavmjong Bah2015-02-029-27/+910
* patch by Mark Harmer to allow DirUtil test to pass in Windows. (Bug 1409208)Alvin Penner2015-02-011-0/+8
* for snapping to grids and guides, reduce numerical error for the case of unif...Alvin Penner2015-01-293-2/+19
* Fix for Bug #437567 (PDF Save As dialog convert text to paths option is confu...Kence (casey.peel@gmail.com)2015-01-282-12/+21
* for viewbox scaling, revert revs 13581, 13582, 13859, and handle the case of ...Alvin Penner2015-01-251-20/+22
* Simplify 'File' menu structure (remove submenu 'New').(Bug #1414384)su_v2015-01-252-6/+4
* Fix for bug #1130348 (Paint bucket filling multiple regions crashes when scro...Kim Maxim (fixer21k)2015-01-251-1/+1
* improved precision in placing grids and guides. (Bug 1373311)Alvin Penner2015-01-232-5/+22
* Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2015-01-212-3/+6
* Remove unnecesary headers from rotate curvesJabier Arraiza Cenoz2015-01-201-7/+0
* Fix wrong knots in rotate curves LPEJabier Arraiza Cenoz2015-01-202-40/+110
* Don't update viewbox if referenced element not <symbol> or <svg>Tavmjong Bah2015-01-191-2/+7
* Fix EPS export area (Bug #1411208)su_v2015-01-171-5/+5
* improve precision of i2doc for case where viewBox aspect ratio does not changeAlvin Penner2015-01-161-1/+3
* Test implementation of 'shape-padding'.Tavmjong Bah2015-01-162-2/+16
* Start to implement SVG 2 text in a shape.Tavmjong Bah2015-01-161-5/+58