summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-4/+0
|\
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-4/+0
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-13/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+13
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-13/+1
|/
* Move page border below the drawing.Krzysztof Kosi??ski2016-04-131-1/+1
* Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski2016-04-131-14/+3
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-2/+2
* desktop: Fix deprecated GdkCursor APIAlex Valavanis2016-04-111-1/+2
* Add option for checkerboard background.Tavmjong Bah2015-12-211-6/+10
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-6/+0
* update to trunk + resolve conflictsMarc Jeanmougin2015-12-081-0/+5
|\
| * Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-0/+5
| * Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-7/+0
| * Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-0/+7
* | cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin2015-12-051-1/+1
|/
* Fix restoring previous state of 'Objects' and 'Selection sets' dialogssu_v2015-08-311-0/+2
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+0
* mergeMarc Jeanmougin2015-04-261-1/+1
|\
| * Strip ToolFactoryLiam P. White2015-02-251-1/+1
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
* | Just...mc2015-02-181-1/+1
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-4/+4
* Purge sp_desktop_canvasLiam P. White2014-12-211-1/+1
* Update to experimental r13598Liam P. White2014-10-081-2/+2
|\
| * Move more UI code into ui/Liam P. White2014-10-051-1/+1
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-32/+26
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+0
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/
* Stop observer from crashing when it doesn't exist in preferences.xmlMartin Owens2014-04-201-1/+0
* Fix remaining issue with prefs updatingMartin Owens2014-04-191-1/+1
* Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens2014-04-181-3/+9
* remove debug messages in desktop.cppJohan B. C. Engelen2014-04-141-3/+0
* fix potential call on nullptrJohan B. C. Engelen2014-03-241-1/+1
* fix potential calls on nullptrJohan B. C. Engelen2014-03-241-1/+3
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-2/+0
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-0/+2
* Work around a crash in the Undo History dialog caused by incorrectKrzysztof Kosi??ski2014-02-281-1/+17
* Fix for bug #1270287 (The toolbox buttons toggle between being pressed and re...Nicolas Dufour2014-01-201-0/+1
* Additional fix for Bug #1268778 (Move cursor disappears after clicking on Sel...Nicolas Dufour2014-01-151-2/+9
* Fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool (F...Nicolas Dufour2014-01-141-13/+12
* pass class variables by reference for performanceKris De Gussem2014-01-111-3/+3
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-1/+1
* Clean up some tool related things.Markus Engel2013-11-121-93/+20
* Moved and renamed some tool-related files.Markus Engel2013-11-091-3/+3
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-10/+10
* Fix gradient stop selection when switching to dropper tool.Markus Engel2013-10-271-1/+2
* static code analysis: performanceKris De Gussem2013-10-161-1/+1
* we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ...buliabyak2013-10-131-45/+35