summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/color-wheel-selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change Alpha slider max from 255 to 100Nathan Lee2019-04-251-9/+1
* Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-161-46/+20
* Clarify licensesMax Gaukler2018-11-081-0/+10
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* Name a few more widgets. Minor cleanup.Tavmjong Bah2017-12-241-0/+2
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-1/+2
* Move GIMP widgets to their own folderAlex Valavanis2016-08-081-1/+1
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-42/+4
|\
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-42/+4
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+5
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+1
|/
* Protect the color wheel from hue loss at a deeper level.Martin Owens2016-03-291-1/+1
* Fix bugs with the colour selector self-signaling on change.Martin Owens2016-03-291-3/+5
* fixed: color scales - updating color when switched from undefinedTomasz Boczkowski2015-05-171-21/+36
* Reformatted refactored filesTomasz Boczkowski2015-05-031-49/+47
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-12/+2
|\
| * inhibit SelectedColor::setColorAlpha in the callbacks of it's signalsTomasz Boczkowski2014-06-011-12/+2
* | merged SPColorScales c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-1/+1
|\|
| * SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski2014-05-311-1/+1
* | merged SPColorWheelSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-2/+17
|/
* SPColorWheelSelector c++-sification: replaced gtk calls by gtkmm versionsTomasz Boczkowski2014-05-311-75/+71
* SPColorWheelSelector c++-sification: inherit Gtk::Table/GridTomasz Boczkowski2014-05-311-149/+71
* SPColorWheelSelector c++-sification: moved to ui/widgetsTomasz Boczkowski2014-05-311-0/+366