summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-30Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah1-5/+11
2017-03-22Add canvas flip. No GUI. Can be bound to keys via preferences.Tavmjong Bah1-0/+42
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-0/+1
2017-03-19Fix lp:1670688.Minglangjun Li1-6/+10
2017-03-14Modify scroll_to_point() to work with rotated desktop. Simplified code to boot.Tavmjong Bah1-35/+13
2017-03-14Add functions to rotate drawing inside desktop.Tavmjong Bah1-0/+42
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-269/+275
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-0/+1
2016-09-03Remove == true.Shlomi Fish1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-13/+1
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-4/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+13
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-13/+1
2016-07-25Revert the canvas widget changes, which cause performance regressionsKrzysztof Kosi??ski1-4/+15
2016-04-13Move page border below the drawing.Krzysztof Kosi??ski1-1/+1
2016-04-13Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski1-14/+3
2016-04-12Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski1-2/+2
2016-04-11desktop: Fix deprecated GdkCursor APIAlex Valavanis1-1/+2
2015-12-21Add option for checkerboard background.Tavmjong Bah1-6/+10
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-6/+0
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