summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-02Add lineheight proposalJabier Arraiza1-26/+1
2019-08-02Fix coding styleJabier Arraiza1-3/+4
2019-08-02moving hamburger to only line height partJabier Arraiza1-0/+24
2019-06-13fix coding styleJabier Arraiza1-1/+1
2019-06-13Fix step valueJabiertxof1-5/+5
2019-06-13Try to fix issue with focus with thomas and add also stops to combos and unit...Jabiertxof1-6/+9
2019-06-13Improve event handleJabier Arraiza1-2/+2
2019-06-13allow page increments with control keyJabier Arraiza1-0/+3
2019-06-13Fixes hover scrool bugJabiertxof1-2/+24
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
2014-08-30Fix modelinesAlex Valavanis1-3/+3
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-3/+3
2013-09-23fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...Johan B. C. Engelen1-2/+2
2013-09-16C++ify expression evaluator.Matthew Petroff1-3/+5
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff1-2/+8
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-3/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-3/+9
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-29/+4
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
2011-04-15add undo to SpinButtonJohan B. C. Engelen1-4/+66
2011-04-13add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen1-17/+24
2011-04-08add a subclassed spinbutton class. this numeric entry box accepts both ',' an...Johan B. C. Engelen1-0/+60