summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/color-scales.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate clang warningsThomas Holder2019-08-231-1/+1
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-15/+0
* Change Alpha slider max from 255 to 100Nathan Lee2019-04-251-0/+1
* Realign labels in "Fill and Stroke" dialogPatrick Storz2019-03-221-2/+2
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Clarify licensesMax Gaukler2018-11-081-1/+9
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-44/+44
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-13/+13
* 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/+11
* Add HSV picker mode to color scalesRoman Hargrave2017-08-021-2/+77
* Rename SP_COLOR_SCALES_MODE_HSV to SP_COLOR_SCALES_MODE_HSLRoman Hargrave2017-08-021-7/+7
* Change HSL scaling for color chooserRoman Hargrave2017-08-021-1/+9
* [Bug #1635982] HSL tab in 0.92 corrupted: colors in hue slider incorrect, def...shark0r2017-04-211-0/+1
* Move GIMP widgets to their own folderAlex Valavanis2016-08-081-1/+0
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-27/+0
|\
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-27/+0
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+3
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
|/
* color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+6
* fixed: color scales - updating color when switched from undefinedTomasz Boczkowski2015-05-171-27/+42
* fixed: color scales - extra row in RGB modeTomasz Boczkowski2015-05-171-0/+5
* fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski2015-05-091-8/+3
* Reformatted refactored filesTomasz Boczkowski2015-05-031-449/+439
* Introduced fixes after merge proposal reviewTomasz Boczkowski2015-05-031-38/+29
* Removed unnecessary inclusion of glibmm/threads.hTomasz Boczkowski2015-05-031-6/+2
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-13/+5
|\
| * inhibit SelectedColor::setColorAlpha in the callbacks of it's signalsTomasz Boczkowski2014-06-011-13/+5
* | merged SPColorScales c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-2/+20
|/
* SPColorScales c++-sification - using SelectedColorTomasz Boczkowski2014-05-311-183/+70
* SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski2014-05-311-0/+788