summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to trunkJabier Arraiza Cenoz2014-03-015-83/+96
|\
| * Use viewport when calculating filter primitive region when 'primitiveUnits' s...Tavmjong Bah2014-03-013-35/+67
| * Code cleanup and indentation.Tavmjong Bah2014-03-011-45/+28
| * Remove unused variable.Jon A. Cruz2014-03-011-1/+2
| * Remove unused shadowed variables.Jon A. Cruz2014-03-011-3/+0
* | Substitute isBSpline property by a cached function isBSpline(bool)Jabier Arraiza Cenoz2014-03-014-27/+29
* | adding some commentsJabier Arraiza Cenoz2014-02-282-3/+7
* | update to trunkJabier Arraiza Cenoz2014-02-2817-107/+271
|\|
| * Spray tool:Nicolas Dufour2014-02-282-34/+64
| * Embedded SVG's cannot be transformed.Tavmjong Bah2014-02-282-0/+13
| * Properly identify an embedded SVG.Tavmjong Bah2014-02-282-0/+4
| * Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour2014-02-281-0/+5
| * Use viewport when calculating filter region when filterUnits set to "userSpac...Tavmjong Bah2014-02-282-8/+43
| * Copy event with gdk_event_copy instead of assigning to structure by value.Krzysztof Kosi??ski2014-02-281-8/+9
| * Work around a crash in the Undo History dialog caused by incorrectKrzysztof Kosi??ski2014-02-281-1/+17
| * remove some unnecessary copying/castingJohan B. C. Engelen2014-02-271-4/+4
| * swatches dialog: remove unused code part. cleanup some codeJohan B. C. Engelen2014-02-271-7/+3
| * swatches dialog: properly reference count the reference to SPDocument in time...Johan B. C. Engelen2014-02-271-1/+2
| * remove superfluous line of code (vector has just been constructed, so is empty)Johan B. C. Engelen2014-02-271-1/+0
| * Fix whitespace formatting of dbus documentation (bug 1282045)Tomasz Boczkowski2014-02-271-1/+1
| * Don't overwrite SPItemCtx in SPRoot::update. (Maybe should be made const ever...Tavmjong Bah2014-02-271-4/+11
| * Correct the ungrouping logic so that selected clones of selected groupsKrzysztof Kosi??ski2014-02-271-2/+2
| * Partial fix for LP #1001756 (crash when ungrouping a selectionKrzysztof Kosi??ski2014-02-273-32/+89
| * Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,Krzysztof Kosi??ski2014-02-272-6/+6
* | update to trunkJabier Arraiza Cenoz2014-02-2637-599/+581
|\|
| * Added template functions as a casting-macro replacement.Markus Engel2014-02-262-3/+33
| * Made constructors of tools use initializer lists.Markus Engel2014-02-2633-514/+402
| * Revert unintended checkin.Tavmjong Bah2014-02-251-3/+3
| * Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah2014-02-254-85/+149
* | Fixed some/all bugs related to continuing bspline/spiro curves advertaising b...Jabier Arraiza Cenoz2014-02-262-35/+52
* | update to trunkJabier Arraiza Cenoz2014-02-256-32/+55
|\|
| * Move filter reordering closer to the layers.cpp patern of reordering xmlMartin Owens2014-02-252-6/+7
| * Fix infinite loop (?) by disabling saving the order of filters when they are ...Johan B. C. Engelen2014-02-241-1/+6
| * Set the order of resize handles back to what they were before r12400. Now it'...Johan B. C. Engelen2014-02-241-8/+8
| * inspired by r13052, fix up the code to hopefully work when someone has differ...Johan B. C. Engelen2014-02-243-18/+35
| * fix typos in page-sizer (Bug 1240308)Alvin Penner2014-02-241-2/+2
* | update to trunkJabier Arraiza Cenoz2014-02-2316-74/+187
|\|
| * Fix for selcue settings.Markus Engel2014-02-235-0/+10
| * offset of viewBox on document unit change (Bug 1280684)Alvin Penner2014-02-221-1/+7
| * Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog2014-02-225-48/+32
| * Symbols dialog: update currentDesktop and currentDocument when document repla...Tavmjong Bah2014-02-211-1/+3
| * crash on cut n paste, or alt+scroll..Raphael Rosch2014-02-202-20/+35
| * Reverting r13045.Johan B. C. Engelen2014-02-202-48/+4
| * Add test for URI and help with data uris.Martin Owens2014-02-203-4/+138
| * Fix for SPSwitch updates.Markus Engel2014-02-191-4/+10
* | update to trunkJabier Arraiza Cenoz2014-02-1918-92/+465
|\|
| * Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent sear...Nicolas Dufour2014-02-191-3/+2
| * Implement 'paint-order' for shapes (and paths).Tavmjong Bah2014-02-182-29/+110
| * Implement 'paint-order' for text.Tavmjong Bah2014-02-181-0/+19
| * Copy 'paint-order' property data for Cairo rendering.Tavmjong Bah2014-02-182-1/+37