| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix translations for tool messages | Martin Owens | 2013-09-30 | 1 | -23/+23 |
| * | Reduce tools-switcher code, add description for node and select toos. | Martin Owens | 2013-09-30 | 1 | -134/+30 |
| * | Further changes to SPEllipse. | Markus Engel | 2013-09-29 | 3 | -73/+63 |
| * | Adding tutorial-tracing-pixelart | VinÃcius dos Santos Oliveira | 2013-09-29 | 3 | -0/+7 |
| * | collectOrphans moved to the end of destructor to prevent leaking of uncollect... | buliabyak | 2013-09-29 | 1 | -2/+3 |
| * | fix leaking of transforms | buliabyak | 2013-09-28 | 1 | -0/+1 |
| * | clear paints on delete to release reffed paintservers, fixes leaking of gradi... | buliabyak | 2013-09-28 | 1 | -0/+2 |
| * | memleak fix | buliabyak | 2013-09-28 | 1 | -0/+1 |
| * | use geometric bbox to calculate filter effect region (Bug 1229971) | Alvin Penner | 2013-09-28 | 1 | -1/+1 |
| * | FontInstances were being leaked here by overreffing - every call to Face must... | buliabyak | 2013-09-28 | 1 | -0/+1 |
| * | order correction: unreffing fonts in ents needs loadedPtr so that must go bef... | buliabyak | 2013-09-28 | 1 | -9/+8 |
| * | prevent redundant firing of InitTheFace (pFont never changes, but init is cal... | buliabyak | 2013-09-28 | 1 | -4/+4 |
| * | fix two memleaks | Johan B. C. Engelen | 2013-09-28 | 1 | -2/+6 |
| * | effects don't need to merge into menus if we're running without gui; with thi... | buliabyak | 2013-09-28 | 3 | -4/+2 |
| * | Fixed crash with calligraphic tool in subtract mode. | Markus Engel | 2013-09-28 | 1 | -2/+13 |
| * | fix one code path where fullname wasn't freed | buliabyak | 2013-09-28 | 1 | -1/+2 |
| * | Fixed MeasureContext. | Markus Engel | 2013-09-28 | 2 | -4/+6 |
| * | components of _image_name were g_strdup'ed so need to be g_free'd | buliabyak | 2013-09-28 | 1 | -0/+4 |
| * | dying document needs to delete its perspective | buliabyak | 2013-09-28 | 1 | -0/+5 |
| * | another place where getURI()->toString() values were leaking | buliabyak | 2013-09-28 | 1 | -2/+6 |
| * | return value of g_utf16_to_utf8 was leaking here | buliabyak | 2013-09-28 | 1 | -1/+3 |
| * | on hiding, texts must _clearFlow to release arena items, otherwise they leak | buliabyak | 2013-09-28 | 2 | -2/+12 |
| * | leak fixes: free marker value on delete; free the return value of uri's toStr... | buliabyak | 2013-09-28 | 1 | -3/+15 |
| * | obvious memleak | buliabyak | 2013-09-28 | 1 | -0/+2 |
| * | Allow pixmaps to specify their width and height to control/knots. Allows non-... | Martin Owens | 2013-09-28 | 3 | -142/+83 |
| * | bug fix: xml:space was not initialized, getting random values | buliabyak | 2013-09-28 | 1 | -1/+3 |
| * | cppcheck: performance + variable type | Kris De Gussem | 2013-09-27 | 5 | -17/+17 |
| * | Adjusted code style of SPEllipse. | Markus Engel | 2013-09-27 | 3 | -220/+253 |
| * | Further refactored SPEllipse. | Markus Engel | 2013-09-26 | 7 | -192/+131 |
| * | Use Cairo 1.10 blend operators to render feBlend | Krzysztof Kosi??ski | 2013-09-26 | 1 | -134/+30 |
| * | The downscaling fix is already in Cairo trunk. | Krzysztof Kosi??ski | 2013-09-26 | 2 | -120/+4 |
| * | cppcheck: performance | Kris De Gussem | 2013-09-26 | 6 | -17/+17 |
| * | cppcheck | Kris De Gussem | 2013-09-26 | 1 | -16/+16 |
| * | random code cleanup | Johan B. C. Engelen | 2013-09-26 | 5 | -38/+27 |
| * | Fix for Bug #1229605 (inkscape crashes when canceled import pdf). | Nicolas Dufour | 2013-09-26 | 1 | -2/+6 |
| * | Merged from trunk (r12593). | Markus Engel | 2013-09-26 | 22 | -89/+94 |
| |\ |
|
| | * | C++ify calling a few SPLPEItem functions, much more work than expected... slo... | Johan B. C. Engelen | 2013-09-25 | 18 | -76/+78 |
| | * | Fix make dist | Ryan Lerch | 2013-09-25 | 1 | -1/+1 |
| | * | Proper fix for bug 1127103 (Filter changes color when object flipped.) | Tavmjong Bah | 2013-09-25 | 2 | -13/+9 |
| | * | Updating libdepixelize version | VinÃcius dos Santos Oliveira | 2013-09-25 | 1 | -0/+7 |
| * | | Simplified some in-code circle creation. | Markus Engel | 2013-09-24 | 4 | -35/+25 |
| * | | Refactored SPSpiral. | Markus Engel | 2013-09-24 | 2 | -56/+52 |
| * | | Merged from trunk (r12588). | Markus Engel | 2013-09-24 | 182 | -7200/+2649 |
| |\| |
|
| | * | Fix my email address through codebase | Bryce Harrington | 2013-09-24 | 5 | -5/+5 |
| | * | Make sure selection->setList checks for dupes by routing to selection->addList. | Martin Owens | 2013-09-24 | 1 | -11/+2 |
| | * | Replace xml node get_double with simple direct value. | Martin Owens | 2013-09-24 | 2 | -4/+2 |
| | * | change names for displayName and detailedDescription, improve char code and r... | Martin Owens | 2013-09-24 | 38 | -61/+62 |
| | * | for bitmap import, use a default value of 90 dpi, if not otherwise specified.... | Alvin Penner | 2013-09-23 | 1 | -9/+4 |
| | * | Fixed FeComponentTransfer. | Markus Engel | 2013-09-23 | 4 | -30/+57 |
| | * | fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi... | Johan B. C. Engelen | 2013-09-23 | 2 | -7/+9 |