summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to trunk/Fix GTK3 build errorsLiam P. White2014-03-1947-539/+667
|\
| * Fix for Bug #1291546 (Linking color profile from Document properties dialog c...Nicolas Dufour2014-03-182-1/+4
| * Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.Jon A. Cruz2014-03-181-19/+16
| * Warning cleanups.Jon A. Cruz2014-03-185-5/+5
| * Fix for Bug #1158506 (Batch export DPI always at 90).Nicolas Dufour2014-03-171-1/+1
| * Fix for Bug #1293073 (Dragging a symbol crashes the application when the symb...Nicolas Dufour2014-03-171-1/+5
| * string class usageKris De Gussem2014-03-163-24/+15
| * Fix build failure with GTK 3.0Krzysztof Kosi??ski2014-03-151-5/+2
| * UI. Fix for Bug #1016889 (GTK3: status bar of XML Editor triggers resize of d...Nicolas Dufour2014-03-151-0/+3
| * Saving. Fix for Bug #529843 (save a copy reverts to save as) by Tomasz Boczko...penginsbacon2014-03-151-1/+1
| * Make the Object Properties dialog code adhere to the coding style.Krzysztof Kosi??ski2014-03-152-350/+320
| * drop wrong g_free callKris De Gussem2014-03-141-2/+1
| * fix build warningKris De Gussem2014-03-141-1/+1
| * string class usageKris De Gussem2014-03-141-7/+4
| * Add a few font related tests.Tavmjong Bah2014-03-141-2/+18
| * Return correct values for SPColor::operator==Tavmjong Bah2014-03-141-3/+4
| * Remove obsolete Whiteboard cruft from the default preferences fileKrzysztof Kosi??ski2014-03-141-4/+0
| * Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-1316-52/+55
| * Fix gradient position on document import (bug #1283193)David Mathog2014-03-132-24/+66
| * Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-1312-9/+54
| * Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski2014-03-132-13/+9
| * pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski2014-03-132-28/+30
| * Remove redundant variable from SPFeImageKrzysztof Kosi??ski2014-03-122-6/+2
| * Disconnect before destroying URIKrzysztof Kosi??ski2014-03-121-1/+1
| * incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch2014-03-124-4/+26
| * Use NEAREST filter when transforming cacheKrzysztof Kosi??ski2014-03-121-0/+1
| * Do not transform render cache for transforms which are not integerKrzysztof Kosi??ski2014-03-121-16/+19
| * Allow ungrouping switchesKrzysztof Kosi??ski2014-03-121-1/+1
* | Added in new toy effect "Taper Strokes," readded a missing header file, bugfixesLiam P. White2014-03-188-6/+1443
* | Updated to trunkLiam P. White2014-03-1255-857/+818
|\|
| * Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-1120-800/+760
| * Add a few more style tests.Tavmjong Bah2014-03-111-3/+15
| * Another typo...Tavmjong Bah2014-03-111-1/+1
| * Remove unused includes to tidy up the code.Martin Owens2014-03-0932-44/+15
| * Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski2014-03-094-10/+28
* | Reverted swatchesLiam P. White2014-03-1216-3286/+1856
* | Update to trunkLiam P. White2014-03-0926-667/+970
|\|
| * Remove useless r variable and warningMartin Owens2014-03-081-6/+5
| * Fix crashes caused by the desktop's query_style signal being called beforeKrzysztof Kosi??ski2014-03-083-4/+12
| * Update attributes unit test, expand style unit test and fix bug found.Tavmjong Bah2014-03-083-4/+62
| * Reconnect correctly as documents are replaced.Jon A. Cruz2014-03-085-127/+362
| * Symbols. Adding missing include.Nicolas Dufour2014-03-071-1/+1
| * Fix typo in "paint-order".Tavmjong Bah2014-03-071-1/+1
| * Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactiveKrzysztof Kosi??ski2014-03-071-1/+2
| * Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ...Nicolas Dufour2014-03-062-2/+3
| * Take "preserveAspectRatio" into account in pattern.Tavmjong Bah2014-03-061-10/+5
| * Rewrite of pattern geometry code. Fix for 1288489.Tavmjong Bah2014-03-061-35/+49
| * WMF: fix for files with swapped W, H in the SETWINDOWEXT recordDavid Mathog2014-03-061-86/+81
| * Derive ToolBase from sigc::trackable for easier slot management.Krzysztof Kosi??ski2014-03-053-120/+104
| * When an externally linked image is modified, mark it for update insteadKrzysztof Kosi??ski2014-03-051-3/+1