summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fixed MeasureContext.Markus Engel2013-09-282-4/+6
| * components of _image_name were g_strdup'ed so need to be g_free'dbuliabyak2013-09-281-0/+4
| * dying document needs to delete its perspectivebuliabyak2013-09-281-0/+5
| * another place where getURI()->toString() values were leakingbuliabyak2013-09-281-2/+6
| * return value of g_utf16_to_utf8 was leaking herebuliabyak2013-09-281-1/+3
| * on hiding, texts must _clearFlow to release arena items, otherwise they leakbuliabyak2013-09-282-2/+12
| * leak fixes: free marker value on delete; free the return value of uri's toStr...buliabyak2013-09-281-3/+15
| * obvious memleakbuliabyak2013-09-281-0/+2
| * Allow pixmaps to specify their width and height to control/knots. Allows non-...Martin Owens2013-09-283-142/+83
| * bug fix: xml:space was not initialized, getting random valuesbuliabyak2013-09-281-1/+3
| * cppcheck: performance + variable typeKris De Gussem2013-09-275-17/+17
* | update to trunkJabier Arraiza Cenoz2013-09-278-389/+361
|\|
| * Adjusted code style of SPEllipse.Markus Engel2013-09-273-220/+253
| * Further refactored SPEllipse.Markus Engel2013-09-267-192/+131
* | Fix editing paths in live effectJabier Arraiza Cenoz2013-09-271-1/+1
* | error bend lpeJabier Arraiza Cenoz2013-09-261-2/+1
* | update to trunkJabier Arraiza Cenoz2013-09-261-1/+1
* | update to trunkJabier Arraiza Cenoz2013-09-269-271/+51
|\|
| * Use Cairo 1.10 blend operators to render feBlendKrzysztof Kosi??ski2013-09-261-134/+30
| * The downscaling fix is already in Cairo trunk.Krzysztof Kosi??ski2013-09-262-120/+4
| * cppcheck: performanceKris De Gussem2013-09-266-17/+17
* | update to trunkJabier Arraiza Cenoz2013-09-2619-343/+302
|\|
| * cppcheckKris De Gussem2013-09-261-16/+16
| * random code cleanupJohan B. C. Engelen2013-09-265-38/+27
| * Fix for Bug #1229605 (inkscape crashes when canceled import pdf).Nicolas Dufour2013-09-261-2/+6
| * Merged from trunk (r12593).Markus Engel2013-09-2622-89/+94
| |\
| * | Simplified some in-code circle creation.Markus Engel2013-09-244-35/+25
| * | Refactored SPSpiral.Markus Engel2013-09-242-56/+52
| * | Merged from trunk (r12588).Markus Engel2013-09-24182-7200/+2649
| |\ \
| * | | Refactored SPUse.Markus Engel2013-09-247-194/+304
| * | | Refactored SPGenericEllipse::set_shapeMarkus Engel2013-09-241-38/+42
* | | | Compiling problem solved thaks to ~suvJabier Arraiza Cenoz2013-09-261-2/+4
* | | | Update to trunkJabier Arraiza Cenoz2013-09-2592-375/+1032
|\ \ \ \ | | |_|/ | |/| |
| * | | C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen2013-09-2518-76/+78