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-diffuselighting.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
*
Remove #include "config.h" from header files where possible
Eduard Braun
2018-09-24
1
-0
/
+4
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
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
*
Support device scale in filters.
Tavmjong Bah
2017-11-30
1
-7
/
+16
*
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
-3
/
+34
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-7
/
+2
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-0
/
+12
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+0
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-5
/
+2
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+5
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-1
/
+0
*
Warning cleanup.
Jon A. Cruz
2011-06-22
1
-1
/
+1
*
Fix a rounding error that resulted in seams at some zoom levels when
Krzysztof Kosi??ski
2011-04-10
1
-2
/
+3
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-4
/
+4
|
\
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-2
/
+2
*
|
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 light vector computation for lighting filters
Krzysztof Kosi??ski
2010-08-11
1
-2
/
+2
*
|
Specular lighting filter
Krzysztof Kosi??ski
2010-07-23
1
-58
/
+44
*
|
Diffuse lighting filter
Krzysztof Kosi??ski
2010-07-23
1
-122
/
+122
|
/
*
Fixed area_enlarge in couple filters, to prevent white lines in rendering
Niko Kiirala
2009-05-29
1
-0
/
+13
*
Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...
Jasper van de Gronde
2009-04-05
1
-1
/
+1
*
And now gradients should be (almost) perfect... The gradient vector is set up...
Jasper van de Gronde
2009-04-03
1
-10
/
+3
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-8
/
+10
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-1
/
+0
*
Fixed crash with lighting effects and missing source image
Niko Kiirala
2008-01-23
1
-3
/
+3
*
Added more error checking to filter effects code
Niko Kiirala
2008-01-04
1
-0
/
+5
*
Modified filter primitives' render method to use FilterUnits instead of Matrix
Niko Kiirala
2007-10-31
1
-6
/
+7
*
Added 'paraller axis' rendering hint to filter primitives, that need it.
Niko Kiirala
2007-10-24
1
-0
/
+4
*
Fixed a memory leak in lighting effects rendering
Niko Kiirala
2007-07-24
1
-0
/
+1
*
Patch by Jean-René Reinhard: better SVG compliance for lighting effects
Niko Kiirala
2007-07-23
1
-10
/
+11
*
Patch from Jean-René Reinhard: support for feDiffuseLighting and
Niko Kiirala
2007-07-20
1
-0
/
+181