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
*
Add selector to single style element & replace storage map by a vector
kamalpreetgrewal
2016-06-15
2
-40
/
+74
*
Merge changes from trunk
kamalpreetgrewal
2016-06-15
5
-4
/
+44
|
\
|
*
[Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is mis...
Mark Harmer
2016-06-14
2
-2
/
+7
|
*
Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.
brock-alexander
2016-06-14
3
-2
/
+37
*
|
Set style and class attribute of object approprialtely when adding new style ...
kamalpreetgrewal
2016-06-13
1
-14
/
+29
*
|
Fix crash when object without style attribute is added to selector
kamalpreetgrewal
2016-06-13
1
-12
/
+19
*
|
Correct parsing of style element
kamalpreetgrewal
2016-06-13
1
-27
/
+40
*
|
Merge changes from trunk
kamalpreetgrewal
2016-06-13
10
-90
/
+386
|
\
|
|
*
Fix a helper path data
Jabier Arraiza Cenoz
2016-06-12
1
-1
/
+1
|
*
Fix faulty comparison function.
Tavmjong Bah
2016-06-12
1
-2
/
+4
|
*
Fix bug 'Persistent measure repositions on middle click'
Jabier Arraiza Cenoz
2016-06-12
1
-1
/
+0
|
*
Optionally sort attributes and properties into a canonical order.
Tavmjong Bah
2016-06-12
8
-88
/
+383
*
|
Delete selector from style dialog (not from repr yet)
kamalpreetgrewal
2016-06-11
2
-25
/
+97
*
|
Merge changes from trunk
kamalpreetgrewal
2016-06-11
55
-435
/
+433
|
\
|
|
*
Extensions: Use underscored variants of parameters / attribute names in inter...
Eduard Braun
2016-06-11
51
-431
/
+431
|
*
Clean up includes after r14955
Eduard Braun
2016-06-11
4
-4
/
+2
*
|
Merge changes from trunk
kamalpreetgrewal
2016-06-11
7
-78
/
+120
|
\
|
|
*
A little cleaning up of attributes.
Tavmjong Bah
2016-06-11
4
-75
/
+92
|
*
Fix a typo that spawned a lot of "unused parameter" warnings when compiling
Eduard Braun
2016-06-11
1
-1
/
+1
|
*
fix-bugs #540591 #1287996 and #456503 related to undo in path parameters of LPE
Jabier Arraiza Cenoz
2016-06-11
2
-2
/
+27
*
|
Apply patch for broken automake
kamalpreetgrewal
2016-06-11
1
-0
/
+2
*
|
Merge changes from trunk
kamalpreetgrewal
2016-06-11
2
-11
/
+5
|
\
|
|
*
Enabled using the context menu key additionally to the already working Shift+...
h-h-h
2016-06-10
1
-0
/
+5
|
*
Rm unnecessary/incorrect post-build message
Alex Valavanis
2016-06-10
1
-11
/
+0
*
|
Populate style dialog with existing selectors in stylesheet
kamalpreetgrewal
2016-06-10
2
-15
/
+38
*
|
Add selector to style element
kamalpreetgrewal
2016-06-10
2
-21
/
+81
*
|
Merge changes from trunk
kamalpreetgrewal
2016-06-10
9
-42
/
+53
|
\
|
|
*
Only update inkscape.version on successful file write.
Tavmjong Bah
2016-06-08
3
-9
/
+20
|
*
Really remove last of svg_units.
Tavmjong Bah
2016-06-08
1
-10
/
+0
|
*
Remove unused svg-units variable.
Tavmjong Bah
2016-06-08
2
-19
/
+18
|
*
Store rest of string in Inkscape version ('pre' 'devel').
Tavmjong Bah
2016-06-08
2
-2
/
+13
|
*
[Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.
Nicolas Dufour
2016-06-08
1
-1
/
+1
|
*
Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ...
Jabier Arraiza Cenoz
2016-06-08
1
-1
/
+1
*
|
Set class attribute values of selected objects using style dialog
kamalpreetgrewal
2016-06-06
2
-2
/
+70
*
|
Merging changes from trunk
kamalpreetgrewal
2016-06-06
9
-13
/
+31
|
\
|
|
*
Extensions: Fixes and improvements for "gui-text" parameter attribute
Eduard Braun
2016-06-05
7
-8
/
+19
|
*
[Bug #1587311] Entering + into stroke width dialog crashes Inkscape.
rafael-g
2016-06-05
1
-2
/
+5
|
*
[Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.
rafael-g
2016-06-05
1
-1
/
+3
|
*
Fix reading of 'stroke-dasharray' when there is a trailing blank.
Tavmjong Bah
2016-06-04
1
-2
/
+4
*
|
Register style dialog with support to add selector
kamalpreetgrewal
2016-06-04
7
-0
/
+194
|
/
*
Fix for bug on previous commit about guides lock
Jabier Arraiza Cenoz
2016-06-04
1
-1
/
+0
*
Fix a bug in lock guides pointed by suv on IRC
Jabier Arraiza Cenoz
2016-06-03
1
-1
/
+1
*
Fix guide placement when guides are generated by a template with width/height...
Tavmjong Bah
2016-06-03
2
-24
/
+28
*
Sort color profile lists
houz
2016-06-02
6
-81
/
+178
*
Remove last use of getSVGUnit() and remove all remnants of this abomination.
Tavmjong Bah
2016-06-01
5
-18
/
+1
*
Replace two instances of getSVGUnit() by getDocumentScale().
Tavmjong Bah
2016-06-01
2
-18
/
+8
*
Fix tiling when generic template used to create file. Try 2.
Tavmjong Bah
2016-06-01
1
-1
/
+2
*
Fix tiling when generic template used to create file.
Tavmjong Bah
2016-06-01
1
-1
/
+1
*
Use CSS 'strut' as minimum value of CSS line box height.
Tavmjong Bah
2016-06-01
4
-48
/
+76
*
fix-bug-1586749. Broken english in bspline help message
Jabier Arraiza Cenoz
2016-05-29
1
-1
/
+1
[next]