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
*
Use C++11 unordered containers
Alex Valavanis
2016-08-04
1
-41
/
+5
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
235
-19293
/
+325
|
\
|
*
ruler: Backport upstream patches
Alex Valavanis
2016-07-29
1
-13
/
+20
|
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
47
-1233
/
+57
|
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
77
-2483
/
+164
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
56
-1376
/
+41
|
*
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
2016-07-28
14
-176
/
+16
|
*
widgets/ruler: Drop GTK2 fallbacks
Alex Valavanis
2016-07-27
1
-154
/
+0
|
*
display.canvas-*grid: Drop GTK2 fallbacks
Alex Valavanis
2016-07-27
2
-76
/
+4
|
*
device-manager: Drop GTK2 fallbacks
Alex Valavanis
2016-07-27
1
-39
/
+9
|
*
Disable GTK+ 2 support and delete internal copy of GDL
Alex Valavanis
2016-07-27
42
-13742
/
+4
*
|
Fix Win32 build
Alex Valavanis
2016-08-04
1
-1
/
+5
*
|
Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14
Jabier Arraiza Cenoz
2016-08-03
4
-38
/
+55
*
|
Fix broken headers
Alex Valavanis
2016-08-03
6
-18
/
+13
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
404
-1782
/
+219
*
|
Fix Stroke to fill retaining fills
Jabier Arraiza Cenoz
2016-07-28
2
-216
/
+354
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
420
-183
/
+1829
*
|
Fixed failed build
Adrian Boguszewski
2016-07-28
1
-1
/
+1
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
420
-1828
/
+182
*
|
CMake on Windows produces same output as btool.
Sebastian Faubel
2016-07-26
1
-13
/
+14
|
/
*
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
[next]