index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
filters
/
image.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-256
/
+0
*
Fix C++11 errors and warnings with g++-7
Alex Valavanis
2017-02-05
1
-1
/
+4
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+3
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+0
*
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
*
create SPObject factory
Liam P. White
2015-02-25
1
-14
/
+0
*
Remove redundant variable from SPFeImage
Krzysztof Kosi??ski
2014-03-12
1
-5
/
+2
*
Don't try to load JPG and PNG files with createChildDoc().
Tavmjong Bah
2014-03-03
1
-1
/
+1
*
Merge C++ification of the SP tree by Markus Engel
Krzysztof Kosi??ski
2013-09-19
1
-95
/
+70
|
\
|
*
Replacement of unnecessary variables.
Markus Engel
2013-07-31
1
-57
/
+42
|
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
|
*
Merged FilterPrimitive and subclasses.
Markus Engel
2013-04-07
1
-49
/
+26
|
*
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
-3
/
+15
|
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
|
*
Renamed virtual function names.
Markus Engel
2013-03-29
1
-11
/
+11
|
*
merged from trunk
Markus Engel
2013-03-29
1
-251
/
+4
|
|
\
|
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-4
/
+4
|
*
|
Replaced virtual function call to "build_renderer".
Markus Engel
2013-03-29
1
-1
/
+1
|
*
|
Added "virtual pads" to
Markus Engel
2013-03-29
1
-15
/
+227
|
*
|
Various changes.
Markus Engel
2013-03-14
1
-4
/
+5
*
|
|
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
2013-09-19
1
-0
/
+2
|
|
/
|
/
|
*
|
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-1
/
+1
*
|
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-37
/
+11
|
/
*
Add handling filter primitive subregion to filter primitive classes.
Tavmjong Bah
2011-03-11
1
-21
/
+67
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-7
/
+6
|
\
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-5
/
+5
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
Warning cleanup
Jon A. Cruz
2009-12-20
1
-20
/
+10
*
updating my email address in file headers
Felipe Corr??a da Silva Sanches
2009-12-13
1
-1
/
+1
*
Patch by theAdib which fixes 397075
Josh Andler
2009-09-15
1
-2
/
+3
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
Fixed several cases of bad SVG being written from filters
Niko Kiirala
2009-05-17
1
-8
/
+4
*
Fixed crashes in feImage when modifying source, one caused by previous fix
Niko Kiirala
2009-05-16
1
-7
/
+28
*
Fixed dangling pointers and possible memory leaks with feImage
Niko Kiirala
2009-05-16
1
-0
/
+1
*
fix crash bug 195312
Johan B. C. Engelen
2009-03-03
1
-9
/
+11
*
minor code cleanup
Johan B. C. Engelen
2009-03-03
1
-7
/
+9
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-5
/
+5
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-0
/
+264