summaryrefslogtreecommitdiffstats
path: root/src/viewbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-49/+13
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-1/+1
| | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592)
* Change from slider to spinJabier Arraiza Cenoz2016-10-141-1/+1
| | | (bzr r15142.1.13)
* Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-101-48/+15
| | | (bzr r15142.1.8)
* Added widget to to rotateJabier Arraiza Cenoz2016-10-091-13/+12
| | | (bzr r15142.1.7)
* Keep selectionJabier Arraiza Cenoz2016-10-081-6/+2
| | | (bzr r15142.1.5)
* add rotate from current desktop centerJabier Arraiza Cenoz2016-10-081-4/+20
| | | (bzr r15142.1.3)
* Doc rotate startJabier Arraiza Cenoz2016-10-021-12/+70
| | | (bzr r15142.1.1)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* use up-to-date document units when intiallizing viewbox during a file loadAlvin Penner2015-02-121-9/+5
| | | (bzr r13918)
* for viewbox scaling, reduce numerical error if viewbox and page are same sizeAlvin Penner2015-02-031-16/+24
| | | (bzr r13896)
* for viewbox scaling, revert revs 13581, 13582, 13859, and handle the case of ↵Alvin Penner2015-01-251-20/+22
| | | | | | | | uniform scaling as a special case. (Bug 1373311) Fixed bugs: - https://launchpad.net/bugs/1373311 (bzr r13876)
* improve precision of i2doc for case where viewBox aspect ratio does not changeAlvin Penner2015-01-161-1/+3
| | | (bzr r13859)
* Add comment.Tavmjong Bah2014-10-091-0/+1
| | | (bzr r13582)
* avoid round-off error when calculating viewbox transform c2p (Bug 1374614 ↵Alvin Penner2014-10-081-10/+10
| | | | | | | | and Bug 1235279) Fixed bugs: - https://launchpad.net/bugs/1374614 (bzr r13581)
* Fix parsing of preserveAspectRatio broken in r13016.Tavmjong Bah2014-02-111-1/+1
| | | (bzr r13019)
* viewbox: simple code clean-upJohan B. C. Engelen2014-02-091-44/+36
| | | (bzr r13016)
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-0/+277
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)