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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-532
/
+0
2017-10-05
Extract SPDimensions from spfilters
Shlomi Fish
1
-19
/
+1
2017-10-02
third batch
Marc Jeanmougin
1
-6
/
+5
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-3
/
+7
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
Renamed children list in SPObject
Adrian Boguszewski
1
-5
/
+5
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-14
/
+11
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-4
/
+4
2016-04-29
Backout last commit as it introduced subtle errors.
Tavmjong Bah
1
-2
/
+0
2016-04-29
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
1
-0
/
+2
2015-10-28
static code analysis
Kris De Gussem
1
-1
/
+1
2015-05-05
show filter usage count
Raphael Rosch
1
-0
/
+10
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-9
/
+0
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-3
/
+2
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-5
/
+4
2014-11-08
sp-filter: fix memory leak when trying to set a duplicate name for an image.
Johan B. C. Engelen
1
-0
/
+4
2014-08-18
Fix build (not pretty).
Liam P. White
1
-3
/
+2
2014-03-01
Use viewport when calculating filter primitive region when 'primitiveUnits' s...
Tavmjong Bah
1
-1
/
+19
2014-02-28
Use viewport when calculating filter region when filterUnits set to "userSpac...
Tavmjong Bah
1
-0
/
+28
2014-01-04
Fix for Bug #1265556 (plain svg export is broken for filter).
Nicolas Dufour
1
-1
/
+1
2013-10-07
cppcheck
Kris De Gussem
1
-1
/
+1
2013-09-28
components of _image_name were g_strdup'ed so need to be g_free'd
buliabyak
1
-0
/
+4
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-98
/
+78
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-11
/
+8
2013-04-07
Merged FilterPrimitive and subclasses.
Markus Engel
1
-1
/
+1
2013-04-06
Merged more classes.
Markus Engel
1
-55
/
+34
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+10
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
-15
/
+15
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-6
/
+6
2013-03-29
Replaced virtual function call to "build_renderer".
Markus Engel
1
-5
/
+7
2013-03-29
Added "virtual pads" to
Markus Engel
1
-21
/
+306
2013-03-14
Various changes.
Markus Engel
1
-4
/
+5
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-0
/
+1
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-43
/
+15
2012-12-22
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
1
-23
/
+5
2012-04-09
cppcheck tells us: "scanf without field width limits can crash with huge inpu...
Kris De Gussem
1
-1
/
+1
2012-02-15
cppcheck
Kris De Gussem
1
-1
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-2
/
+0
2012-02-04
cppcheck tells us: scanf without field width limits can crash with huge input...
Kris De Gussem
1
-3
/
+8
2011-08-29
Add minimal support for reading color-interpolation and color-interpolation-f...
Tavmjong Bah
1
-2
/
+12
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-10
/
+8
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-14
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
1
-0
/
+1
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-8
/
+8
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-2
/
+2
[next]