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
*
unsigned int -> size_t
Marc Jeanmougin
2015-04-29
2
-4
/
+4
*
uint -> unsigned int
Marc Jeanmougin
2015-04-29
1
-1
/
+1
*
corrected test file
Marc Jeanmougin
2015-04-29
1
-1
/
+2
*
updated with trunk
Marc Jeanmougin
2015-04-29
101
-544
/
+169
|
\
|
*
Better solution picking
Liam P. White
2015-04-29
1
-3
/
+22
|
*
Fix regression: Update default font-family if nothing is selected on canvas.
Tavmjong Bah
2015-04-29
2
-5
/
+11
|
*
Fix a bug linking a path parameter to a transformed element
jabiertxof
2015-04-29
1
-1
/
+7
|
*
Increase precision (long thin paths had a ton of width variance), fix logic e...
Liam P. White
2015-04-29
1
-3
/
+1
|
*
Catch more intersections (can still be improved somewhat I think)
Liam P. White
2015-04-29
1
-21
/
+17
|
*
fix tangent sign problems in path outline code
Liam P. White
2015-04-28
1
-65
/
+94
|
*
enable default pen object for WMF files
mathog
2015-04-28
1
-1
/
+5
|
*
Save original text in 'aria-label' attribute for accessibilty reasons.
Tavmjong Bah
2015-04-28
1
-1
/
+11
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
95
-454
/
+13
*
|
merge with trunk
Marc Jeanmougin
2015-04-27
26
-1836
/
+4946
|
\
|
|
*
add two files omitted in patch at revision 14062
mathog
2015-04-27
2
-0
/
+1234
|
*
patch for bugs 1447850 and 1447382
mathog
2015-04-27
21
-1833
/
+3706
|
*
Enable snapping of cusp nodes by default
Diederik van Lierop
2015-04-27
1
-1
/
+1
|
*
Mainloop fix for possible data loss if closing before save has completed.
Mark Harmer
2015-04-27
2
-2
/
+5
*
|
removed a few useless SP_OBJECT() casts
Marc Jeanmougin
2015-04-27
7
-23
/
+23
*
|
removed a few "using Inkscape::Util::GSListConstIterator"
Marc Jeanmougin
2015-04-27
7
-13
/
+0
*
|
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
2015-04-26
10
-31
/
+27
*
|
fix
Marc Jeanmougin
2015-04-26
1
-1
/
+1
*
|
merging
Marc Jeanmougin
2015-04-26
146
-4187
/
+4303
|
\
|
|
*
Add mirror symmetry to envelope/perspective LPE
Jabier Arraiza Cenoz
2015-04-21
2
-1
/
+62
|
*
Replace GList by std::vector
Tavmjong Bah
2015-04-14
3
-47
/
+34
|
*
Fix for the bug 1443039. Now reset old perspective-envelope effects and preve...
Jabier Arraiza Cenoz
2015-04-13
1
-0
/
+7
|
*
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
2015-04-10
11
-513
/
+521
|
*
Fix coding style issues in show/handles LPE
Jabier Arraiza Cenoz
2015-04-10
2
-45
/
+45
|
*
Fix coding style issues in perspective/envelope LPE
Jabier Arraiza Cenoz
2015-04-10
2
-144
/
+147
|
*
Fix coding style issues in roughen LPE
Jabier Arraiza Cenoz
2015-04-09
2
-110
/
+110
|
*
Fix coding style issues in lattice2 LPE
Jabier Arraiza Cenoz
2015-04-09
2
-313
/
+310
|
*
Fix coding style issues in simplify LPE
Jabier Arraiza Cenoz
2015-04-09
2
-119
/
+119
|
*
Cleaned up cmake files to build successfully on Linux.
Jon A. Cruz
2015-04-08
4
-63
/
+66
|
*
herpderp
Liam P. White
2015-04-04
2
-3
/
+3
|
*
Call decide() with subpaths in proper order.
Tavmjong Bah
2015-04-04
1
-1
/
+1
|
*
Add helper path to guide BSpline if path outline is hidden
Jabier Arraiza Cenoz
2015-04-03
1
-2
/
+4
|
*
inicialice a header variable
Jabier Arraiza Cenoz
2015-04-02
1
-0
/
+1
|
*
more restrictive definition of parentContour. (Bug 499744)
Alvin Penner
2015-04-02
1
-3
/
+5
|
*
Small cleanup: consistency, style
Liam P. White
2015-03-31
1
-44
/
+31
|
*
Update turn angle predicate for outliner
Liam P. White
2015-03-31
1
-8
/
+14
|
*
Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 vulner...
Nicolas Dufour
2015-03-31
17
-103
/
+251
|
*
Add clipping at miter-length to 'arcs' line join.
Tavmjong Bah
2015-03-29
1
-21
/
+131
|
*
make_angle_bisector_line(): Return sensible line if three input points are co...
Tavmjong Bah
2015-03-29
1
-1
/
+16
|
*
clean up previous commit
Liam P. White
2015-03-29
1
-24
/
+9
|
*
Fix calculation of miter limit. Implement 'miter-clip' line join.
Tavmjong Bah
2015-03-27
3
-11
/
+54
|
*
Fix a crash on perspective/envelope LPE introduced in recent refactor of poin...
Jabier Arraiza Cenoz
2015-03-24
1
-6
/
+6
|
*
Path outliner: refactor extrapolated joiner, allow joining line segments; som...
Liam P. White
2015-03-24
1
-65
/
+155
|
*
Fix a bug introduced by me using path parameters in LPE
Jabier Arraiza Cenoz
2015-03-23
1
-23
/
+17
|
*
well if I had known that existed, I would have used it sooner
Liam P. White
2015-03-23
3
-111
/
+12
|
*
improve, optimize, fix path outliner
Liam P. White
2015-03-22
1
-71
/
+112
[next]