summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spin-slider.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+9
| | | (bzr r11308)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+1
| | | (bzr r11304)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-4/+0
| | | (bzr r10957)
* add const just because it can :)Johan B. C. Engelen2011-11-091-1/+1
| | | | | (was intended to start using it for RegisteredWidget<>) (bzr r10734)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-4/+9
| | | (bzr r10696)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-4/+4
| | | (bzr r10176)
* * add tooltips to spinsliders, spinbuttons and comboboxes on the filter ↵Felipe Corr??a da Silva Sanches2008-02-211-2/+2
| | | | | | | | | settings UI * add "no parameters required" label for feComposite primitive settings tab A future commit will add the tooltips for color-chooser-widget, checkboxes and matrix-entries (bzr r4798)
* Filter effects dialog:Nicholas Bishop2007-07-311-1/+4
| | | | | | | * Added a "Link" toggle to the DualSpinSlider widget, when active the two values will be set equal to eachother. * Added DualSpinButtons (for attributes that have an optional number, similar to DualSpinSlider but without the gtkscale) * Added MultiSpinButtons (for showing multiple spinbuttons together but with different attributes) (bzr r3352)
* Filter effects dialog:Nicholas Bishop2007-07-281-0/+2
| | | | | | * Added settings widgets for feConvolveMatrix's target attribute * Changed the order attribute to show both spin widgets on the same row (bzr r3321)
* Filter effects dialog:Nicholas Bishop2007-07-271-0/+3
| | | | | * For the Order attribute of feConvolveMatrix, show only the spin control, not the slider (bzr r3318)
* Filter effects dialog:Nicholas Bishop2007-07-261-2/+32
| | | | | | | | | 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/+64
(bzr r3095)