summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/color-slider.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-16/+0
* Clarify licensesMax Gaukler2018-11-081-8/+8
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-12/+12
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Allow to constrain color slider values by pressing Ctrl keyEduard Braun2018-03-121-2/+6
* Use new GdkSeat API and update gimpcolorwheel commentsAlexander Valavanis2017-07-101-4/+36
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-117/+5
|\
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-117/+5
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
|/
* Reformatted refactored filesTomasz Boczkowski2015-05-031-249/+242
* Removed unnecessary inclusion of glibmm/threads.hTomasz Boczkowski2015-05-031-4/+3
* SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski2014-05-311-1/+1
* ColorSlider coding styleTomasz Boczkowski2014-05-311-19/+19
* SPColorSlider c++-sification: remove unnecessary reference to Gtk::AdjustmentTomasz Boczkowski2014-05-241-3/+0
* SPColorSlider c++-sification: remove gobject based codeTomasz Boczkowski2014-05-241-665/+0
* SPColorSlider c++-sification: fixed size requestTomasz Boczkowski2014-05-241-1/+11
* SPColorSlider c++-sification: compilation with GTK3Tomasz Boczkowski2014-05-241-19/+80
* SPColorSlider c++-sification: fixed failed Gtk assertionTomasz Boczkowski2014-05-241-1/+3
* SPColorSlider c++-sification: fixed drawing borderTomasz Boczkowski2014-05-241-8/+10
* SPColorSlider c++-sification: ported mouse eventsTomasz Boczkowski2014-05-241-3/+50
* SPColorSlider c++-sification: ported drawingTomasz Boczkowski2014-05-231-7/+72
* ported draw methodTomasz Boczkowski2014-05-231-6/+167
* moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski2014-05-231-0/+961