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
*
Merged.
Shlomi Fish
2016-10-02
2
-3
/
+36
|
\
|
*
Adjust dock size to minimum width during canvas table size allocation signal.
Martin Owens
2016-10-02
1
-3
/
+10
|
*
Add a prune method to saving svg files that removes Adobe's i:pgf tag.
Martin Owens
2016-10-01
1
-0
/
+26
*
|
Extract a method instead of assigning a temp bool var.
Shlomi Fish
2016-10-01
2
-5
/
+8
*
|
Extract a function to prevent assignment + const-ing.
Shlomi Fish
2016-09-30
1
-7
/
+11
*
|
Merged.
Shlomi Fish
2016-09-30
1
-2
/
+0
|
\
|
|
*
Remove the reset on the glyph tangent, it breaks text on path (bug lp:1627523)
Martin Owens
2016-09-30
1
-2
/
+0
*
|
Fix a regression introduced by the refactoring.
Shlomi Fish
2016-09-29
1
-1
/
+2
*
|
Merged.
Shlomi Fish
2016-09-29
40
-371
/
+916
|
\
|
|
*
fix tabs in src/main-cmdlineact
Marc Jeanmougin
2016-09-27
2
-61
/
+68
|
*
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
2016-09-27
17
-163
/
+169
|
*
Remove unused variable.
Tavmjong Bah
2016-09-26
1
-1
/
+0
|
*
Fix undo/redo for mesh gradients.
Tavmjong Bah
2016-09-26
14
-97
/
+310
|
*
Add tracing code.
Tavmjong Bah
2016-09-26
2
-0
/
+131
|
*
Fix Gtk type error, code cleanup, and documentation.
Tavmjong Bah
2016-09-26
2
-7
/
+12
|
*
minor fix (+ satisfy build bots (?))
Marc Jeanmougin
2016-09-25
3
-11
/
+8
|
*
Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...
Marc Jeanmougin
2016-09-25
6
-38
/
+208
|
*
Changed order of selection items
Adrian Boguszewski
2016-09-25
1
-2
/
+2
|
*
Fix a typo bug
Jabier Arraiza Cenoz
2016-09-24
1
-1
/
+1
|
*
Get rid of Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 'g_utf8_va...
Tavmjong Bah
2016-09-24
1
-1
/
+2
|
*
Fix bug 1627202 on mirror symmetry wrong results on transforms
Jabier Arraiza Cenoz
2016-09-24
2
-1
/
+14
|
*
Typo fix for name var
Jabier Arraiza Cenoz
2016-09-24
1
-3
/
+3
|
*
Code improvements on mirror symmetry
Jabier Arraiza Cenoz
2016-09-24
1
-6
/
+6
|
*
Fix bug pointed in inkscape devel by Miguel Lopez and CR. Caution now rotate ...
Jabier Arraiza Cenoz
2016-09-23
2
-9
/
+12
*
|
Remove "== true" and trailing whitespace.
Shlomi Fish
2016-09-23
1
-3
/
+3
*
|
Merged.
Shlomi Fish
2016-09-23
6
-10
/
+66
|
\
|
|
*
Remove properties with default values from 'style' entries in users preferenc...
Tavmjong Bah
2016-09-20
1
-0
/
+2
|
*
Add new function that removes properties with default values from SPCSSAttr.
Tavmjong Bah
2016-09-20
2
-0
/
+41
|
*
Fix typo (font-variant-east_asian -> font-variant-east-asian).
Tavmjong Bah
2016-09-20
1
-1
/
+1
|
*
adds a layer to put things in when opening raster files
Marc Jeanmougin
2016-09-15
1
-1
/
+6
|
*
Fix minor problem in previous commit
Marc Jeanmougin
2016-09-15
1
-1
/
+1
|
*
Duplicating text along path and its path relinks to the new path (if the pref...
Marc Jeanmougin
2016-09-15
1
-8
/
+16
*
|
Remove "== true"s
Shlomi Fish
2016-09-15
1
-2
/
+2
*
|
Correct a typo and a sporious "== true" in a comment.
Shlomi Fish
2016-09-15
1
-1
/
+1
*
|
Merged.
Shlomi Fish
2016-09-15
14
-104
/
+289
|
\
|
|
*
[Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle t...
ohtsuka-yoshio
2016-09-14
1
-0
/
+2
|
*
Fixed out of range pointers
Adrian Boguszewski
2016-09-12
1
-4
/
+10
|
*
Fix compiler warning
Jabier Arraiza Cenoz
2016-09-11
1
-1
/
+1
|
*
Fix bugs: #1621234 and #172137
Jabier Arraiza Cenoz
2016-09-11
5
-41
/
+36
|
*
Fix bug: #1621213 in Pattern Along Path LPE
Jabier Arraiza Cenoz
2016-09-09
1
-2
/
+3
|
*
Improve font editing dialog.
Tavmjong Bah
2016-09-06
5
-55
/
+216
|
|
\
|
|
*
Improve font editing dialog:
Tavmjong Bah
2016-07-10
5
-55
/
+215
|
*
|
Improve pattern rendering with large pattern transform.
Tavmjong Bah
2016-09-06
1
-2
/
+12
|
*
|
Fix history handling for previous commit.
Tavmjong Bah
2016-09-05
1
-3
/
+4
|
*
|
Save new 'x' and 'y' attribute values when 'line-height' changed.
Tavmjong Bah
2016-09-05
1
-0
/
+9
*
|
|
Refactor == true
Shlomi Fish
2016-09-05
1
-2
/
+2
*
|
|
Merged.
Shlomi Fish
2016-09-05
3
-7
/
+16
|
\
|
|
|
*
|
Bug#744612. Add minimun radius value to minimize hangs
Jabier Arraiza Cenoz
2016-09-05
2
-6
/
+12
|
*
|
Fix bug#744612
Jabier Arraiza Cenoz
2016-09-04
1
-0
/
+3
|
*
|
Fix some chrash when apply LPE: ej- sometimes Gear
Jabier Arraiza Cenoz
2016-09-04
1
-1
/
+1
[next]