summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from trunk.Matthew Petroff2013-09-201-61/+163
|\
| * Merging libdepixelize branchVinícius dos Santos Oliveira2013-09-191-0/+1
| |\
| | * Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+1
| * | Merged from trunk (r12488).Markus Engel2013-08-301-1/+0
| |\|
| * | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-021-8/+14
| * | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-1/+1
| * | Further refactoring of EventContexts.Markus Engel2013-07-301-4/+63
| * | Merged from trunk (r12419).Markus Engel2013-07-141-133/+45
| |\ \
| * | | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-2/+8
| * | | More cleaning.Markus Engel2013-04-211-21/+3
| * | | Cleaned up a bit.Markus Engel2013-04-211-3/+6
| * | | Some refactoring in RectContext and StarContext.Markus Engel2013-04-201-1/+5
| * | | Moved factories to different files.Markus Engel2013-04-201-1/+1
| * | | Merging of EventContext classes complete.Markus Engel2013-04-201-1/+1
| * | | Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-201-28/+66
| * | | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-13/+13
| * | | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-30/+33
* | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-5/+5
| |_|/ |/| |
* | | Ported "ui/widget/selected-style.*".Matthew Petroff2013-07-191-1/+0
| |/ |/|
* | Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-25/+25
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-132/+40
* | Fix layer selection so defs don't change layers, updated symbol text.Martin Owens2013-06-161-0/+4
|/
* Fixed broken logic in zoom history to fix bug 1106031 (and removed some unrel...Craig Marshall2013-03-261-1/+1
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
* Partial fix for Bug #1071082 (Undo History doesn't work if open before file i...Nicolas Dufour2013-03-191-0/+7
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-6/+0
* make grayscale viewmode color factors configurable.Johan B. C. Engelen2013-01-131-0/+14
* zoom to entire drawing after delete (Bug 970370)Alvin Penner2013-01-011-0/+1
* Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith2012-11-181-0/+1
* Fix for 1065933 : Better support for sub-layers in 'Show/Hide other layers'John Smith2012-11-031-4/+9
* Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith2012-10-111-0/+29
* Fix for 171904 : toggleToolbox verbJohn Smith2012-10-111-1/+12
* Fix for 191020 : Lock/Unlock all layersJohn Smith2012-10-091-2/+11
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+6
* Fix for 378413 : Show/Hide all layersJohn Smith2012-07-121-0/+7
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-2/+2
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+1