index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-filter-primitive.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-276
/
+0
2017-10-05
Extract SPDimensions from spfilters
Shlomi Fish
1
-19
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+1
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-2
/
+4
2015-07-27
||
Liam P. White
1
-1
/
+1
2015-07-27
+ NULL check (fixes bug #1474011 : Segmentation fault in sp_filter_primitive_...
Kris De Gussem
1
-1
/
+3
2014-08-18
Fix build (not pretty).
Liam P. White
1
-2
/
+3
2014-03-01
Use viewport when calculating filter primitive region when 'primitiveUnits' s...
Tavmjong Bah
1
-0
/
+29
2014-03-01
Code cleanup and indentation.
Tavmjong Bah
1
-45
/
+28
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-2
/
+2
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-9
/
+6
2013-04-07
Merged FilterPrimitive and subclasses.
Markus Engel
1
-66
/
+20
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-4
/
+10
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-11
/
+11
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-4
/
+4
2013-03-29
Replaced virtual function call to "build_renderer".
Markus Engel
1
-1
/
+1
2013-03-29
Added "virtual pads" to
Markus Engel
1
-23
/
+163
2013-03-14
Various changes.
Markus Engel
1
-4
/
+5
2012-12-22
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
1
-4
/
+11
2012-02-05
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-15
/
+10
2011-03-11
Add handling filter primitive subregion to filter primitive classes.
Tavmjong Bah
1
-1
/
+38
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-4
/
+4
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-1
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-05-17
Fixed several cases of bad SVG being written from filters
Niko Kiirala
1
-9
/
+35
2009-01-02
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
1
-14
/
+14
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-5
/
+4
2008-01-25
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
1
-0
/
+2
2007-06-23
Using the blur slider no longer destroys filters already applied to the object
Niko Kiirala
1
-7
/
+3
2007-05-29
Added support for in-parameter in filter primitives
Niko Kiirala
1
-0
/
+80
2007-05-21
Refactoring work for filter effects renderer initialization
Niko Kiirala
1
-1
/
+17
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-1
/
+2
2007-02-19
Cleaned up DOS line ends that had snuck in.
Jon A. Cruz
1
-175
/
+175
2007-02-19
Fixed unintialized variables and minor misc warnings
Jon A. Cruz
1
-0
/
+1
2006-08-25
Fixed a crash in modifying filter parameters in XML editor.
Niko Kiirala
1
-2
/
+4
2006-08-20
Object groups can be blurred. Blur slider updates when selection changes. Com...
Hugo Rodrigues
1
-27
/
+1
2006-08-14
Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...
Hugo Rodrigues
1
-0
/
+198