summaryrefslogtreecommitdiffstats
path: root/src/object/viewbox.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-7/+0
Remove rotation via viewbox. Still some work to do... (bzr r15603)
2016-10-10Fix some canvas problems and refactorizationJabier Arraiza Cenoz1-8/+1
(bzr r15142.1.8)
2016-10-08Keep selectionJabier Arraiza Cenoz1-2/+2
(bzr r15142.1.5)
2016-10-08add rotate from current desktop centerJabier Arraiza Cenoz1-0/+2
(bzr r15142.1.3)
2016-10-02Doc rotate startJabier Arraiza Cenoz1-0/+12
(bzr r15142.1.1)
2015-02-12use up-to-date document units when intiallizing viewbox during a file loadAlvin Penner1-2/+2
(bzr r13918)
2014-02-09viewbox: simple code clean-upJohan B. C. Engelen1-11/+7
(bzr r13016)
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-0/+66
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)