summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+4
| | | (bzr r11308)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-8/+31
| | | (bzr r10697)
* add undo to SpinButtonJohan B. C. Engelen2011-04-151-2/+8
| | | (bzr r10167)
* add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen2011-04-131-4/+20
| | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162)
* Use the subclassed SpinButton class for numeric inputs, such that '.' and ↵Johan B. C. Engelen2011-04-111-2/+4
| | | | | | | ',' both can be used as decimal point. (related to bug 484187) (bzr r10159)
* add a subclassed spinbutton class. this numeric entry box accepts both ',' ↵Johan B. C. Engelen2011-04-081-0/+57
and '.' as the decimal point when in numeric mode. (bzr r10150)