summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in SPSwitch.Markus Engel2013-11-123-2/+3
* Fix for Bug #1249390 (filter with feImage with empty href crashes inkscape).Nicolas Dufour2013-11-111-0/+4
* Moved and renamed some tool-related files.Markus Engel2013-11-09123-314/+318
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-07120-1083/+1573
* Fix for Bug #1247985 (Incorrect implementation of plural forms).Nicolas Dufour2013-11-071-2/+2
* Partial fix for Bug #1247985 (Incorrect implementation of plural forms).Nicolas Dufour2013-11-061-1/+1
* remove unused private membersJohan B. C. Engelen2013-11-052-6/+1
* fix code (clang complains)Johan B. C. Engelen2013-11-051-2/+2
* Minimise diff against libcroco-0.6.8 (pass 1)Alex Valavanis2013-11-0319-141/+170
* Fix typo in libcroco/cr-rgb.cAlex Valavanis2013-11-032-2/+2
* libcroco: Merge upstream 0.6.8 changesAlex Valavanis2013-11-031-2/+22
* libcroco: Merge upstream 0.6.7 changesAlex Valavanis2013-11-031-1/+1
* libcroco: Merge upstream 0.6.6 changesAlex Valavanis2013-11-032-15/+10
* libcroco: Merge upstream 0.6.5 changesAlex Valavanis2013-11-031-1/+1
* libcroco: Merge upstream 0.6.4 changesAlex Valavanis2013-11-032-161/+171
* Merge upstream libcroco 0.6.3 changesAlex Valavanis2013-11-0346-1275/+2168
* more conversions from radians to degrees for arcs (Bug 1239462)Alvin Penner2013-11-024-8/+9
* Fix blurry pattern fills on text objects (blocker bug #1005892).Krzysztof Kosi??ski2013-11-012-31/+43
* libcroco: Backport size checking fix (commit 209e5,aa60a)Alex Valavanis2013-11-011-2/+2
* conversions from radians to degrees for arcs (Bug 324117)Alvin Penner2013-10-312-10/+12
* Remove warning on bbox and allow empty bound selection to clear existing sele...Martin Owens2013-10-311-8/+6
* Partially fix crashes when entering a group with deleted idKrzysztof Kosi??ski2013-10-311-4/+9
* fix memleak. Export dialog still has many of its pointer members leaking !!!Johan B. C. Engelen2013-10-302-24/+26
* fix warningsJohan B. C. Engelen2013-10-301-2/+14
* suppress uninitialized variables (x and y) warning, don't ask why... g++'s wa...Johan B. C. Engelen2013-10-291-2/+5
* saving units is not implemented yet, and noone should call the save methodJohan B. C. Engelen2013-10-292-5/+6
* units: fix stroke/gradient/whatever scaling when changing document unit in th...Johan B. C. Engelen2013-10-291-5/+25
* fix warningKris De Gussem2013-10-291-1/+1
* "fix" some "unused parameter" warningsKris De Gussem2013-10-298-10/+10
* fix code: prevent cornercase from crashingJohan B. C. Engelen2013-10-291-33/+31
* suppress warningJohan B. C. Engelen2013-10-291-0/+1
* supress some compiler warningsJohan B. C. Engelen2013-10-291-4/+2
* fix crashJohan B. C. Engelen2013-10-282-13/+16
* unit display: fix typoJohan B. C. Engelen2013-10-281-1/+1
* fix crashJohan B. C. Engelen2013-10-281-1/+1
* "fix" some "unused parameter" warningsKris De Gussem2013-10-286-16/+16
* "fix" some "unused parameter" warningsKris De Gussem2013-10-276-14/+14
* "fix" some "unused parameter" warningsKris De Gussem2013-10-276-8/+8
* fix warning and add comments about fixing codeJohan B. C. Engelen2013-10-272-1/+6
* fix warningsJohan B. C. Engelen2013-10-273-3/+3
* add some nullptr checking, should fix crash (couldn't test)Johan B. C. Engelen2013-10-275-5/+6
* fix crash, partly fix vertical positioning issue. couldn't figure out how to ...Johan B. C. Engelen2013-10-272-10/+8
* Fix gradient stop selection when switching to dropper tool.Markus Engel2013-10-271-1/+2
* Added some consts.Markus Engel2013-10-2649-183/+196
* fix crashJohan B. C. Engelen2013-10-261-1/+1
* Fix memleak in reference counting introduced in r12532.Markus Engel2013-10-261-1/+1
* Fix for Bug 1241783 (WMF image output size)David Mathog2013-10-251-1/+4
* WMF import: fix scaling of files without ViewPort recordDavid Mathog2013-10-251-1/+3
* don't update doc unit stuff when initializing DocumentProperties dialog widgetsJohan B. C. Engelen2013-10-251-8/+14
* Fix for Bug 1242927 (minor EMF import issues)David Mathog2013-10-241-4/+11