index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
130
-3731
/
+176
|
\
|
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
11
-247
/
+3
|
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
67
-2110
/
+129
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
55
-1375
/
+41
*
|
Fix Win32 build
Alex Valavanis
2016-08-04
1
-1
/
+5
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
133
-746
/
+106
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
137
-77
/
+770
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
137
-770
/
+77
|
/
*
Fises to toggle button and coding style
Jabier Arraiza Cenoz
2016-07-24
2
-6
/
+3
*
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
*
Documentation. French documentation translation updated.
Nicolas Dufour
2016-07-08
1
-6
/
+18
*
Fix typo that prevents reading of 'units-per-em'.
Tavmjong Bah
2016-07-04
1
-1
/
+1
*
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
*
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
1
-30
/
+10
*
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
1
-1
/
+2
*
Fix bug 'Persistent measure repositions on middle click'
Jabier Arraiza Cenoz
2016-06-12
1
-1
/
+0
*
Enabled using the context menu key additionally to the already working Shift+...
h-h-h
2016-06-10
1
-0
/
+5
*
Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ...
Jabier Arraiza Cenoz
2016-06-08
1
-1
/
+1
*
Sort color profile lists
houz
2016-06-02
4
-50
/
+120
*
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
*
fix-bug-1586749. Broken english in bspline help message
Jabier Arraiza Cenoz
2016-05-29
1
-1
/
+1
*
Remove duplicated code
Jabier Arraiza Cenoz
2016-05-21
1
-5
/
+0
*
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
2016-05-21
6
-32
/
+32
*
Fix a bug in node editor in BSpline mode, wrong power when moving nodes
Jabier Arraiza Cenoz
2016-05-19
1
-1
/
+1
*
GTK3: Another widget named.
Tavmjong Bah
2016-05-18
1
-0
/
+2
*
GTK3: Give even more widgets names.
Tavmjong Bah
2016-05-18
3
-1
/
+10
*
GTK3: Give names to more widgets.
Tavmjong Bah
2016-05-17
4
-0
/
+6
*
UI. Fixing typos in original strings.
Nicolas Dufour
2016-05-16
1
-2
/
+2
*
GTK3: Give names to many widgets. Useful for debugging and for using CSS.
Tavmjong Bah
2016-05-15
1
-0
/
+1
*
Fix a bug on Pen tool when use bend path as option and the clipboard has some...
Jabier Arraiza Cenoz
2016-05-10
1
-1
/
+4
*
Change license in about box to GPLv3 - due to GIMP files
Krzysztof Kosi??ski
2016-05-08
1
-286
/
+620
*
Clarify license.
Krzysztof Kosi??ski
2016-05-08
2
-2
/
+2
*
Prevent scrollbar overlay from covering swatches in GTK3 build.
Tavmjong Bah
2016-05-06
5
-3
/
+14
*
Correct comment.
Tavmjong Bah
2016-05-03
1
-1
/
+1
*
minor warning cleanup.
Jon A. Cruz
2016-04-21
1
-2
/
+2
*
various filter editor fixes
Raphael Rosch
2016-04-16
2
-22
/
+27
*
Filter editor: effect description not entirely readable
Raphael Rosch
2016-04-14
2
-17
/
+43
*
function to release object from group
Raphael Rosch
2016-04-14
2
-0
/
+13
*
Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features #Hackf...
Alex Valavanis
2016-04-13
1
-3
/
+0
*
Remove old uses of GTK_STOCK macros
Martin Owens
2016-04-13
2
-3
/
+2
*
gimpcolorwheel: Fix deprecated gtk_widget_style_attach #Hackfest2016
Alex Valavanis
2016-04-13
1
-0
/
+2
*
Fix cmake build
Marc Jeanmougin
2016-04-13
1
-1
/
+1
*
color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
2016-04-13
1
-0
/
+6
*
color-notebook: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
2016-04-13
1
-0
/
+4
[next]