summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
| * Fix for Bug #830663 (default window size is too small) by Jiabao WuJon A. Cruz2013-05-011-5/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/830663 (bzr r12315)
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| | | | | | (bzr r11608.1.86)
* | Merged ObjectGroup and subclasses.Markus Engel2013-04-061-76/+53
| | | | | | (bzr r11608.1.83)
* | Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-0/+11
| | | | | | | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
* | Added constructors to SP classes.Markus Engel2013-04-011-4/+28
| | | | | | (bzr r11608.1.67)
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | | | | (bzr r11608.1.63)
* | Renamed virtual function names.Markus Engel2013-03-291-11/+11
| | | | | | (bzr r11608.1.57)
* | merged from trunkMarkus Engel2013-03-291-81/+11
|\| | | | | (bzr r11608.1.56)
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-39/+12
| | | | | | (bzr r12055)
| * Fix for 928205 : Do not save viewport metadata optionJohn Smith2012-10-281-2/+2
| | | | | | (bzr r11843)
| * Fix for 928205 : Preference to not save doc viewport metadataJohn Smith2012-08-281-3/+6
| | | | | | (bzr r11630)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Added "virtual pads" toMarkus Engel2013-03-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49)
* | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | (bzr r11608.1.48)
* | Added "virtual pad" to SPNamedView.Markus Engel2012-08-211-21/+59
|/ | | (bzr r11608.1.40)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+11
| | | (bzr r11600)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+2
| | | (bzr r11030)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+18
| | | (bzr r10992)
* 1) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop2012-02-141-0/+10
| | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-6/+2
| | | (bzr r10860)
* when resizing page, move the origin of the grids too. This way all objects ↵Johan B. C. Engelen2011-12-201-0/+9
| | | | | will stay aligned to the grids. (bzr r10787)
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-3/+3
| | | (bzr r10780)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-0/+10
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-4/+1
| | | (bzr r10582.1.5)
* 1) Use the "snap guides" button both for guides being snap sources, as well ↵Diederik van Lierop2011-08-231-1/+1
| | | | | | | as for guides being snap targets 2) Remove some redundant guide-snapping code from the object snapper, (bzr r10576)
* Some code cosmetics and commentsDiederik van Lierop2011-08-221-19/+15
| | | (bzr r10570)