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-primitive.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-nullptr 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
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+0
*
Don't need bounding box if 'primitiveUnits' not 'objectBoundingBox'.
Tavmjong Bah
2015-09-15
1
-8
/
+11
*
SPStyle ref counting clean up.
Tavmjong Bah
2014-12-26
1
-3
/
+5
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-1
/
+1
*
Use viewport when calculating filter primitive region when 'primitiveUnits' s...
Tavmjong Bah
2014-03-01
1
-34
/
+19
*
suppress uninitialized variables (x and y) warning, don't ask why... g++'s wa...
Johan B. C. Engelen
2013-10-29
1
-2
/
+5
*
fix code: prevent cornercase from crashing
Johan B. C. Engelen
2013-10-29
1
-33
/
+31
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-1
/
+13
*
Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...
John Smith
2012-11-29
1
-2
/
+1
*
Better attempt at finding primitive filter region for percent and userSpaceOn...
Tavmjong Bah
2012-10-15
1
-5
/
+24
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+1
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-4
/
+0
*
Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...
Jon A. Cruz
2011-07-02
1
-2
/
+0
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-6
/
+108
|
\
|
*
Add handling filter primitive subregion to filter primitive classes.
Tavmjong Bah
2011-03-11
1
-5
/
+107
|
*
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
*
|
Flood and merge filters
Krzysztof Kosi??ski
2010-07-14
1
-1
/
+1
*
|
Gaussian blur
Krzysztof Kosi??ski
2010-07-12
1
-0
/
+7
|
/
*
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
*
Warning cleanup
Jon A. Cruz
2007-11-25
1
-1
/
+1
*
Modified filter primitives' render method to use FilterUnits instead of Matrix
Niko Kiirala
2007-10-31
1
-11
/
+0
*
Improved handling bounding boxes and rotated/skewed coordinates in filters
Niko Kiirala
2007-08-18
1
-0
/
+4
*
Modified filter rendering area handling to better accommodate upcoming feOffset
Niko Kiirala
2007-06-04
1
-2
/
+2
*
Added renderer support for accessing background image from filters
Niko Kiirala
2006-07-26
1
-1
/
+1
*
Added a bunch of comments to filter effects rendering code
Niko Kiirala
2006-07-18
1
-0
/
+3
*
Bicubic scaler added to filtering, allowing changes in filter resolution
Niko Kiirala
2006-07-10
1
-2
/
+2
*
Created NR::FilterSlot to handle pixblocks in rendering filters
Niko Kiirala
2006-07-04
1
-3
/
+3
*
Added virtual destructors for filter primitives. Corrected
Niko Kiirala
2006-06-22
1
-0
/
+5
*
svg-filters branch merged back to head
Niko Kiirala
2006-06-21
1
-0
/
+70