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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-13
/
+13
*
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
-9
/
+9
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-9
/
+9
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+1
*
Support device scale in filters.
Tavmjong Bah
2017-11-30
1
-0
/
+5
*
Remove some unneeded < C++11 fallback code
Alex Valavanis
2017-02-06
1
-5
/
+0
*
[Bug #1512729] Filter effects and blur quality options broken.
Nicolas Dufour
2016-05-24
1
-1
/
+3
*
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
2016-02-08
1
-1
/
+1
*
Fix build (not pretty).
Liam P. White
2014-08-18
1
-1
/
+1
*
Use viewport when calculating filter region when filterUnits set to "userSpac...
Tavmjong Bah
2014-02-28
1
-8
/
+15
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-2
/
+2
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
1
-5
/
+3
*
Revert render svg:patern segment for fill and stroke
Martin Owens
2013-10-01
1
-1
/
+1
*
Fix the text filter issue and revert many changes.
Martin Owens
2013-09-20
1
-3
/
+1
*
Revert some agressive changes and allow a seperate filter bbox for FER, shoul...
Martin Owens
2013-09-19
1
-3
/
+6
*
Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
Martin Owens
2013-09-18
1
-4
/
+4
*
Remove compute drawbox and replace with area_elarge, make sure we use bbox
Martin Owens
2013-09-17
1
-14
/
+0
*
use visual bbox in calculation of filter area (Bug 1188336)
Alvin Penner
2013-06-10
1
-2
/
+4
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-7
/
+1
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-0
/
+11
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-1
/
+1
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-3
/
+1
*
Filter background rendering now matches the SVG specification.
Krzysztof Kosi??ski
2011-08-21
1
-31
/
+25
*
Correctly invalidate cache of objects with background-accessing filters
Krzysztof Kosi??ski
2011-08-14
1
-0
/
+10
*
More generic handling of child type in DrawingItem.
Krzysztof Kosi??ski
2011-08-13
1
-1
/
+1
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+12
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-3
/
+3
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-14
/
+14
*
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
2011-07-22
1
-30
/
+25
*
Simplify rendering of masked / clipped / translucent items.
Krzysztof Kosi??ski
2011-07-10
1
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
1
-2
/
+0
|
\
|
*
Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...
Jon A. Cruz
2011-07-02
1
-2
/
+0
*
|
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-4
/
+4
|
/
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-5
/
+5
|
\
|
*
Add handling filter primitive subregion to filter primitive classes.
Tavmjong Bah
2011-03-11
1
-1
/
+1
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-3
/
+3
*
|
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
*
|
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
2010-08-15
1
-1
/
+1
*
|
Fix computation of drawbox for filtered, rotated items
Krzysztof Kosi??ski
2010-08-12
1
-34
/
+14
*
|
Minor cleanups
Krzysztof Kosi??ski
2010-08-05
1
-57
/
+12
*
|
Fix artifacts in Gaussian blur and other filters inadvertently
Krzysztof Kosi??ski
2010-08-04
1
-9
/
+0
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-52
/
+4
*
|
Second half of image filter, probably not 100% correct
Krzysztof Kosi??ski
2010-07-30
1
-0
/
+9
*
|
Color matrix filter. Fix arithmetic operator in feComposite
Krzysztof Kosi??ski
2010-07-17
1
-3
/
+4
*
|
Gaussian blur
Krzysztof Kosi??ski
2010-07-12
1
-18
/
+54
*
|
Smaller intermediate rendering regions
Krzysztof Kosi??ski
2010-07-07
1
-1
/
+1
|
/
*
filterUnits and primitiveUnits are now actually read/set, percentages for pri...
Jasper van de Gronde
2010-04-15
1
-0
/
+8
[next]