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
...
|
*
Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...
Liam P. White
2014-08-04
6
-21
/
+60
|
*
Fix for #906794, #1246550 (live effects not showing helper paths)
Jabier Arraiza Cenoz
2014-08-01
2
-1
/
+47
|
*
Fix for #1348385 (filtered shape losing filter on conversion)
Liam P. White
2014-08-01
1
-1
/
+2
|
*
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
2014-08-01
7
-19
/
+18
|
*
Basic support for <solidColor> element (rendering only as a paint server).
Tavmjong Bah
2014-07-31
8
-0
/
+178
|
*
Limit the number of paths to be used as snap targets, to keep Inkscape respon...
Diederik van Lierop
2014-07-30
2
-0
/
+5
*
|
Fixed some redraw problems moving nodes in bspline mode
Jabier Arraiza Cenoz
2014-08-04
2
-10
/
+12
*
|
Fix type in 'mix-blend-mode'.
Tavmjong Bah
2014-08-01
1
-1
/
+1
*
|
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
2014-08-01
7
-19
/
+18
*
|
Update to trunk r13482
Liam P. White
2014-07-30
4
-3
/
+40
|
\
|
|
*
Fix for 1346972 (freehand shape mode should pick stroke width from tool's act...
Liam P. White
2014-07-29
1
-0
/
+28
|
*
fix crash bug (reported by su_v on IRC) related to removing color profiles
Johan B. C. Engelen
2014-07-28
1
-0
/
+1
|
*
fix build. gcc 4.6.1 does not like double parens here :/
Johan B. C. Engelen
2014-07-28
1
-1
/
+1
|
*
Don't update path effects on document load (#1299948)
Liam P. White
2014-07-28
2
-2
/
+20
|
*
Fix for copy&paste clone original with clip-path/mask
Liam P. White
2014-07-28
1
-0
/
+9
*
|
Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...
Tavmjong Bah
2014-07-30
8
-51
/
+212
*
|
Fix a bug pointed by su_v on fillet-chamfer open paths
Jabier Arraiza Cenoz
2014-07-30
1
-0
/
+6
*
|
add last applied branch - mode to strokes on pen/pencil
Jabier Arraiza Cenoz
2014-07-30
2
-6
/
+40
*
|
Fix a bug pointed by LiamW
Jabier Arraiza Cenoz
2014-07-30
1
-2
/
+2
*
|
Added roughen LPE
Jabier Arraiza Cenoz
2014-07-30
6
-0
/
+456
*
|
Refactor some disgusting code
Liam P. White
2014-07-29
1
-56
/
+72
*
|
Merge from lp:inkscape 13477
Johan B. C. Engelen
2014-07-28
13
-52
/
+19
|
\
|
|
*
related to lp:inkscape r13474, remove unnecessary/broken placement news
Johan B. C. Engelen
2014-07-28
1
-2
/
+0
|
*
noop: remove commented-out code that is dangerous and should not come back
Johan B. C. Engelen
2014-07-28
2
-5
/
+0
|
*
noop: remove commented-out code that is dangerous and should not come back
Johan B. C. Engelen
2014-07-28
8
-26
/
+0
|
*
Fix placement news and calls to destructor. Fixes crash regressions #1348891,...
Liam P. White
2014-07-28
2
-16
/
+0
|
*
Fix for bug 1340683 for WMF input
mathog
2014-07-28
1
-3
/
+19
*
|
Merge from trunk 13472
Liam P. White
2014-07-27
35
-120
/
+162
|
\
|
|
*
Properly fix 1309050, revert incorrect fix for 601336
Liam P. White
2014-07-27
2
-4
/
+7
|
*
Fix for crash regression 1348927 -- dialogs that are shown but have not been ...
Liam P. White
2014-07-26
1
-3
/
+3
|
*
refresh text objects when clipping (Bug 1339305)
Alvin Penner
2014-07-25
4
-1
/
+18
|
*
sync with libTere version of text_reassemble.c
mathog
2014-07-25
1
-3
/
+3
|
*
Fix for bug 1340683
mathog
2014-07-24
1
-1
/
+17
|
*
Fix for bug 1336753
mathog
2014-07-24
1
-5
/
+7
|
*
Read HSL colors (CSS Color Module Level 3).
Tavmjong Bah
2014-07-24
1
-0
/
+53
|
*
Fix crash bug with cloned item with gradient. The fix does not solve the root...
Johan B. C. Engelen
2014-07-23
1
-0
/
+12
|
*
Partly reverted r13460.
Markus Engel
2014-07-23
2
-1
/
+5
|
*
Fixed parentheses.
Markus Engel
2014-07-22
1
-1
/
+1
|
*
Fixed some logic errors; clang warnings.
Markus Engel
2014-07-22
5
-11
/
+7
|
*
Replaced some abs/fabs with std::abs.
Markus Engel
2014-07-22
7
-10
/
+10
|
*
Fixed some unused variables warnings.
Markus Engel
2014-07-22
5
-23
/
+3
|
*
Revert fix for 1309050 since it causes other regressions...
Liam P. White
2014-07-21
1
-2
/
+2
|
*
Workarounds for crash bugs 1309050, 601336; will fix properly in experimental
Liam P. White
2014-07-19
3
-8
/
+8
|
*
Warnings cleaup.
Jon A. Cruz
2014-07-15
5
-21
/
+19
|
*
Fix moving of item center: 1) at paste and 2) at changing document units
Diederik van Lierop
2014-07-12
4
-3
/
+13
|
*
scale tiled clones to document units (Bug 1288860)
Alvin Penner
2014-07-11
1
-8
/
+10
|
*
Fix regression introduced by rev 13446 / 13333
Diederik van Lierop
2014-07-11
1
-10
/
+0
|
*
Fix crash when ungrouping a group that has a filter applied to it
Diederik van Lierop
2014-07-10
1
-2
/
+4
|
*
refresh SPCurve in a cloned clip (Bug 1322940)
Alvin Penner
2014-07-10
1
-0
/
+3
|
*
Bugged powerstroke point array tried accessing points on a quickly diverging ...
Liam P. White
2014-07-08
1
-1
/
+4
[prev]
[next]