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-icc-selector.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce memory leak on editing text, etc.
Nathan Lee
2019-10-11
1
-3
/
+1
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-6
/
+3
*
Remove support for LCMS 1
Karl Cheng
2019-05-12
1
-39
/
+35
*
Change Alpha slider max from 255 to 100
Nathan Lee
2019-04-25
1
-7
/
+1
*
More document.h cleanup.
Tavmjong Bah
2019-04-06
1
-2
/
+2
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-7
/
+7
*
Clarify licenses
Max Gaukler
2018-11-08
1
-0
/
+9
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-1
/
+1
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
2018-06-18
1
-5
/
+6
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-27
/
+27
*
colorspace::Component: Fix undefined references without lcms
Patrick McDermott
2018-05-20
1
-9
/
+9
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-7
/
+9
*
Move general ellipsize text function out of gradient files.
Tavmjong Bah
2018-01-19
1
-2
/
+2
*
Rm obsolete function
Alexander Valavanis
2017-07-09
1
-9
/
+0
*
Use std::transform instead of a for loop
Tobias Ellinghaus
2017-07-05
1
-5
/
+7
*
Clean up color profiles code
Tobias Ellinghaus
2017-07-05
1
-4
/
+10
*
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
-23
/
+0
|
\
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
1
-23
/
+0
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+0
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+3
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+0
|
/
*
[Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is mis...
Mark Harmer
2016-06-14
1
-1
/
+2
*
Sort color profile lists
houz
2016-06-02
1
-1
/
+16
*
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
2016-05-21
1
-2
/
+2
*
color-icc-selector: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
2016-04-13
1
-1
/
+12
*
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
1
-4
/
+3
*
fixed: color icc selector - extra rows on startup
Tomasz Boczkowski
2015-05-17
1
-0
/
+3
*
fixed: color scales - updating color when switched from undefined
Tomasz Boczkowski
2015-05-17
1
-3
/
+16
*
Reformatted refactored files
Tomasz Boczkowski
2015-05-03
1
-393
/
+391
*
Introduced fixes after merge proposal review
Tomasz Boczkowski
2015-05-03
1
-31
/
+14
*
Removed unnecessary inclusion of glibmm/threads.h
Tomasz Boczkowski
2015-05-03
1
-6
/
+3
*
Using SelectedColor instead of SPColorSelector
Tomasz Boczkowski
2015-04-26
1
-1
/
+1
|
\
|
*
inhibit SelectedColor::setColorAlpha in the callbacks of it's signals
Tomasz Boczkowski
2014-06-01
1
-1
/
+1
*
|
merged SPColorICCSelector c++-sification from svgpaints branch
Tomasz Boczkowski
2015-04-26
1
-2
/
+13
|
/
*
SPColorICC c++sification: using SelectedColor
Tomasz Boczkowski
2014-05-31
1
-246
/
+170
*
SPColorICC c++sification: moved to ui/widget/
Tomasz Boczkowski
2014-05-31
1
-0
/
+1150