summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spin-slider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SpinSlider:Nicholas Bishop2007-07-261-1/+6
| | | | | If the digits value is set to zero, truncate the value when setting the attribute so it is an int, rather than a double. (bzr r3307)
* Filter effects dialog:Nicholas Bishop2007-07-261-3/+88
| | | | | | | | | This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog. * Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute. * Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow. * Removed lots of specific filter settings code in favor of the more generic system. (bzr r3304)
* initial filter UI code drop from NickMenTaLguY2007-06-241-0/+87
(bzr r3095)