summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spin-slider.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2017-12-13Minor header cleanup. Add a few class names.Tavmjong Bah1-0/+1
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-57/+4
(bzr r15023.2.6)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2014-08-30Fix modelinesAlex Valavanis1-3/+3
(bzr r13341.1.183)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-3/+2
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-03-08Switch to orientable Scale widgets in Gtkmm 3Alex Valavanis1-0/+9
(bzr r12179)
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith1-1/+1
(bzr r11691)
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-1/+49
(bzr r11308)
2012-02-15Fix remaining glib deprecation and define compiler macrosAlex Valavanis1-2/+2
(bzr r10983)
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-11/+0
(bzr r10957)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+2
(bzr r10826)
2011-11-09add const just because it can :)Johan B. C. Engelen1-1/+1
(was intended to start using it for RegisteredWidget<>) (bzr r10734)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-3/+1
(bzr r10697)
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10660)
2011-04-16change spinbox to new one in many places.Johan B. C. Engelen1-2/+2
(bzr r10176)
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-4/+2
(bzr r9722)
2009-12-13updating my email address in file headersFelipe Corr??a da Silva Sanches1-1/+1
(bzr r8889)
2009-06-03* [INTL:*] translator comments for all context strings addedIvan Mas??r1-1/+3
(bzr r7985)
2008-04-12Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan1-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)
2008-02-21* add tooltips to spinsliders, spinbuttons and comboboxes on the filter ↵Felipe Corr??a da Silva Sanches1-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)
2008-02-15fix for bug #184671 (Filter effects properties not updating correctly)Felipe Corr??a da Silva Sanches1-1/+4
(bzr r4733)
2007-08-12Filter effects dialog:Nicholas Bishop1-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)
2007-07-31Filter effects dialog:Nicholas Bishop1-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)
2007-07-29Filter effects dialog:Nicholas Bishop1-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)
2007-07-28Filter effects dialog:Nicholas Bishop1-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)
2007-07-27Filter effects dialog:Nicholas Bishop1-0/+5
* For the Order attribute of feConvolveMatrix, show only the spin control, not the slider (bzr r3318)
2007-07-26SpinSlider:Nicholas Bishop1-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)
2007-07-26Filter effects dialog:Nicholas Bishop1-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)
2007-06-24initial filter UI code drop from NickMenTaLguY1-0/+87
(bzr r3095)