summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spin-slider.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-14/+4
| | | (bzr r15023.2.6)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix modelinesAlex Valavanis2014-08-301-3/+3
| | | (bzr r13341.1.183)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Switch to orientable Scale widgets in Gtkmm 3Alex Valavanis2013-03-081-3/+5
| | | (bzr r12179)
* 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)