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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
43
-5814
/
+0
*
Misc. typos
luz.paz
2018-01-08
1
-1
/
+1
*
Remove all unused makefile.in
Stefano Facchini
2017-10-19
1
-17
/
+0
*
Fix C++11 errors and warnings with g++-7
Alex Valavanis
2017-02-05
1
-1
/
+4
*
Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/
Tavmjong Bah
2016-08-15
1
-2
/
+2
*
Merged trunk
Adrian Boguszewski
2016-08-09
3
-57
/
+7
|
\
|
*
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
2016-08-08
1
-46
/
+0
|
*
Fix broken headers
Alex Valavanis
2016-08-03
2
-11
/
+7
*
|
Merged trunk
Adrian Boguszewski
2016-08-03
14
-28
/
+9
|
\
|
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
14
-28
/
+9
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
12
-1
/
+25
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
12
-25
/
+1
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
2
-2
/
+2
*
|
Last part of new SPObject children list
Adrian Boguszewski
2016-07-14
7
-49
/
+45
|
/
*
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
21
-310
/
+0
*
Update to trunk r13621
Liam P. White
2014-10-17
3
-30
/
+47
|
\
|
*
Fix "Access to field 'image_out' results in a dereference of a null pointer"
Tavmjong Bah
2014-10-12
1
-10
/
+15
|
*
Fix "Access to field 'image_out' results in a dereference of a null pointer"
Tavmjong Bah
2014-10-12
1
-10
/
+16
|
*
Fix "Access to field 'image_out' results in a dereference of a null pointer"
Tavmjong Bah
2014-10-12
1
-10
/
+16
|
*
Enable rendering of new filter blend modes (but don't add them to GUI).
Tavmjong Bah
2014-06-29
1
-8
/
+0
*
|
More header cleanup
Liam P. White
2014-09-06
3
-32
/
+32
*
|
Enable rendering of new filter blend modes (but don't add them to GUI).
Tavmjong Bah
2014-06-29
1
-8
/
+0
|
/
*
Remove redundant variable from SPFeImage
Krzysztof Kosi??ski
2014-03-12
2
-6
/
+2
*
Don't try to load JPG and PNG files with createChildDoc().
Tavmjong Bah
2014-03-03
1
-1
/
+1
*
prevent compiler warnings
Kris De Gussem
2014-01-16
1
-1
/
+1
*
Add GUI for feComponentTransfer filter primitive.
Tavmjong Bah
2014-01-13
1
-14
/
+11
*
New CSS blending and compositing modes.
Tavmjong Bah
2013-12-05
3
-11
/
+120
*
Fixed FeComponentTransfer.
Markus Engel
2013-09-23
3
-30
/
+55
*
Added missing registration of FeDistantLight; made sure warnings on missing t...
Markus Engel
2013-09-23
1
-0
/
+12
*
Merge C++ification of the SP tree by Markus Engel
Krzysztof Kosi??ski
2013-09-19
42
-2539
/
+1986
|
\
|
*
Added runtime check in SP_-cast macros.
Markus Engel
2013-09-15
21
-21
/
+21
|
*
Modified SP_IS_ macros.
Markus Engel
2013-09-14
21
-24
/
+24
|
*
Replacement of unnecessary variables.
Markus Engel
2013-07-31
32
-839
/
+769
|
*
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
2013-07-31
10
-340
/
+330
|
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
26
-74
/
+30
|
*
Merged FilterPrimitive and subclasses.
Markus Engel
2013-04-07
32
-1104
/
+407
|
*
Merged more classes.
Markus Engel
2013-04-06
10
-423
/
+133
|
*
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
2013-04-02
1
-1
/
+1
|
*
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
19
-0
/
+190
|
*
Added constructors to SP classes.
Markus Engel
2013-04-01
42
-89
/
+262
|
*
Replaced all casting macros with glib-independent ones.
Markus Engel
2013-04-01
21
-88
/
+52
|
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
21
-0
/
+21
|
*
Renamed virtual function names.
Markus Engel
2013-03-29
42
-366
/
+366
|
*
merged from trunk
Markus Engel
2013-03-29
42
-4346
/
+117
|
|
\
|
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
21
-92
/
+92
|
*
|
Replaced virtual function call to "build_renderer".
Markus Engel
2013-03-29
16
-16
/
+16
|
*
|
Added "virtual pads" to
Markus Engel
2013-03-29
32
-413
/
+3406
|
*
|
Added "virtual pads" to
Markus Engel
2013-03-29
1
-0
/
+2
[next]