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
*
Fix for bug 415471 and 1553182 related to undo with eraser tool
Jabier Arraiza Cenoz
2016-03-04
3
-51
/
+60
*
Remove regex hack added in 14650
Liam P. White
2016-03-04
1
-7
/
+1
*
Update 2geom copy to 143bbcf: Fix for multiple sequential closepath commands
Liam P. White
2016-03-04
1
-2
/
+4
*
Fix bug: 230480 eraser tool always deletes selected objects
Jabier Arraiza Cenoz
2016-03-04
1
-1
/
+12
*
Hide with widget in delete mode of eraser tool
Jabier Arraiza Cenoz
2016-03-04
2
-0
/
+8
*
forgot to include a file in previous commit ><
Marc Jeanmougin
2016-03-03
1
-1
/
+1
*
Add support for the "relative to" setting when aligning baselines (fixes 167228)
Marc Jeanmougin
2016-03-03
1
-3
/
+46
*
update to trunk
Jabier Arraiza Cenoz
2016-03-03
23
-197
/
+113
|
\
|
*
Fix bug 1540155: Interactive simplify on pencit tool is hard to edit
Jabier Arraiza Cenoz
2016-03-02
3
-6
/
+21
|
*
Fix for bug 1540070
Jabier Arraiza Cenoz
2016-03-02
19
-190
/
+91
|
*
Another small change to miter-limit for 'arcs' join to match SVG spec.
Tavmjong Bah
2016-03-02
1
-1
/
+1
*
|
Fix a bug with 0 width shapes
Jabier Arraiza Cenoz
2016-03-01
1
-1
/
+3
*
|
update to trunk
Jabier Arraiza Cenoz
2016-03-01
37
-510
/
+979
|
\
|
|
*
type in commit r14664
Kris De Gussem
2016-02-29
1
-1
/
+1
|
*
Code-design. Fixing variable initialization warnings and replacing tabs with ...
Nicolas Dufour
2016-02-29
1
-9
/
+9
|
*
Inkview. Code consistency fixes.
Nicolas Dufour
2016-02-29
1
-166
/
+162
|
*
Fix miter-limit behavior to match SVG spec.
Tavmjong Bah
2016-02-27
1
-2
/
+4
|
*
UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, unle...
Eduard Braun (eduard-braun2)
2016-02-27
1
-130
/
+198
|
*
inkview: Drop use of obsolete getopt
Bryce Harrington
2016-02-25
1
-14
/
+15
|
*
Fix small code buglet; found by Kris with cppcheck.
Tavmjong Bah
2016-02-23
1
-1
/
+2
|
*
static code analysis
Kris De Gussem
2016-02-22
3
-11
/
+15
|
*
static code analysis
Kris De Gussem
2016-02-22
6
-18
/
+20
|
*
Apply from patch from houz (Fixes color profile name mangling)
Liam P. White
2016-02-21
1
-2
/
+2
|
*
Font size in status bar should use unit from text units preference. Patch fro...
Tavmjong Bah
2016-02-20
1
-1
/
+4
|
*
Clarify meaning of line spacing.
Tavmjong Bah
2016-02-20
2
-3
/
+3
|
*
provide end user debugging for EMF and WMF issues
mathog
2016-02-18
2
-12
/
+52
|
*
fix logic error in sbasis_to_cubic_bezier. (Bug 1545632)
Alvin Penner
2016-02-18
1
-2
/
+2
|
*
Fixes some regressions from rev14655
Marc Jeanmougin
2016-02-17
2
-27
/
+31
|
*
Performance improvements when working in large files
Marc Jeanmougin
2016-02-16
2
-17
/
+30
|
*
Temporary: Add different fallback strategies for 'line-join' LPE with 'arcs' ...
Tavmjong Bah
2016-02-15
3
-13
/
+349
|
*
Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23.
Krzysztof Kosi??ski
2016-02-15
12
-96
/
+89
|
*
Fix improperly escaped character in previous commit (which actually fixes bug...
Eduard Braun
2016-02-14
1
-1
/
+1
|
*
Fix for bug 1478168 (CDR import crashes)
Eduard Braun
2016-02-14
1
-1
/
+7
*
|
Improve fill rule and add mass option
Jabier Arraiza Cenoz
2016-03-01
3
-23
/
+111
*
|
Improved eraser tool, now working on documents not pixels and with 0 width
Jabier Arraiza Cenoz
2016-02-13
5
-82
/
+92
|
/
*
if viewbox does not exist, create it from page size, only if page size exists...
Alvin Penner
2016-02-12
1
-2
/
+6
*
Fix default value of 'fr'.
Tavmjong Bah
2016-02-11
1
-1
/
+1
*
Fix a bug on explicit_base on meassure tool when using knots dialog to change...
Jabier Arraiza Cenoz
2016-02-11
2
-10
/
+14
*
Remove artifacts when remove canvas items, for example in measure tool
Jabier Arraiza Cenoz
2016-02-10
1
-1
/
+1
*
Fix CMake build broken by r14639
suv-lp
2016-02-09
1
-1
/
+0
*
Allow python extensions to get the list of selected nodes
Marc Jeanmougin
2016-02-09
1
-3
/
+53
*
Changed no end lifetime temporary canvas items to canvas items in measure tool
Jabier Arraiza Cenoz
2016-02-08
2
-20
/
+32
*
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
2016-02-08
59
-1209
/
+1406
*
Changed one icon/action in meassure toolbar to one more explicit
Jabier Arraiza Cenoz
2016-02-07
3
-13
/
+13
*
Fix wrong replace of tab by spaces
Jabier Arraiza Cenoz
2016-02-07
1
-1
/
+1
*
Add knot position dialog to meassure with Shift+Click
Jabier Arraiza Cenoz
2016-02-07
6
-6
/
+343
*
Fix for bug 1540518. Improved performance based on previous meassure code com...
Jabier Arraiza Cenoz
2016-02-07
3
-67
/
+56
*
Added phantom meassure feature to meassure tool
Jabier Arraiza Cenoz
2016-02-06
4
-31
/
+104
*
Remove duplicated variable on meassure
Jabier Arraiza Cenoz
2016-02-06
1
-1
/
+0
*
Fix for meassure bug #1541963
Jabier Arraiza Cenoz
2016-02-06
2
-4
/
+4
[next]