summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h (unfollow)
Commit message (Expand)AuthorFilesLines
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