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 position of text when 'direction' is 'rtl' (right-to-left).
Tavmjong Bah
2015-10-12
2
-9
/
+25
*
Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ...
Tavmjong Bah
2015-10-12
1
-1
/
+1
*
Add buttons for some side/corner mesh opeartions.
Tavmjong Bah
2015-10-08
4
-3
/
+84
*
Correct transform when picking colors under mesh.
Tavmjong Bah
2015-10-08
1
-8
/
+10
*
Fixes clonetiler trace mode on non-px documents
Marc Jeanmougin
2015-10-04
1
-1
/
+1
*
Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432.
Tavmjong Bah
2015-10-04
1
-1
/
+1
*
Fix for r14372 bug
Marc Jeanmougin
2015-10-03
1
-1
/
+1
*
Crash. Fix for Bug #1404934 (Crash when opening files (Glib::ConvertError exc...
Riccardo Bernardini
2015-10-03
1
-5
/
+9
*
Fixes some non-antisymmetrical sort function
Marc Jeanmougin
2015-10-02
1
-1
/
+1
*
Use different method to find text to save when converting text to path.
Tavmjong Bah
2015-10-02
1
-8
/
+8
*
Change command line PostScript export level to 3 (bug #1432310)
Adrian Johnson
2015-09-30
1
-3
/
+3
*
UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting propo...
Nicolas Dufour
2015-09-25
1
-0
/
+3
*
fix regression observed on layer dialog
Marc Jeanmougin
2015-09-20
1
-2
/
+2
*
Enable "Tile" filter primitive in Filters dialog.
Tavmjong Bah
2015-09-20
1
-4
/
+2
*
Crude partial implementation of feTile filter primitive.
Tavmjong Bah
2015-09-20
6
-5
/
+130
*
Improvements to transform by two knots pointed by Ivan Louette
jtx
2015-09-17
2
-10
/
+70
*
Added a pref option to disable "spacebar panning". (default:enabled)
Marc Jeanmougin
2015-09-17
3
-11
/
+8
*
fix for recent merge of ~mapreri/inkscape/typo
Marc Jeanmougin
2015-09-16
1
-5
/
+1
*
Don't need bounding box if 'primitiveUnits' not 'objectBoundingBox'.
Tavmjong Bah
2015-09-15
1
-8
/
+11
*
Fix for 1495106 (Add a check for id before sending a modified signal)
Marc Jeanmougin
2015-09-14
1
-1
/
+9
*
Fix typo in a comment s/seperator/separator/
Mattia Rizzolo
2015-09-14
1
-1
/
+1
*
Fix typo s/seperator/separator/
Mattia Rizzolo
2015-09-14
1
-1
/
+1
*
Refactoring of the code that handles transformations and snapping in the sele...
Diederik van Lierop
2015-09-13
11
-704
/
+804
*
set node tool rubberband shadow. (Bug 1494445)
Alvin Penner
2015-09-12
1
-0
/
+1
*
Export. Fix for bug #170295 (default export image name for not-saved drawings).
Nicolas Dufour
2015-09-12
1
-0
/
+7
*
fixes bug:1492711 in bspline and fillet chamfer
jtx
2015-09-11
4
-12
/
+26
*
Better fix for bug 1492711
Jabier Arraiza Cenoz
2015-09-08
2
-3
/
+12
*
Fix for bug 179842
Jabier Arraiza Cenoz
2015-09-08
1
-1
/
+2
*
Fix for bug 1492711
Jabier Arraiza Cenoz
2015-09-08
1
-0
/
+3
*
Fix a bug in BSpline on straight lines when press a default width button
Jabier Arraiza Cenoz
2015-09-08
1
-1
/
+1
*
fixes bug:1492704 in bspline
jtx
2015-09-08
1
-1
/
+1
*
for a zero sbasis, set the size to 1. (Bug 1478168)
Alvin Penner
2015-09-06
1
-2
/
+4
*
Attempt to fix 1417173 (undo duplicate gradient crash)
Marc Jeanmougin
2015-09-05
1
-10
/
+7
*
Quick fix for previous fix (i cannot understand why the previous fix still wo...
Marc Jeanmougin
2015-09-05
1
-1
/
+1
*
better ordering of setting the ids in the group to symbol code
Marc Jeanmougin
2015-09-05
1
-3
/
+2
*
Fix z-order in creating symbols
Marc Jeanmougin
2015-09-05
1
-1
/
+2
*
Changed some strings to BSPLine widgets
Jabier Arraiza Cenoz
2015-09-01
2
-16
/
+16
*
Improvements to BSPline widgets:
jtx
2015-09-01
4
-22
/
+29
*
Merge faster touch select
John Bintz
2015-09-01
1
-32
/
+45
|
\
|
*
Cache SVG DOM node order for faster touch selection.
John Bintz
2015-05-23
1
-32
/
+45
*
|
Fix restoring previous state of 'Objects' and 'Selection sets' dialogs
su_v
2015-08-31
1
-0
/
+2
*
|
Why would anyone make a sorting function that is not antisymmetric ? That mak...
Marc Jeanmougin
2015-08-30
1
-9
/
+3
*
|
lpe-powerstroke. validity check on data. (Bug 1487424)
Alvin Penner
2015-08-30
1
-2
/
+5
*
|
Ensure strncpy'd strings are null terminated
Bryce Harrington
2015-08-29
4
-3
/
+9
*
|
Fix a bug on ToogleButton Parameter when call a function without showing the ...
Jabier Arraiza Cenoz
2015-08-29
1
-0
/
+4
*
|
typo ?
Marc Jeanmougin
2015-08-28
1
-1
/
+1
*
|
Improve elastic mode in transform by two points LPE
jtx
2015-08-28
1
-1
/
+5
*
|
Add lock angle to transform by two points LPE
Jabier Arraiza Cenoz
2015-08-27
2
-33
/
+45
*
|
Changed from fixed width to lock width, removed one widget to the transform b...
Jabier Arraiza Cenoz
2015-08-27
2
-29
/
+22
*
|
Added fixed and elastic modes to transform by two knots
Jabier Arraiza Cenoz
2015-08-26
2
-8
/
+92
[next]