summaryrefslogtreecommitdiffstats
path: root/src/desktop.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
* Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski2016-04-131-1/+0
* Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-0/+2
* Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-1/+0
* Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-0/+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-0/+3
* Update to experimental r13598Liam P. White2014-10-081-0/+2
|\
| * Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis2014-08-261-2/+3
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-2/+0
|/
* fix compile warningJohan B. C. Engelen2014-05-151-1/+1
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-3/+3
* Fix remaining issue with prefs updatingMartin Owens2014-04-191-2/+1
* Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens2014-04-181-1/+26
* pass class variables by reference for performanceKris De Gussem2014-01-111-4/+4
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-6/+16
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
* Further refactoring of EventContexts.Markus Engel2013-07-301-0/+15
* Merged from trunk (r12419).Markus Engel2013-07-141-6/+4
|\
| * Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-2/+2
| * Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-6/+4
* | Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-201-2/+5
|/
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
* Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-041-10/+0
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-1/+0
* Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith2012-10-111-0/+1
* Fix for 171904 : toggleToolbox verbJohn Smith2012-10-111-0/+1
* Fix for 191020 : Lock/Unlock all layersJohn Smith2012-10-091-1/+2
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+1
* Fix for 378413 : Show/Hide all layersJohn Smith2012-07-121-0/+1
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-2/+4
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+6
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+6
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-6/+9
* Added signal for desktop destruction to allow for proper removal of tracked s...Jon A. Cruz2012-01-011-0/+6
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+31
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+1
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-3/+4
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-6/+6
|\
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-6/+6
* | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-1/+2
* | Better memory-leak fix by just changing member to Glib::ustring. Eliminates p...Jon A. Cruz2011-07-311-1/+1
|/
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-0/+3
* Switch to GObjectAlex Valavanis2011-06-241-2/+2
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+2
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+1