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
*
Merge 0.92.x branch
Ted Gould
2016-07-27
122
-1725
/
+2218
|
\
|
*
Revert the canvas widget changes, which cause performance regressions
Krzysztof Kosi??ski
2016-07-25
4
-200
/
+229
|
*
Order some headers
Jabier Arraiza Cenoz
2016-07-24
2
-2
/
+2
|
*
Fixed a bug on roughen LPE on open paths
Jabier Arraiza Cenoz
2016-07-24
1
-4
/
+1
|
*
Fises to toggle button and coding style
Jabier Arraiza Cenoz
2016-07-24
4
-43
/
+44
|
*
Order and cleanup of some LPE
Jabier Arraiza Cenoz
2016-07-23
11
-20
/
+19
|
*
Fix auto palette when using extensions
Marc Jeanmougin
2016-07-23
2
-1
/
+9
|
*
Fixed null when selection contains more than one item
Adrian Boguszewski
2016-07-22
1
-1
/
+1
|
*
[Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation.
Alex Henrie
2016-07-18
4
-4
/
+4
|
*
Comment out unused enum.
Tavmjong Bah
2016-07-10
1
-7
/
+7
|
*
Documentation. French documentation translation updated.
Nicolas Dufour
2016-07-08
1
-6
/
+18
|
*
CMake build on windows (merge Sebastian's branch)
Marc Jeanmougin
2016-07-06
1
-459
/
+454
|
|
\
|
|
*
Fixing build for Linux.
Sebastian Faubel
2016-07-06
1
-436
/
+447
|
|
*
Merge with trunk.
Sebastian Faubel
2016-07-02
1
-40
/
+24
|
*
|
Fix typo that prevents reading of 'units-per-em'.
Tavmjong Bah
2016-07-04
1
-1
/
+1
|
*
|
Prevent data-losing crash when sorting attributes and Layer dialog open.
Tavmjong Bah
2016-07-04
1
-2
/
+7
|
*
|
Rename function, fix some indenting issues.
Tavmjong Bah
2016-07-02
2
-100
/
+110
|
*
|
Fix typo from GList purge that broke SVG Font Editor dialog.
Tavmjong Bah
2016-07-02
1
-1
/
+1
|
*
|
Fix bug #1598009 regression on path parameter
Jabier Arraiza Cenoz
2016-07-02
1
-3
/
+1
|
*
|
avoid zero SBasis curve. (Bug 1593963)
Alvin Penner
2016-06-29
1
-1
/
+1
|
|
/
|
*
Fix bug#168286 also opem regression on bug#1594565
Jabier Arraiza Cenoz
2016-06-25
1
-1
/
+103
|
*
[Bug #1594542] Reset paint buckets parameters icon is not visible in Tool Con...
Nicolas Dufour
2016-06-23
1
-5
/
+7
|
*
Fixing missing gettext keyword (regression introduced rev. 14057).
Nicolas Dufour
2016-06-20
1
-2
/
+2
|
*
Fixing wrong gettext keyword preventing translations from being used.
Nicolas Dufour
2016-06-17
1
-2
/
+2
|
*
Fixes some bugs related to powerstroke 'Powerstroke infinite loop'
Jabier Arraiza Cenoz
2016-06-16
3
-51
/
+23
|
*
remove tabs
Marc Jeanmougin
2016-06-16
1
-29
/
+29
|
*
Fix z-cycling (alt+mousewheel) behavior
Marc Jeanmougin
2016-06-16
2
-118
/
+84
|
*
[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
|
*
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
|
*
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
|
*
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
|
*
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
|
*
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
|
*
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
*
|
Adding a comment to explain what we're doing
Ted Gould
2016-06-21
1
-0
/
+4
[next]