summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spin-slider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-1/+49
| | | (bzr r11308)
* Fix remaining glib deprecation and define compiler macrosAlex Valavanis2012-02-151-2/+2
| | | (bzr r10983)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-11/+0
| | | (bzr r10957)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
| | | (bzr r10826)
* add const just because it can :)Johan B. C. Engelen2011-11-091-1/+1
| | | | | (was intended to start using it for RegisteredWidget<>) (bzr r10734)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-2/+2
| | | (bzr r10176)
* i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-4/+2
| | | (bzr r9722)
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
| | | (bzr r8889)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-1/+3
| | | (bzr r7985)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-1/+2
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* * add tooltips to spinsliders, spinbuttons and comboboxes on the filter ↵Felipe Corr??a da Silva Sanches2008-02-211-4/+8
| | | | | | | | | 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)
* fix for bug #184671 (Filter effects properties not updating correctly)Felipe Corr??a da Silva Sanches2008-02-151-1/+4
| | | (bzr r4733)
* Filter effects dialog:Nicholas Bishop2007-08-121-0/+2
| | | | | A couple bug fixes; the Link togglebutton for dual spinsliders now updates properly when switching between primitives. Also, the in2 attribute of feDisplacementMap is now properly checked when reordering primitives. (bzr r3452)
* Filter effects dialog:Nicholas Bishop2007-07-311-3/+32
| | | | | | | * 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-291-0/+4
| | | | | | * feMergeNodes can be deleted by clicking the input without dragging. * feMergeNodes can be added using a special empty input at the bottom of primitive. (bzr r3335)
* Filter effects dialog:Nicholas Bishop2007-07-281-0/+6
| | | | | | * 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/+5
| | | | | * For the Order attribute of feConvolveMatrix, show only the spin control, not the slider (bzr r3318)
* 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)