summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz1-0/+5
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-7/+0
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin1-1/+1
2015-12-03Add global lock guides to the rulersJabier Arraiza Cenoz1-0/+7
2015-08-31Fix restoring previous state of 'Objects' and 'Selection sets' dialogssu_v1-0/+2
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+0
2015-02-25Strip ToolFactoryLiam P. White1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
2015-02-18Just...mc1-1/+1
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-4/+4
2014-12-21Purge sp_desktop_canvasLiam P. White1-1/+1
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-32/+26
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+0
2014-06-251. make it compileLiam P. White1-1/+1
2014-04-20Stop observer from crashing when it doesn't exist in preferences.xmlMartin Owens1-1/+0
2014-04-19Fix remaining issue with prefs updatingMartin Owens1-1/+1
2014-04-18Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens1-3/+9
2014-04-14remove debug messages in desktop.cppJohan B. C. Engelen1-3/+0
2014-03-27Get pollar tiling working agains with trunkMartin Owens1-30/+30
2014-03-24fix potential call on nullptrJohan B. C. Engelen1-1/+1
2014-03-24fix potential calls on nullptrJohan B. C. Engelen1-1/+3
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-2/+0
2014-03-13Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski1-0/+2
2014-02-28Work around a crash in the Undo History dialog caused by incorrectKrzysztof Kosi??ski1-1/+17
2014-01-20Fix for bug #1270287 (The toolbox buttons toggle between being pressed and re...Nicolas Dufour1-0/+1
2014-01-15Additional fix for Bug #1268778 (Move cursor disappears after clicking on Sel...Nicolas Dufour1-2/+9
2014-01-14Fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool (F...Nicolas Dufour1-13/+12
2014-01-11pass class variables by reference for performanceKris De Gussem1-3/+3
2014-01-11gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem1-1/+1
2013-11-12Clean up some tool related things.Markus Engel1-93/+20
2013-11-09Moved and renamed some tool-related files.Markus Engel1-3/+3
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-10/+10
2013-10-27Fix gradient stop selection when switching to dropper tool.Markus Engel1-1/+2
2013-10-16static code analysis: performanceKris De Gussem1-1/+1
2013-10-13we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ...buliabyak1-45/+35
2013-09-12Integrating with libdepixelizeVinícius dos Santos Oliveira1-0/+1
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-5/+5
2013-08-02reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel1-8/+14
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-1/+1
2013-07-30Further refactoring of EventContexts.Markus Engel1-4/+63
2013-07-19Ported "ui/widget/selected-style.*".Matthew Petroff1-1/+0
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-25/+25
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-132/+40
2013-06-16Fix layer selection so defs don't change layers, updated symbol text.Martin Owens1-0/+4
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-2/+8
2013-04-21More cleaning.Markus Engel1-21/+3
2013-04-21Cleaned up a bit.Markus Engel1-3/+6
2013-04-20Some refactoring in RectContext and StarContext.Markus Engel1-1/+5