summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-02Add lineheight proposalJabier Arraiza1-4/+0
2019-08-02moving hamburger to only line height partJabier Arraiza1-0/+4
2019-06-13fix coding styleJabier Arraiza1-2/+2
2019-06-13Fix CI problemJabiertxof1-1/+1
2019-06-13Try to fix issue with focus with thomas and add also stops to combos and unit...Jabiertxof1-3/+2
2019-06-13Fixes hover scrool bugJabiertxof1-0/+7
2019-02-01clang-tidy recent changesAlexander Valavanis1-5/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-4/+0
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-8/+0
2014-08-30Fix modelinesAlex Valavanis1-3/+3
2013-09-23fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...Johan B. C. Engelen1-5/+7
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff1-0/+5
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz1-0/+4
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-0/+4
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-8/+31
2011-04-15add undo to SpinButtonJohan B. C. Engelen1-2/+8
2011-04-13add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen1-4/+20
2011-04-11Use the subclassed SpinButton class for numeric inputs, such that '.' and ','...Johan B. C. Engelen1-2/+4
2011-04-08add a subclassed spinbutton class. this numeric entry box accepts both ',' an...Johan B. C. Engelen1-0/+57