summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1188/+0
2018-01-07Limit default window size to monitor dimensionsEduard Braun1-0/+10
2018-01-07Make natural window size default and fix small window sizeEduard Braun1-5/+8
2018-01-07Use proper monitor for deriving geometryEduard Braun1-9/+9
2018-01-07Switch sp-namedview.cpp to use the convenience functionEduard Braun1-16/+2
2018-01-07Let GTK+ / window managers handle window position sanitizingEduard Braun1-39/+5
2018-01-07Make stored geometry and default window size enumsEduard Braun1-10/+12
2018-01-07Namedview: Use proper monitor to derive monitor_geometryEduard Braun1-15/+6
2017-12-25Use a macro for GtkMM version checksAlexander Valavanis1-3/+3
2017-12-05Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza1-7/+6
2017-07-12Prevent crash when get_primary_monitor() returns nullptr. (Second place.)Tavmjong Bah1-1/+5
2017-06-27GdkScreen deprecation fixesAlexander Valavanis1-10/+36
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-97/+1
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-5/+5
2017-02-11Fix and improve window sizing and positioning behavior when opening new docum...Eduard Braun1-26/+38
2017-02-04Disable rotate guides in doc rotationJabiertxof1-21/+21
2016-10-10Fix some canvas item problems and refresh items on rotateJabier Arraiza Cenoz1-4/+10
2016-10-10Fix some canvas problems and refactorizationJabier Arraiza Cenoz1-2/+35
2016-10-09Added widget to to rotateJabier Arraiza Cenoz1-5/+4
2016-10-08Keep selectionJabier Arraiza Cenoz1-28/+15
2016-10-08add rotate from current desktop centerJabier Arraiza Cenoz1-19/+21
2016-10-02Doc rotate startJabier Arraiza Cenoz1-1/+46
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-6/+6
2016-06-08Really remove last of svg_units.Tavmjong Bah1-10/+0
2016-06-08Remove unused svg-units variable.Tavmjong Bah1-18/+18
2016-06-04Fix for bug on previous commit about guides lockJabier Arraiza Cenoz1-1/+0
2016-06-03Fix a bug in lock guides pointed by suv on IRCJabier Arraiza Cenoz1-1/+1
2016-06-01Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah1-6/+0
2015-12-28Corrects attribute name for saving page 'checkerboard' background state.Tavmjong Bah1-1/+1
2015-12-21Add option for checkerboard background.Tavmjong Bah1-0/+6
2015-12-09fix crash noticed by TavMarc Jeanmougin1-1/+0
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz1-2/+1
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-0/+42
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin1-92/+63
2015-07-15Read inkscape:color attribute in more placesGeoff Lankow1-0/+1
2015-07-12Reread guide colour after setting default colourGeoff Lankow1-5/+6
2015-07-11Read attribute after setting the defaultGeoff Lankow1-0/+3
2015-07-07Read inkscape:color attribute on guidesGeoff Lankow1-1/+0
2015-04-27Enable snapping of cusp nodes by defaultDiederik van Lierop1-1/+1
2015-03-01if viewbox does not exist in file, set the document-units to be px. (Bug 1239...Alvin Penner1-1/+3
2015-02-25create SPObject factoryLiam P. White1-10/+0
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+5
2014-12-21Purge sp_desktop_canvasLiam P. White1-4/+4
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-2/+2
2014-11-26Change default display unit to 'px'.Tavmjong Bah1-1/+1
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-15/+22