summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+1
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+1
* 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
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-3/+3
* fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...Johan B. C. Engelen2013-09-231-2/+2
* C++ify expression evaluator.Matthew Petroff2013-09-161-3/+5
* Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-2/+8
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-3/+1
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-3/+9
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-29/+4
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* add undo to SpinButtonJohan B. C. Engelen2011-04-151-4/+66
* add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen2011-04-131-17/+24
* add a subclassed spinbutton class. this numeric entry box accepts both ',' an...Johan B. C. Engelen2011-04-081-0/+60