summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-143/+0
| | | | A lot of header clean-up.
* Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza2017-12-051-1/+1
|
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-8/+3
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Add some Vlava improvements from mailing listJabier Arraiza Cenoz2016-11-011-1/+1
|\ | | | | (bzr r15142.1.28)
* | Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-101-1/+5
| | | | | | (bzr r15142.1.8)
* | Added widget to to rotateJabier Arraiza Cenoz2016-10-091-1/+1
| | | | | | (bzr r15142.1.7)
* | Doc rotate startJabier Arraiza Cenoz2016-10-021-0/+1
|/ | | (bzr r15142.1.1)
* Remove unused svg-units variable.Tavmjong Bah2016-06-081-1/+0
| | | (bzr r14963)
* Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-011-1/+0
| | | (bzr r14939)
* Add option for checkerboard background.Tavmjong Bah2015-12-211-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)
* update to trunk + resolve conflictsMarc Jeanmougin2015-12-081-0/+2
|\ | | | | (bzr r14504.1.9)
| * Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-1/+1
| | | | | | (bzr r14500.1.9)
| * Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-0/+2
| | | | | | (bzr r14500.1.8)
* | cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin2015-12-051-4/+5
|/ | | (bzr r14504.1.1)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-1/+1
| | | | | by function. (bzr r13774)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-1/+3
| | | | | | | 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-1/+1
| | | (bzr r13740)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-13/+16
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-1/+0
| | | | | on the root element. (bzr r13146)
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-0/+1
| | | | | | | | | 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/+1
| | | (bzr r12719)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-1/+1
| | | | | 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)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Merged from trunk (r12488).Markus Engel2013-08-301-8/+9
|\ | | | | (bzr r11608.1.120)
| * Removed SPMetric.Matthew Petroff2013-07-221-2/+0
| | | | | | (bzr r12380.1.49)
| * Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-221-0/+1
| | | | | | (bzr r12380.1.48)
| * Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-5/+6
| | | | | | (bzr r12380.1.8)
| * Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-1/+2
| | | | | | (bzr r12380.1.4)
* | Cleaned up.Markus Engel2013-08-031-1/+1
| | | | | | (bzr r11608.1.117)
* | Merged ObjectGroup and subclasses.Markus Engel2013-04-061-23/+2
| | | | | | (bzr r11608.1.83)
* | Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | | | | (bzr r11608.1.67)
* | Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | | | | (bzr r11608.1.64)
* | Renamed virtual function names.Markus Engel2013-03-291-6/+6
| | | | | | (bzr r11608.1.57)
* | merged from trunkMarkus Engel2013-03-291-0/+4
|\| | | | | (bzr r11608.1.56)
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-0/+4
| | | | | | (bzr r12055)
* | Added "virtual pad" to SPNamedView.Markus Engel2012-08-211-1/+26
|/ | | (bzr r11608.1.40)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+1
| | | (bzr r11600)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-1/+0
| | | (bzr r10986)
* when resizing page, move the origin of the grids too. This way all objects ↵Johan B. C. Engelen2011-12-201-0/+1
| | | | | will stay aligned to the grids. (bzr r10787)
* Purging some forward.h files.Jon A. Cruz2011-10-041-1/+2
| | | (bzr r10664)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-0/+11
|\ | | | | (bzr r9945.1.1)
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-0/+10
| | | | | | (bzr r9546.1.12)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Fix for Bug #586955 (the unit for user defined document size is not ↵Nicolas Dufour2010-09-261-1/+2
|/ | | | | refreshed if document is reopen). (bzr r9793)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Store the maximized state in the document (closes bug #168422)Diederik van Lierop2009-05-311-0/+1
| | | (bzr r7967)
* Store the snapper tolerances in the snap-preferences instead of in each ↵Diederik van Lierop2009-01-311-10/+1
| | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208)
* Merge from fe-movedTed Gould2008-11-211-2/+1
| | | (bzr r6891)