summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to trunkJabier Arraiza Cenoz2014-03-1810-27/+31
|\
| * 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
* | update to trunkJabier Arraiza Cenoz2014-03-168-390/+347
|\|
| * 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
* | Fix to solve static var in isBSpline functionJabier Arraiza Cenoz2014-03-162-12/+12
* | simplify the code in isBSplineJabier Arraiza Cenoz2014-03-141-2/+3
* | disabling cache approach for isBSpline function, pointed by ViníciusJabier Arraiza Cenoz2014-03-142-8/+9
* | update to trunkJabier Arraiza Cenoz2014-03-1421-85/+143
|\|
| * 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
* | Adding default argument to PathManipulator::isBSpline.Vinícius dos Santos Oliveira2014-03-141-1/+1
* | Small code simplificationVinícius dos Santos Oliveira2014-03-141-5/+1
* | update to trunkJabier Arraiza Cenoz2014-03-1317-56/+95
|\|
| * 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
* | update to trunkJabier Arraiza Cenoz2014-03-121-1/+1
|\|
| * Disconnect before destroying URIKrzysztof Kosi??ski2014-03-121-1/+1
* | update to trunkJabier Arraiza Cenoz2014-03-126-21/+47
|\|
| * 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
* | update to trunkJabier Arraiza Cenoz2014-03-1121-804/+776
|\|
| * 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
* | update to trunkJabier Arraiza Cenoz2014-03-1042-68/+122
|\|
| * 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
| * 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
* | Removing repeated condition logical test to make the code more readableVinícius dos Santos Oliveira2014-03-101-8/+6
* | Shortening code through removal of variable declaration used only at oneVinícius dos Santos Oliveira2014-03-101-2/+1