index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update to trunk
Jabier Arraiza Cenoz
2013-10-02
65
-925
/
+858
|
\
|
*
Fix segment welding in the node tool hanging when a two-point segment
Krzysztof Kosi??ski
2013-10-02
1
-2
/
+7
|
*
Fix outfocus gradients. Fixes a regression from 0.48 in the SVG test suite
Krzysztof Kosi??ski
2013-10-01
1
-14
/
+22
|
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
15
-106
/
+97
|
*
Fix possible bug in DrawingItem code
Krzysztof Kosi??ski
2013-10-01
1
-0
/
+4
|
*
Revert render svg:patern segment for fill and stroke
Martin Owens
2013-10-01
2
-3
/
+3
|
*
Minor improvements to DrawingItem code and documentation
Krzysztof Kosi??ski
2013-10-01
1
-8
/
+37
|
*
Fix mismatched tags
Alex Valavanis
2013-10-01
1
-2
/
+2
|
*
Fix computed shapes disappearing when grouping within filtered groups.
Krzysztof Kosi??ski
2013-10-01
1
-15
/
+20
|
*
more string leaks
Johan B. C. Engelen
2013-09-30
2
-3
/
+9
|
*
fix previous commit
Johan B. C. Engelen
2013-09-30
1
-2
/
+2
|
*
string leaks
Johan B. C. Engelen
2013-09-30
1
-2
/
+2
|
*
memleaks!
Johan B. C. Engelen
2013-09-30
1
-1
/
+2
|
*
memleaks
Johan B. C. Engelen
2013-09-30
1
-3
/
+9
|
*
memleak
Johan B. C. Engelen
2013-09-30
1
-1
/
+3
|
*
memleak!
Johan B. C. Engelen
2013-09-30
1
-2
/
+2
|
*
fix another g_strdup memleak
Johan B. C. Engelen
2013-09-30
1
-2
/
+2
|
*
fix obvious leak
Johan B. C. Engelen
2013-09-30
1
-0
/
+2
|
*
fix memleak
Johan B. C. Engelen
2013-09-30
1
-3
/
+9
|
*
fix memleak (duplicating string is not necessary, as ustring's constructor a...
Johan B. C. Engelen
2013-09-30
1
-1
/
+1
|
*
Fix translations for tool messages
Martin Owens
2013-09-30
1
-23
/
+23
|
*
Reduce tools-switcher code, add description for node and select toos.
Martin Owens
2013-09-30
1
-134
/
+30
|
*
Further changes to SPEllipse.
Markus Engel
2013-09-29
3
-73
/
+63
|
*
Adding tutorial-tracing-pixelart
VinÃcius dos Santos Oliveira
2013-09-29
3
-0
/
+7
|
*
collectOrphans moved to the end of destructor to prevent leaking of uncollect...
buliabyak
2013-09-29
1
-2
/
+3
|
*
fix leaking of transforms
buliabyak
2013-09-28
1
-0
/
+1
|
*
clear paints on delete to release reffed paintservers, fixes leaking of gradi...
buliabyak
2013-09-28
1
-0
/
+2
|
*
memleak fix
buliabyak
2013-09-28
1
-0
/
+1
|
*
use geometric bbox to calculate filter effect region (Bug 1229971)
Alvin Penner
2013-09-28
1
-1
/
+1
|
*
FontInstances were being leaked here by overreffing - every call to Face must...
buliabyak
2013-09-28
1
-0
/
+1
|
*
order correction: unreffing fonts in ents needs loadedPtr so that must go bef...
buliabyak
2013-09-28
1
-9
/
+8
|
*
prevent redundant firing of InitTheFace (pFont never changes, but init is cal...
buliabyak
2013-09-28
1
-4
/
+4
|
*
fix two memleaks
Johan B. C. Engelen
2013-09-28
1
-2
/
+6
|
*
effects don't need to merge into menus if we're running without gui; with thi...
buliabyak
2013-09-28
3
-4
/
+2
|
*
Fixed crash with calligraphic tool in subtract mode.
Markus Engel
2013-09-28
1
-2
/
+13
|
*
fix one code path where fullname wasn't freed
buliabyak
2013-09-28
1
-1
/
+2
|
*
Fixed MeasureContext.
Markus Engel
2013-09-28
2
-4
/
+6
|
*
components of _image_name were g_strdup'ed so need to be g_free'd
buliabyak
2013-09-28
1
-0
/
+4
|
*
dying document needs to delete its perspective
buliabyak
2013-09-28
1
-0
/
+5
|
*
another place where getURI()->toString() values were leaking
buliabyak
2013-09-28
1
-2
/
+6
|
*
return value of g_utf16_to_utf8 was leaking here
buliabyak
2013-09-28
1
-1
/
+3
|
*
on hiding, texts must _clearFlow to release arena items, otherwise they leak
buliabyak
2013-09-28
2
-2
/
+12
|
*
leak fixes: free marker value on delete; free the return value of uri's toStr...
buliabyak
2013-09-28
1
-3
/
+15
|
*
obvious memleak
buliabyak
2013-09-28
1
-0
/
+2
|
*
Allow pixmaps to specify their width and height to control/knots. Allows non-...
Martin Owens
2013-09-28
3
-142
/
+83
|
*
bug fix: xml:space was not initialized, getting random values
buliabyak
2013-09-28
1
-1
/
+3
|
*
cppcheck: performance + variable type
Kris De Gussem
2013-09-27
5
-17
/
+17
|
*
Adjusted code style of SPEllipse.
Markus Engel
2013-09-27
3
-220
/
+253
|
*
Further refactored SPEllipse.
Markus Engel
2013-09-26
7
-192
/
+131
*
|
update to trunk
Jabier Arraiza Cenoz
2013-09-26
9
-271
/
+51
|
\
|
[next]