summaryrefslogtreecommitdiffstats
path: root/src/object/sp-namedview.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-11-20Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah1-2/+3
2014-10-04Refactor SPGuide to use more C++Liam P. White1-10/+6
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-1/+1
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-6/+0
2014-03-13Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski1-0/+6
2013-10-24try to add some const-correctnessJohan B. C. Engelen1-0/+5
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-15/+10
2013-08-04Switched to global UnitTable.Matthew Petroff1-4/+1
2013-08-03Cleaned up.Markus Engel1-236/+217
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-6/+26
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-1/+1
2013-07-22Removed SPMetric.Matthew Petroff1-13/+0
2013-07-22Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff1-0/+13
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-2/+1
2013-07-17Fixed memory corruption introduced in a previous commit.Matthew Petroff1-3/+3
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-12/+15
2013-07-02Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff1-4/+7
2013-05-01Update minimum window size logic for cases when not saving window positions.Jon A. Cruz1-38/+58
2013-05-01Fix for Bug #830663 (default window size is too small) by Jiabao WuJon A. Cruz1-5/+12
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-06Merged ObjectGroup and subclasses.Markus Engel1-76/+53
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel1-0/+11
2013-04-01Added constructors to SP classes.Markus Engel1-4/+28
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-11/+11
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-5/+5
2013-03-29Added "virtual pads" toMarkus Engel1-3/+3
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-39/+12
2012-10-28Fix for 928205 : Do not save viewport metadata optionJohn Smith1-2/+2
2012-08-28Fix for 928205 : Preference to not save doc viewport metadataJohn Smith1-3/+6