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-wheel-selector.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Alpha slider max from 255 to 100
Nathan Lee
2019-04-25
1
-9
/
+1
*
Rewrite of Gimp Color Wheel in C++.
Tavmjong Bah
2018-11-16
1
-46
/
+20
*
Clarify licenses
Max Gaukler
2018-11-08
1
-0
/
+10
*
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
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-4
/
+4
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-4
/
+4
*
Name a few more widgets. Minor cleanup.
Tavmjong Bah
2017-12-24
1
-0
/
+2
*
Fix Gtk alignment API
Alexander Valavanis
2017-07-08
1
-1
/
+2
*
Move GIMP widgets to their own folder
Alex Valavanis
2016-08-08
1
-1
/
+1
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-42
/
+4
|
\
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
1
-42
/
+4
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-5
/
+1
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+5
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-5
/
+1
|
/
*
Protect the color wheel from hue loss at a deeper level.
Martin Owens
2016-03-29
1
-1
/
+1
*
Fix bugs with the colour selector self-signaling on change.
Martin Owens
2016-03-29
1
-3
/
+5
*
fixed: color scales - updating color when switched from undefined
Tomasz Boczkowski
2015-05-17
1
-21
/
+36
*
Reformatted refactored files
Tomasz Boczkowski
2015-05-03
1
-49
/
+47
*
Using SelectedColor instead of SPColorSelector
Tomasz Boczkowski
2015-04-26
1
-12
/
+2
|
\
|
*
inhibit SelectedColor::setColorAlpha in the callbacks of it's signals
Tomasz Boczkowski
2014-06-01
1
-12
/
+2
*
|
merged SPColorScales c++-sification from svgpaints branch
Tomasz Boczkowski
2015-04-26
1
-1
/
+1
|
\
|
|
*
SPColorScales c++-sification - move to ui/widget
Tomasz Boczkowski
2014-05-31
1
-1
/
+1
*
|
merged SPColorWheelSelector c++-sification from svgpaints branch
Tomasz Boczkowski
2015-04-26
1
-2
/
+17
|
/
*
SPColorWheelSelector c++-sification: replaced gtk calls by gtkmm versions
Tomasz Boczkowski
2014-05-31
1
-75
/
+71
*
SPColorWheelSelector c++-sification: inherit Gtk::Table/Grid
Tomasz Boczkowski
2014-05-31
1
-149
/
+71
*
SPColorWheelSelector c++-sification: moved to ui/widgets
Tomasz Boczkowski
2014-05-31
1
-0
/
+366