summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-3/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-3/+9
| | | (bzr r11250)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-29/+4
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* add undo to SpinButtonJohan B. C. Engelen2011-04-151-4/+66
| | | (bzr r10167)
* add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen2011-04-131-17/+24
| | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162)
* add a subclassed spinbutton class. this numeric entry box accepts both ',' ↵Johan B. C. Engelen2011-04-081-0/+60
and '.' as the decimal point when in numeric mode. (bzr r10150)