index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
widget
/
color-scales.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate clang warnings
Thomas Holder
2019-08-23
1
-1
/
+1
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-15
/
+0
*
Change Alpha slider max from 255 to 100
Nathan Lee
2019-04-25
1
-0
/
+1
*
Realign labels in "Fill and Stroke" dialog
Patrick Storz
2019-03-22
1
-2
/
+2
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-2
/
+2
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+9
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
2018-06-19
1
-44
/
+44
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-1
/
+1
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-13
/
+13
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Allow to constrain color slider values by pressing Ctrl key
Eduard Braun
2018-03-12
1
-2
/
+11
*
Add HSV picker mode to color scales
Roman Hargrave
2017-08-02
1
-2
/
+77
*
Rename SP_COLOR_SCALES_MODE_HSV to SP_COLOR_SCALES_MODE_HSL
Roman Hargrave
2017-08-02
1
-7
/
+7
*
Change HSL scaling for color chooser
Roman Hargrave
2017-08-02
1
-1
/
+9
*
[Bug #1635982] HSL tab in 0.92 corrupted: colors in hue slider incorrect, def...
shark0r
2017-04-21
1
-0
/
+1
*
Move GIMP widgets to their own folder
Alex Valavanis
2016-08-08
1
-1
/
+0
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-27
/
+0
|
\
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
1
-27
/
+0
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+1
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+3
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+1
|
/
*
color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
2016-04-13
1
-0
/
+6
*
fixed: color scales - updating color when switched from undefined
Tomasz Boczkowski
2015-05-17
1
-27
/
+42
*
fixed: color scales - extra row in RGB mode
Tomasz Boczkowski
2015-05-17
1
-0
/
+5
*
fixed crash in paint selector when changing from gradient to solid color
Tomasz Boczkowski
2015-05-09
1
-8
/
+3
*
Reformatted refactored files
Tomasz Boczkowski
2015-05-03
1
-449
/
+439
*
Introduced fixes after merge proposal review
Tomasz Boczkowski
2015-05-03
1
-38
/
+29
*
Removed unnecessary inclusion of glibmm/threads.h
Tomasz Boczkowski
2015-05-03
1
-6
/
+2
*
Using SelectedColor instead of SPColorSelector
Tomasz Boczkowski
2015-04-26
1
-13
/
+5
|
\
|
*
inhibit SelectedColor::setColorAlpha in the callbacks of it's signals
Tomasz Boczkowski
2014-06-01
1
-13
/
+5
*
|
merged SPColorScales c++-sification from svgpaints branch
Tomasz Boczkowski
2015-04-26
1
-2
/
+20
|
/
*
SPColorScales c++-sification - using SelectedColor
Tomasz Boczkowski
2014-05-31
1
-183
/
+70
*
SPColorScales c++-sification - move to ui/widget
Tomasz Boczkowski
2014-05-31
1
-0
/
+788