summaryrefslogtreecommitdiffstats
path: root/src/viewbox.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-62/+0
| | | | A lot of header clean-up.
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-7/+0
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-101-8/+1
| | | (bzr r15142.1.8)
* Keep selectionJabier Arraiza Cenoz2016-10-081-2/+2
| | | (bzr r15142.1.5)
* add rotate from current desktop centerJabier Arraiza Cenoz2016-10-081-0/+2
| | | (bzr r15142.1.3)
* Doc rotate startJabier Arraiza Cenoz2016-10-021-0/+12
| | | (bzr r15142.1.1)
* use up-to-date document units when intiallizing viewbox during a file loadAlvin Penner2015-02-121-2/+2
| | | (bzr r13918)
* viewbox: simple code clean-upJohan B. C. Engelen2014-02-091-11/+7
| | | (bzr r13016)
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-0/+66
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)