index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
nr-filter-flood.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for LCMS 1
Karl Cheng
2019-05-12
1
-1
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-1
/
+1
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
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
*
code cleanup. don't use pointers when you don't have to. use const whereever ...
Johan B. C. Engelen
2013-01-30
1
-3
/
+3
*
Filter color values always defined as sRGB (or ICC).
Tavmjong Bah
2013-01-29
1
-4
/
+13
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-3
/
+0
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-0
/
+9
*
Use filter primitive region in flood filter primitive, fixes regression.
Tavmjong Bah
2012-10-14
1
-5
/
+28
*
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
2012-02-13
1
-2
/
+3
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-5
/
+0
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+7
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-3
/
+4
|
\
|
*
Use filter primitive subregion for feFlood per SVG standard.
Tavmjong Bah
2011-03-12
1
-24
/
+44
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Fix flood filter to really paint the specified color
Krzysztof Kosi??ski
2010-07-17
1
-10
/
+11
*
|
Flood and merge filters
Krzysztof Kosi??ski
2010-07-14
1
-42
/
+35
|
/
*
Disable a couple debug messages.
Josh Andler
2010-06-15
1
-2
/
+2
*
updating my email address in file headers
Felipe Corr??a da Silva Sanches
2009-12-13
1
-1
/
+1
*
parsing and handling of icc-color in feFlood SVG Filters
Felipe Corr??a da Silva Sanches
2009-06-20
1
-5
/
+22
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-2
/
+4
*
2geom more as fix
Johan B. C. Engelen
2008-12-05
1
-1
/
+1
*
fix for bug #189788
Felipe Corr??a da Silva Sanches
2008-02-13
1
-4
/
+4
*
opacity max value is 255 instead of previous wrong 256 maxvalue that was used...
Felipe Corr??a da Silva Sanches
2008-02-12
1
-1
/
+1
*
implementation of Flood Filter Effect renderer
Felipe Corr??a da Silva Sanches
2008-01-16
1
-8
/
+26
*
Added more error checking to filter effects code
Niko Kiirala
2008-01-04
1
-0
/
+5
*
Warning cleanup
Jon A. Cruz
2007-11-25
1
-3
/
+5
*
Modified filter primitives' render method to use FilterUnits instead of Matrix
Niko Kiirala
2007-10-31
1
-1
/
+3
*
boilerplate code for the remaining filters. My next commits will
Felipe Corr??a da Silva Sanches
2007-08-04
1
-0
/
+60