summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-01Adding minor fixesJabier Arraiza1-1/+1
2018-12-01Initial commit of split canvasJabiertxof1-0/+14
2018-11-30Replace void* by SPItem* to avoid static casts.Tavmjong Bah1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-05Remove unused functionsJabier Arraiza1-13/+0
2018-11-05Improvemets to find itemsJabier Arraiza1-0/+13
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason1-2/+2
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason1-0/+3
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+0
2018-09-12make /options/yaxisdown true the defaultThomas Holder1-2/+2
2018-09-12New option to invert y-axisThomas Holder1-9/+12
2018-07-21Fixing coding styleJabier Arraiza1-2/+1
2018-07-21adding gtk-themeJabier Arraiza1-0/+11
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-53/+53
2018-06-12Make SPDesktop::setWaitingCursor() use gdkmm.Emmanuel Gil Peyrot1-5/+4
2018-06-06Fixes to extension system and simplify the codeJabiertxo Arraiza Cenoz1-1/+0
2018-05-09Apply fixedJabier Arraiza1-0/+1
2018-05-09Reset old code to reaply fixedJabier Arraiza1-1/+0
2018-05-09Start migrating 0.92 patch to masterJabier Arraiza1-0/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-05-04Add global guide controls to guides panelGeoff Lankow1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-16/+21
2017-11-13Unset the current tool early on shutdown.Stefano Facchini1-7/+1
2017-11-13Refactor SPDesktop::setEventContext to allow for unsetting the current toolStefano Facchini1-22/+22
2017-11-07Misc. typosUnknown1-1/+1
2017-10-27Enable reopening of Prototype dialog on startup.Tavmjong Bah1-0/+1
2017-10-27Try to ensure that panels are created with the correct desktop.Tavmjong Bah1-0/+6
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