summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* type in commit r14664Kris De Gussem2016-02-291-1/+1
| | | (bzr r14676)
* static code analysisKris De Gussem2016-02-221-2/+2
| | | (bzr r14664)
* Remove artifacts when remove canvas items, for example in measure toolJabier Arraiza Cenoz2016-02-101-1/+1
| | | (bzr r14645)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-082-5/+5
| | | (bzr r14639)
* Less derp, can't iterate past the end of the listLiam P. White2016-01-171-2/+2
| | | (bzr r14602)
* Follow-up commit to 14529.Liam P. White2016-01-171-33/+40
| | | | | | From std::list documentation: list::insert - The container is extended by inserting new elements before the element at the specified position. (bzr r14601)
* Coalesce g_object_new/g_object_set calls; change guide origin pickable to ↵Liam P. White2016-01-161-6/+7
| | | | | false so that guides can be grabbed by the origin again (bzr r14593)
* Header cleanupLiam P. White2016-01-161-3/+0
| | | (bzr r14585.1.3)
* Dead code cleanupLiam P. White2016-01-161-10/+0
| | | (bzr r14585.1.2)
* Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵Liam P. White2016-01-162-29/+24
| | | | | | | | fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1)
* More subtle checkerboard pattern centered around 50% gray. Makes editing ↵Tavmjong Bah2016-01-151-2/+2
| | | | | | | nodes more visible. Note, input values are in sRGB. (bzr r14584)
* Add option for checkerboard background.Tavmjong Bah2015-12-212-0/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)
* Small bug fix related to previous check-in.Tavmjong Bah2015-12-141-0/+1
| | | (bzr r14533)
* Fix two bugs with component transfer filter primitive:Tavmjong Bah2015-12-141-155/+47
| | | | | | | 1. Discrete type was ignoring last value in list. 2. Change in alpha was not propogated to pre-multiplied color values leading to "ghosting". (bzr r14532)
* cppification and performanceMarc Jeanmougin2015-12-133-129/+71
| | | (bzr r14529)
* Fix crash on hidden guidesJabier Arraiza Cenoz2015-12-111-23/+23
| | | (bzr r14527)
* Clean up some code, only init the SPKnot in one place.Martin Owens2015-12-112-18/+1
| | | (bzr r14526)
* Fix bug launching a document by commandline with guidesJabier Arraiza Cenoz2015-12-111-10/+20
| | | (bzr r14525)
* Remove CtrlPoint and replace with SPKnotMartin Owens2015-12-106-247/+33
| | | (bzr r14523)
* Add rect to SP Control point on locked guidesJabier Arraiza Cenoz2015-12-073-13/+27
| | | (bzr r14500.1.13)
* Add Martin Owens radious patchJabier Arraiza Cenoz2015-12-071-0/+6
| | | (bzr r14500.1.11)
* Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-1/+0
| | | (bzr r14500.1.8)
* Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz2015-12-031-1/+2
| | | (bzr r14500.1.4)
* Add lock to guidesJabier Arraiza Cenoz2015-12-022-0/+10
| | | (bzr r14500.1.1)
* Merge 'writing-modes' branch.Tavmjong Bah2015-11-242-3/+0
|\ | | | | (bzr r14487)
| * Implement 'text-orientation' with user interface. Update 'writing-mode', ↵Tavmjong Bah2015-10-282-3/+0
| | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1)
* | static code analysisKris De Gussem2015-10-291-6/+2
| | | | | | (bzr r14436)
* | static code analysisKris De Gussem2015-10-282-2/+6
|/ | | (bzr r14432)
* Crude partial implementation of feTile filter primitive.Tavmjong Bah2015-09-206-5/+130
| | | (bzr r14377)
* Don't need bounding box if 'primitiveUnits' not 'objectBoundingBox'.Tavmjong Bah2015-09-151-8/+11
| | | (bzr r14368)
* Fixes doubled transparency computation on bitmaps for some reasonMarc Jeanmougin2015-08-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1434122 (bzr r14306)
* Make persistence of snap indicator configurable, and clean up the snapping ↵Diederik van Lierop2015-07-241-3/+8
| | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253)
* Enable stitching in Spiro and SPCurve to prevent some crashesKrzysztof Kosi??ski2015-07-191-2/+3
| | | (bzr r14250)
* Hopefully fix build failure on i386Krzysztof Kosi??ski2015-07-051-1/+1
| | | (bzr r14232)
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-052-49/+40
| | | (bzr r14228)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-045-21/+11
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Merge from trunkKrzysztof Kosi??ski2015-05-221-1/+2
| |\ | | | | | | (bzr r14059.2.15)
| * | Fix eraser toolKrzysztof Kosi??ski2015-05-091-11/+3
| | | | | | | | | (bzr r14059.2.12)
| * | Merge from trunkKrzysztof Kosi??ski2015-05-083-12/+22
| |\ \ | | | | | | | | (bzr r14059.2.11)
| * | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-275-10/+8
| | | | | | | | | | | | (bzr r14059.2.1)
* | | | Make the behavior of the snap indicator fully transparent, such that all ↵Diederik van Lierop2015-06-123-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | events are sent to the items or canvas as intended Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14201)
* | | | patch for bug 1283194mathog2015-06-011-5/+20
| | | | | | | | | | | | (bzr r14192)
* | | | Alex Valavanis fix for a compiling bugJabier Arraiza Cenoz2015-05-291-0/+1
| |_|/ |/| | | | | (bzr r14186)
* | | patch bug 1294784mathog2015-05-211-1/+2
| |/ |/| | | (bzr r14167)
* | fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | | | | (bzr r14126)
* | Compromise solution for dot grid visibilty. See bug #1357611.Tavmjong Bah2015-05-061-3/+21
| | | | | | (bzr r14114)
* | Revert bad commit (commited to wrong branch).Tavmjong Bah2015-05-031-3/+0
| | | | | | (bzr r14096)
* | First batchTavmjong Bah2015-05-031-0/+3
| | | | | | (bzr r14095)
* | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-272-8/+0
|/ | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix out-of-control render cache from dominating all available memoryLiam P. White2015-03-051-3/+3
| | | (bzr r13966)