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-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
*
|
Full refactor of path continuations in bspline-spirolive mode, I think no mor...
Jabier Arraiza Cenoz
2014-03-20
4
-27
/
+22
*
|
Refactor of anchors
Jabier Arraiza Cenoz
2014-03-20
3
-67
/
+50
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-19
1
-64
/
+49
|
\
|
|
*
WMF support: last piece of the code cleanup from bug #1248753
David Mathog
2014-03-19
1
-64
/
+49
*
|
Fix a bug when starting path with change from bspline to spiro and inverse
Jabier Arraiza Cenoz
2014-03-19
1
-3
/
+4
*
|
Fixing suv mac bug continuing existing bsplines/spiro paths
root
2014-03-19
1
-1
/
+1
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-19
1
-2
/
+2
|
\
|
|
*
EMF import: fix clipPath definition: move transform attribute into the <rect>...
David Mathog
2014-03-19
1
-2
/
+2
*
|
This think fix su_v related bug on continuous paths in BSpline or Spiro mode
Jabier Arraiza Cenoz
2014-03-19
1
-1
/
+13
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-18
10
-27
/
+31
|
\
|
|
*
Fix for Bug #1291546 (Linking color profile from Document properties dialog c...
Nicolas Dufour
2014-03-18
2
-1
/
+4
|
*
Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.
Jon A. Cruz
2014-03-18
1
-19
/
+16
|
*
Warning cleanups.
Jon A. Cruz
2014-03-18
5
-5
/
+5
|
*
Fix for Bug #1158506 (Batch export DPI always at 90).
Nicolas Dufour
2014-03-17
1
-1
/
+1
|
*
Fix for Bug #1293073 (Dragging a symbol crashes the application when the symb...
Nicolas Dufour
2014-03-17
1
-1
/
+5
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-16
8
-390
/
+347
|
\
|
|
*
string class usage
Kris De Gussem
2014-03-16
3
-24
/
+15
|
*
Fix build failure with GTK 3.0
Krzysztof Kosi??ski
2014-03-15
1
-5
/
+2
|
*
UI. Fix for Bug #1016889 (GTK3: status bar of XML Editor triggers resize of d...
Nicolas Dufour
2014-03-15
1
-0
/
+3
|
*
Saving. Fix for Bug #529843 (save a copy reverts to save as) by Tomasz Boczko...
penginsbacon
2014-03-15
1
-1
/
+1
|
*
Make the Object Properties dialog code adhere to the coding style.
Krzysztof Kosi??ski
2014-03-15
2
-350
/
+320
|
*
drop wrong g_free call
Kris De Gussem
2014-03-14
1
-2
/
+1
|
*
fix build warning
Kris De Gussem
2014-03-14
1
-1
/
+1
|
*
string class usage
Kris De Gussem
2014-03-14
1
-7
/
+4
*
|
Fix to solve static var in isBSpline function
Jabier Arraiza Cenoz
2014-03-16
2
-12
/
+12
*
|
simplify the code in isBSpline
Jabier Arraiza Cenoz
2014-03-14
1
-2
/
+3
*
|
disabling cache approach for isBSpline function, pointed by VinÃcius
Jabier Arraiza Cenoz
2014-03-14
2
-8
/
+9
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-14
21
-85
/
+143
|
\
|
|
*
Add a few font related tests.
Tavmjong Bah
2014-03-14
1
-2
/
+18
|
*
Return correct values for SPColor::operator==
Tavmjong Bah
2014-03-14
1
-3
/
+4
[next]