summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/rotateable.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Support smooth scrolling (part 2)Eduard Braun2018-09-111-1/+4
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* fix scrolling on style indicator in statusbar for gtk3eman-mod2017-04-151-0/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* Fix modelinesAlex Valavanis2014-08-301-3/+3
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Fix for 171890 : Mouse wheel on swatchesJohn Smith2012-10-231-0/+31
* Fix for 484135 : clicking on the stroke size doesn't open the dialog boxJohn Smith2012-08-051-8/+8
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+1
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-4/+3
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-1/+1
* fix sticking in rotation mode after click (correct fix this time, sorry)bulia byak2008-02-171-0/+2
* fix sticking in rotation mode after clickbulia byak2008-02-171-2/+2
* add alt dragging for no change modebulia byak2007-10-301-9/+19
* whitespacebulia byak2007-10-241-66/+66
* new class for widgets adjustable by rotation-like gesturesbulia byak2007-10-241-0/+137