summaryrefslogtreecommitdiffstats
path: root/src/viewbox.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-277/+0
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-49/+13
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-1/+1
2016-10-14Change from slider to spinJabier Arraiza Cenoz1-1/+1
2016-10-10Fix some canvas problems and refactorizationJabier Arraiza Cenoz1-48/+15
2016-10-09Added widget to to rotateJabier Arraiza Cenoz1-13/+12
2016-10-08Keep selectionJabier Arraiza Cenoz1-6/+2
2016-10-08add rotate from current desktop centerJabier Arraiza Cenoz1-4/+20
2016-10-02Doc rotate startJabier Arraiza Cenoz1-12/+70
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2015-02-12use up-to-date document units when intiallizing viewbox during a file loadAlvin Penner1-9/+5
2015-02-03for viewbox scaling, reduce numerical error if viewbox and page are same sizeAlvin Penner1-16/+24
2015-01-25for viewbox scaling, revert revs 13581, 13582, 13859, and handle the case of ...Alvin Penner1-20/+22
2015-01-16improve precision of i2doc for case where viewBox aspect ratio does not changeAlvin Penner1-1/+3
2014-10-09Add comment.Tavmjong Bah1-0/+1
2014-10-08avoid round-off error when calculating viewbox transform c2p (Bug 1374614 and...Alvin Penner1-10/+10
2014-02-11Fix parsing of preserveAspectRatio broken in r13016.Tavmjong Bah1-1/+1
2014-02-09viewbox: simple code clean-upJohan B. C. Engelen1-44/+36
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-0/+277