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