summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add lineheight proposalJabier Arraiza2019-08-021-4/+0
* moving hamburger to only line height partJabier Arraiza2019-08-021-0/+4
* fix coding styleJabier Arraiza2019-06-131-2/+2
* Fix CI problemJabiertxof2019-06-131-1/+1
* Try to fix issue with focus with thomas and add also stops to combos and unit...Jabiertxof2019-06-131-3/+2
* Fixes hover scrool bugJabiertxof2019-06-131-0/+7
* clang-tidy recent changesAlexander Valavanis2019-02-011-5/+4
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-4/+0
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-8/+0
* Fix modelinesAlex Valavanis2014-08-301-3/+3
* fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...Johan B. C. Engelen2013-09-231-5/+7
* Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-0/+5
* 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
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+4
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-8/+31
* add undo to SpinButtonJohan B. C. Engelen2011-04-151-2/+8
* add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen2011-04-131-4/+20
* Use the subclassed SpinButton class for numeric inputs, such that '.' and ','...Johan B. C. Engelen2011-04-111-2/+4
* add a subclassed spinbutton class. this numeric entry box accepts both ',' an...Johan B. C. Engelen2011-04-081-0/+57