index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
ege-paint-def.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-6
/
+6
2018-11-08
Clarify licenses
Max Gaukler
1
-0
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-2
/
+0
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-2
/
+3
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2017-06-15
Remove duplicated build checks.
Elliott Sales de Andrade
1
-2
/
+0
2014-05-13
fix windows 64bit build. (changes already committed to trunk)
Johan B. C. Engelen
1
-1
/
+0
2014-05-12
remove unnecessary include, that is causing troubles (it is doing a bad #defi...
Johan B. C. Engelen
1
-1
/
+0
2011-11-10
cppcheck: initialization / warning cleanup
Kris De Gussem
1
-3
/
+7
2011-10-23
Documentation update pass.
Jon A. Cruz
1
-4
/
+0
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-06-16
Fix i18n macro include.
Jon A. Cruz
1
-0
/
+1
2010-11-25
Fix Bug #447385 - Drag'n'drop from swatches doesn't always work
Adonis Papaderos
1
-18
/
+7
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2009-05-01
Build fix for GCC 3.4.4 (added include for stdio.h)
Josh Andler
1
-0
/
+1
2009-03-20
Renamed ColorDef to PaintDef to prep for expanded functionality.
Jon A. Cruz
1
-22
/
+22
2009-03-18
Rough code to preserve drag-n-drop of solid gradients.
Jon A. Cruz
1
-0
/
+13
2009-03-08
Reworked internals of color and drag-n-drop.
Jon A. Cruz
1
-10
/
+119
2009-03-07
Moving dnd data generation into the generic ColorDef class.
Jon A. Cruz
1
-0
/
+38
2009-03-05
Adding clear-color swatch to complement no-color.
Jon A. Cruz
1
-0
/
+21
2009-03-04
Removed boolean "remove" from swatch, used new type enum in ColorDef.
Jon A. Cruz
1
-3
/
+3
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-0
/
+0
2008-11-21
Merge from fe-moved
Ted Gould
1
-3
/
+13
2007-11-25
Warning cleanup
Jon A. Cruz
1
-1
/
+2
2006-06-19
#include "config.h" too
Ralf Stephan
1
-0
/
+2
2006-06-19
enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_H
Ralf Stephan
1
-0
/
+2
2006-03-28
Experimenting with linked colors.
Jon A. Cruz
1
-4
/
+40
2006-03-24
Bringing in new color class
Jon A. Cruz
1
-26
/
+65