summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* if viewbox does not exist in file, set the document-units to be px. (Bug 1239...Alvin Penner2015-03-011-1/+3
* create SPObject factoryLiam P. White2015-02-251-10/+0
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
* Purge sp_desktop_canvasLiam P. White2014-12-211-4/+4
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah2014-11-261-2/+2
* Change default display unit to 'px'.Tavmjong Bah2014-11-261-1/+1
* Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-15/+22
* Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah2014-11-201-2/+3
* Refactor SPGuide to use more C++Liam P. White2014-10-041-10/+6
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-1/+1
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-6/+0
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-0/+6
* try to add some const-correctnessJohan B. C. Engelen2013-10-241-0/+5
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-15/+10
* Merged from trunk (r12488).Markus Engel2013-08-301-20/+22
|\
| * Switched to global UnitTable.Matthew Petroff2013-08-041-4/+1
| * Removed SPMetric.Matthew Petroff2013-07-221-13/+0
| * Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-221-0/+13
| * Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-2/+1
| * Fixed memory corruption introduced in a previous commit.Matthew Petroff2013-07-171-3/+3
| * Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-12/+15
| * Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-4/+7
* | Cleaned up.Markus Engel2013-08-031-236/+217
* | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-6/+26
* | Removed placement news / explicit destructor calls.Markus Engel2013-07-311-1/+1
* | Merged from trunk (r12419).Markus Engel2013-07-141-32/+59
|\|
| * Update minimum window size logic for cases when not saving window positions.Jon A. Cruz2013-05-011-38/+58
| * Fix for Bug #830663 (default window size is too small) by Jiabao WuJon A. Cruz2013-05-011-5/+12
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
* | Merged ObjectGroup and subclasses.Markus Engel2013-04-061-76/+53
* | Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-0/+11
* | Added constructors to SP classes.Markus Engel2013-04-011-4/+28
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* | Renamed virtual function names.Markus Engel2013-03-291-11/+11
* | merged from trunkMarkus Engel2013-03-291-81/+11
|\|
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-39/+12
| * Fix for 928205 : Do not save viewport metadata optionJohn Smith2012-10-281-2/+2
| * Fix for 928205 : Preference to not save doc viewport metadataJohn Smith2012-08-281-3/+6
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
* | Added "virtual pads" toMarkus Engel2013-03-291-3/+3
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added "virtual pad" to SPNamedView.Markus Engel2012-08-211-21/+59
|/
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+11
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+2
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+18
* 1) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop2012-02-141-0/+10
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-6/+2
* when resizing page, move the origin of the grids too. This way all objects wi...Johan B. C. Engelen2011-12-201-0/+9
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-3/+3