summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/rotateable.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* Fix for 171890 : Mouse wheel on swatchesJohn Smith2012-10-231-0/+3
| | | (bzr r11822)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* warning cleanupJon A. Cruz2007-11-021-16/+16
| | | (bzr r4012)
* new class for widgets adjustable by rotation-like gesturesbulia byak2007-10-241-0/+66
(bzr r3949)