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
2014-03-27
40
-681
/
+975
|
\
|
*
Changed some return types from gint to bool.
Markus Engel
2014-03-27
6
-28
/
+28
|
*
Cleaned up pencil-tool.
Markus Engel
2014-03-26
1
-47
/
+37
|
*
Fixed typo.
David Mathog
2014-03-26
1
-1
/
+1
|
*
Cleaned up connector-tool, pen-tool, and pencil-tool.
Markus Engel
2014-03-26
3
-202
/
+199
|
*
Cleaned up includes of tools / revert experimental casting macro replacements...
Markus Engel
2014-03-26
16
-82
/
+147
|
*
Two more changes in libuemf to silence analyzer.
Markus Engel
2014-03-26
1
-2
/
+2
|
*
Second patch for analyzer warnings in libuemf.
David Mathog
2014-03-26
5
-193
/
+355
|
*
Remove Snap menu item and improve grid menu item text
Martin Owens
2014-03-26
4
-5
/
+2
|
*
fix crash when spelling error is in hidden part of a text on path
buliabyak
2014-03-26
1
-43
/
+45
|
*
Patch for several issues in libuemf.
David Mathog
2014-03-25
12
-110
/
+194
|
*
fix crash introduced in rev. 13199. (revert the change to Glib::string (cras...
Johan B. C. Engelen
2014-03-25
1
-8
/
+8
*
|
Adding cout << output to check bug in Geom::are_near
Jabier Arraiza Cenoz
2014-03-27
1
-5
/
+21
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-25
15
-217
/
+727
|
\
|
|
*
Updating libdepixelize.
VinÃcius dos Santos Oliveira
2014-03-25
5
-158
/
+655
|
*
Replaced a free() with g_free().
Markus Engel
2014-03-25
1
-1
/
+1
|
*
fix memory allocation bug (thanks to clang's static analyzer scan-build)
Johan B. C. Engelen
2014-03-24
1
-2
/
+2
|
*
fix tiny mistake
Johan B. C. Engelen
2014-03-24
1
-1
/
+1
|
*
add convenience functions to deal with Glib::ustrings for setting repr attrib...
Johan B. C. Engelen
2014-03-24
2
-3
/
+17
|
*
Patch for base constructor calls.
Markus Engel
2014-03-24
2
-3
/
+3
|
*
Fix for in-class initialisation of double const value.
Markus Engel
2014-03-24
1
-1
/
+5
|
*
sp_selected_path_combine: simplify code, prevent memleak waiting to happen u...
Johan B. C. Engelen
2014-03-24
1
-13
/
+8
|
*
spobject: extra careful, check that repr is not nullptr
Johan B. C. Engelen
2014-03-24
1
-1
/
+1
|
*
noop: code legibilty
Johan B. C. Engelen
2014-03-24
1
-10
/
+8
|
*
fix potential use of nullptr (item) (note that SPGroup inherits from SPItem)
Johan B. C. Engelen
2014-03-24
1
-27
/
+27
|
*
fix potential call on nullptr
Johan B. C. Engelen
2014-03-24
1
-1
/
+1
|
*
fix potential calls on nullptr
Johan B. C. Engelen
2014-03-24
1
-1
/
+3
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-23
5
-243
/
+43
|
\
|
|
*
"fix" GTK3 build.
Johan B. C. Engelen
2014-03-23
1
-39
/
+43
|
*
remove files that interface through C with libvpsc, we are using C++ so...
Johan B. C. Engelen
2014-03-23
4
-204
/
+0
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-23
24
-75
/
+117
|
\
|
|
*
fix Windows build for newer gcc/libs
Johan B. C. Engelen
2014-03-23
2
-2
/
+10
|
*
emf-print.cpp : fix coding... :'(
Johan B. C. Engelen
2014-03-23
1
-12
/
+12
|
*
powerstroke: fix bad coding bug!
Johan B. C. Engelen
2014-03-23
1
-2
/
+1
|
*
gradient midpoint dragging: fix terrible bug in the code (don't know it's phe...
Johan B. C. Engelen
2014-03-23
1
-1
/
+1
|
*
libuemf: more self-assignment -> unused changes
Johan B. C. Engelen
2014-03-22
1
-3
/
+5
|
*
libcroco: don't write double parenthesis unnecessarily (interferes with the v...
Johan B. C. Engelen
2014-03-22
1
-2
/
+2
|
*
tool/node.cpp : don't rely on g_error terminating the program, allow more gra...
Johan B. C. Engelen
2014-03-22
1
-0
/
+4
|
*
fix self-assignment. use of UNUSED macro to better show the intent of the code
Johan B. C. Engelen
2014-03-22
1
-1
/
+6
|
*
libuemf: make uemf_utf.c compile cleanly with specific version of iconv. (cur...
Johan B. C. Engelen
2014-03-21
1
-2
/
+5
|
*
cairo-render-context: swap order of header inclusion to redefinition clash of...
Johan B. C. Engelen
2014-03-21
1
-1
/
+1
|
*
fix macro redefinition errors
Johan B. C. Engelen
2014-03-21
3
-5
/
+17
|
*
libcroco: fix pointer signedness errors
Johan B. C. Engelen
2014-03-21
1
-7
/
+7
|
*
control-point-selection : fix a (very unlikely) crash upon dereferencing unit...
Johan B. C. Engelen
2014-03-20
1
-0
/
+4
|
*
apply 2geom rev. 2169 (bug fix)
Johan B. C. Engelen
2014-03-20
1
-4
/
+6
|
*
remove #pragma for 11 year old compiler that I cannot imagine anyone using at...
Johan B. C. Engelen
2014-03-20
1
-8
/
+0
|
*
supress warnings
Johan B. C. Engelen
2014-03-20
1
-5
/
+21
|
*
Fix compiler warnings. These appear to fix some genuine bugs too (comparing u...
Johan B. C. Engelen
2014-03-20
6
-20
/
+15
*
|
Fixed bug continuing cusp nodes
Jabier Arraiza Cenoz
2014-03-20
1
-1
/
+1
*
|
Removed persistent blue line
Jabier Arraiza Cenoz
2014-03-20
1
-0
/
+4
[next]