summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix moving handlesJabier Arraiza Cenoz2013-10-051-2/+4
* update to trunkroot2013-10-0537-223/+249
|\
| * C++Johan B. C. Engelen2013-10-0423-93/+96
| * C++Johan B. C. Engelen2013-10-0411-40/+42
| * fix bug (added some comments to jabiertxof's patch)Johan B. C. Engelen2013-10-042-3/+4
| * fix hiding overloaded virtualJohan B. C. Engelen2013-10-046-6/+6
| * LPE: add some const correctness, remove unused function, and fix potential cr...Johan B. C. Engelen2013-10-044-18/+29
| * Do not allow NULL _spcurve to be set in PathManipulator.Krzysztof Kosi??ski2013-10-041-0/+4
| * Remove unnecessary warningKrzysztof Kosi??ski2013-10-041-1/+0
| * if this->pixbuf check must come earlier to prevent crashbuliabyak2013-10-031-65/+67
| * FIXME commentbuliabyak2013-10-031-0/+1
| * properly protect the undo stack from deleting templates and setting viewboxbuliabyak2013-10-031-1/+4
* | update to trunkJabier Arraiza Cenoz2013-10-0228-188/+253
|\|
| * Fix segment welding in the node tool hanging when a two-point segmentKrzysztof Kosi??ski2013-10-021-2/+7
| * Fix outfocus gradients. Fixes a regression from 0.48 in the SVG test suiteKrzysztof Kosi??ski2013-10-011-14/+22
| * Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-0115-106/+97
| * Fix possible bug in DrawingItem codeKrzysztof Kosi??ski2013-10-011-0/+4
| * Revert render svg:patern segment for fill and strokeMartin Owens2013-10-012-3/+3
| * Minor improvements to DrawingItem code and documentationKrzysztof Kosi??ski2013-10-011-8/+37
| * Fix mismatched tagsAlex Valavanis2013-10-011-2/+2
| * Fix computed shapes disappearing when grouping within filtered groups.Krzysztof Kosi??ski2013-10-011-15/+20
| * more string leaksJohan B. C. Engelen2013-09-302-3/+9
| * fix previous commitJohan B. C. Engelen2013-09-301-2/+2
| * string leaksJohan B. C. Engelen2013-09-301-2/+2
| * memleaks!Johan B. C. Engelen2013-09-301-1/+2
| * memleaksJohan B. C. Engelen2013-09-301-3/+9
| * memleakJohan B. C. Engelen2013-09-301-1/+3
| * memleak!Johan B. C. Engelen2013-09-301-2/+2
| * fix another g_strdup memleakJohan B. C. Engelen2013-09-301-2/+2
| * fix obvious leakJohan B. C. Engelen2013-09-301-0/+2
| * fix memleakJohan B. C. Engelen2013-09-301-3/+9
| * fix memleak (duplicating string is not necessary, as ustring's constructor a...Johan B. C. Engelen2013-09-301-1/+1
| * Fix translations for tool messagesMartin Owens2013-09-301-23/+23
* | Fixed a bug editing paths in others LPE -envelope-Jabier Arraiza Cenoz2013-09-301-1/+1
* | Update to trunkJabier Arraiza Cenoz2013-09-3037-404/+300
|\|
| * Reduce tools-switcher code, add description for node and select toos.Martin Owens2013-09-301-134/+30
| * Further changes to SPEllipse.Markus Engel2013-09-293-73/+63
| * Adding tutorial-tracing-pixelartVinícius dos Santos Oliveira2013-09-293-0/+7
| * collectOrphans moved to the end of destructor to prevent leaking of uncollect...buliabyak2013-09-291-2/+3
| * fix leaking of transformsbuliabyak2013-09-281-0/+1
| * clear paints on delete to release reffed paintservers, fixes leaking of gradi...buliabyak2013-09-281-0/+2
| * memleak fixbuliabyak2013-09-281-0/+1
| * use geometric bbox to calculate filter effect region (Bug 1229971)Alvin Penner2013-09-281-1/+1
| * FontInstances were being leaked here by overreffing - every call to Face must...buliabyak2013-09-281-0/+1
| * order correction: unreffing fonts in ents needs loadedPtr so that must go bef...buliabyak2013-09-281-9/+8
| * prevent redundant firing of InitTheFace (pFont never changes, but init is cal...buliabyak2013-09-281-4/+4
| * fix two memleaksJohan B. C. Engelen2013-09-281-2/+6
| * effects don't need to merge into menus if we're running without gui; with thi...buliabyak2013-09-283-4/+2
| * Fixed crash with calligraphic tool in subtract mode.Markus Engel2013-09-281-2/+13
| * fix one code path where fullname wasn't freedbuliabyak2013-09-281-1/+2