summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-rotate.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* fix CTRL+button2 rotation directionThomas Holder2018-09-211-0/+1
| | | | CTRL+button2 canvas rotation was inverted with flipped canvas or desktop y-axis down.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-13/+13
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Extract an expr + trailing spaceShlomi Fish2017-10-061-23/+24
|
* Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-301-0/+288
Add canvas-debug for study of canvas tiling. (bzr r15612)