summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged trunkAdrian Boguszewski2016-08-031-2/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-6/+6
|/ | | (bzr r14954.1.19)
* Really remove last of svg_units.Tavmjong Bah2016-06-081-10/+0
| | | (bzr r14964)
* Remove unused svg-units variable.Tavmjong Bah2016-06-081-18/+18
| | | (bzr r14963)
* Fix for bug on previous commit about guides lockJabier Arraiza Cenoz2016-06-041-1/+0
| | | (bzr r14949)
* Fix a bug in lock guides pointed by suv on IRCJabier Arraiza Cenoz2016-06-031-1/+1
| | | (bzr r14948)
* Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-011-6/+0
| | | (bzr r14939)
* Corrects attribute name for saving page 'checkerboard' background state.Tavmjong Bah2015-12-281-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1529391 (bzr r14556)
* Add option for checkerboard background.Tavmjong Bah2015-12-211-0/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)
* fix crash noticed by TavMarc Jeanmougin2015-12-091-1/+0
| | | (bzr r14504.1.17)
* update to trunk + resolve conflictsMarc Jeanmougin2015-12-081-0/+41
|\ | | | | (bzr r14504.1.9)
| * Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-2/+1
| | | | | | (bzr r14500.1.9)
| * Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-0/+42
| | | | | | (bzr r14500.1.8)
* | cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin2015-12-051-92/+63
|/ | | (bzr r14504.1.1)
* Read inkscape:color attribute in more placesGeoff Lankow2015-07-151-0/+1
| | | (bzr r14228.1.4)
* Reread guide colour after setting default colourGeoff Lankow2015-07-121-5/+6
| | | (bzr r14228.1.3)
* Read attribute after setting the defaultGeoff Lankow2015-07-111-0/+3
| | | (bzr r14228.1.2)
* Read inkscape:color attribute on guidesGeoff Lankow2015-07-071-1/+0
| | | (bzr r14228.1.1)
* Enable snapping of cusp nodes by defaultDiederik van Lierop2015-04-271-1/+1
| | | (bzr r14061)
* if viewbox does not exist in file, set the document-units to be px. (Bug ↵Alvin Penner2015-03-011-1/+3
| | | | | | | | 1239682) Fixed bugs: - https://launchpad.net/bugs/1239682 (bzr r13955)
* create SPObject factoryLiam P. White2015-02-251-10/+0
| | | (bzr r13939.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
| | | (bzr r13820)
* Purge sp_desktop_canvasLiam P. White2014-12-211-4/+4
| | | (bzr r13811)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-2/+2
| | | | | by function. (bzr r13774)
* Change default display unit to 'px'.Tavmjong Bah2014-11-261-1/+1
| | | (bzr r13773)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-15/+22
| | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah2014-11-201-2/+3
| | | (bzr r13740)
* Refactor SPGuide to use more C++Liam P. White2014-10-041-10/+6
| | | (bzr r13341.1.241)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-1/+1
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-6/+0
| | | | | on the root element. (bzr r13146)
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-0/+6
| | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
* try to add some const-correctnessJohan B. C. Engelen2013-10-241-0/+5
| | | (bzr r12719)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-15/+10
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Merged from trunk (r12488).Markus Engel2013-08-301-20/+22
|\ | | | | (bzr r11608.1.120)
| * Switched to global UnitTable.Matthew Petroff2013-08-041-4/+1
| | | | | | (bzr r12380.1.62)
| * Removed SPMetric.Matthew Petroff2013-07-221-13/+0
| | | | | | (bzr r12380.1.49)
| * Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-221-0/+13
| | | | | | (bzr r12380.1.48)
| * Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-2/+1
| | | | | | (bzr r12380.1.28)
| * Fixed memory corruption introduced in a previous commit.Matthew Petroff2013-07-171-3/+3
| | | | | | (bzr r12380.1.14)
| * Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-12/+15
| | | | | | (bzr r12380.1.8)
| * Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-4/+7
| | | | | | (bzr r12380.1.4)
* | Cleaned up.Markus Engel2013-08-031-236/+217
| | | | | | (bzr r11608.1.117)
* | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-6/+26
| | | | | | (bzr r11608.1.115)
* | Removed placement news / explicit destructor calls.Markus Engel2013-07-311-1/+1
| | | | | | (bzr r11608.1.113)
* | Merged from trunk (r12419).Markus Engel2013-07-141-32/+59
|\| | | | | (bzr r11608.1.107)
| * Update minimum window size logic for cases when not saving window positions.Jon A. Cruz2013-05-011-38/+58
| | | | | | (bzr r12316)