index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-13
Fix a few more pick calls not preceded by update
Krzysztof Kosi??ski
2
-4
/
+10
2016-04-13
Remove unused variable in sp-canvas.cpp
Krzysztof Kosi??ski
1
-2
/
+0
2016-04-13
Hopefully fix "invalid state when picking" warnings. #Hackfest2016
Krzysztof Kosi??ski
1
-2
/
+4
2016-04-13
Fix artifacts at the border when panning the canvas. #Hackfest2016
Krzysztof Kosi??ski
1
-16
/
+13
2016-04-13
font-selector: Gtk+ 3 theming #Hackfest2016
Alex Valavanis
1
-1
/
+16
2016-04-13
Fix canvas flicker while dragging objects. #Hackfest2016
Krzysztof Kosi??ski
1
-33
/
+11
2016-04-13
spw-utilities: Fix gtk_widget_set_margin_* API #Hackfest2016
Alex Valavanis
1
-1
/
+1
2016-04-13
text-toolbar: Gtk+ 3 theming #Hackfest2016
Alex Valavanis
1
-0
/
+18
2016-04-13
Remove old uses of GTK_STOCK macros
Martin Owens
4
-8
/
+7
2016-04-13
Gtk3 compatibility fix. Hackfest 2016
Tavmjong Bah
1
-4
/
+4
2016-04-13
Fix redraw problems when shrinking and then enlarging the SPCanvas widget.
Krzysztof Kosi??ski
1
-4
/
+6
2016-04-13
Fix referencing problem with widget is moved from one container to another. H...
Tavmjong Bah
1
-0
/
+5
2016-04-13
Move background drawing to SPCanvas to avoid temporarily drawing an incorrect
Krzysztof Kosi??ski
4
-42
/
+79
2016-04-13
gimpcolorwheel: Fix deprecated gtk_widget_style_attach #Hackfest2016
Alex Valavanis
1
-0
/
+2
2016-04-13
spw-utilities: Fix deprecated gtk_widget_override_font #Hackfest2016
Alex Valavanis
1
-4
/
+22
2016-04-13
Fix cmake build
Marc Jeanmougin
6
-5
/
+13
2016-04-13
Simplify SPCanvas by tracking the clean region instead of the dirty region.
Krzysztof Kosi??ski
2
-76
/
+42
2016-04-13
ink-comboboxentry-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+18
2016-04-13
Restore ability to set unitless 'line-height'. Hackfest 2016
Tavmjong Bah
1
-31
/
+48
2016-04-13
ink-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+22
2016-04-13
color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+6
2016-04-13
color-notebook: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+4
2016-04-13
color-icc-selector: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-1
/
+12
2016-04-13
clonetiler: Fix deprecated GtkAlignment #Hackfest2016
Alex Valavanis
1
-6
/
+5
2016-04-13
clonetiler: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+13
2016-04-12
ege-select-one-action: Fix deprecated GtkAlignment #Hackfest2016
Alex Valavanis
1
-0
/
+13
2016-04-12
spw-utilities: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+17
2016-04-12
gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+6
2016-04-12
ege-adjustment-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+6
2016-04-12
desktop-widget: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-13
/
+18
2016-04-12
Fork GtkImageMenuItem and remove show_image boolean because we always want to...
Martin Owens
5
-1
/
+1189
2016-04-12
sp-canvas: Disable deprecated double-buffering #Hackfest2016
Alex Valavanis
1
-6
/
+1
2016-04-12
Update copyright notices on display/sp-canvas.(h|cpp)
Krzysztof Kosi??ski
2
-0
/
+4
2016-04-12
desktop-widget: Fix deprecated gtk_widget_reparent usage #Hackfest2016
Alex Valavanis
1
-2
/
+4
2016-04-12
desktop-widget: Fix background color setting #Hackfest2016
Alex Valavanis
1
-4
/
+12
2016-04-12
Modified the windows build to integrate gmodule-2.0 and loader.cpp/.h
Moritz Eberl
1
-2
/
+36
2016-04-12
Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model.
Krzysztof Kosi??ski
2
-148
/
+139
2016-04-12
svg-view-widget: Fix background-color handling #Hackfest2016
Alex Valavanis
1
-2
/
+12
2016-04-12
Replace xthickness and ythickness with Gtk Context padding.
Martin Owens
1
-6
/
+14
2016-04-12
Latest gtk3 cleanup
Martin Owens
2
-10
/
+33
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
10
-632
/
+495
2016-04-12
Add option for larger icons (useful for 4K display).
Tavmjong Bah
3
-3
/
+13
2016-04-12
Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)
Martin Owens
6
-16
/
+10
2016-04-12
fixed naming of methods. External extensions can now be other module types.
Moritz Eberl
5
-15
/
+13
2016-04-12
inkview: Fix cursor API deprecation #Hackfest2016
Alex Valavanis
1
-2
/
+3
2016-04-12
regenerates inkscape-version when revno changes ; Translates inkscape.desktop...
Marc Jeanmougin
2
-5
/
+7
2016-04-12
fix undo clip rendering bug
Marc Jeanmougin
1
-0
/
+1
2016-04-11
svg-view: Fix cursor API
Alex Valavanis
1
-1
/
+2
2016-04-11
desktop-events: Fix deprecated GdkCursor API
Alex Valavanis
1
-26
/
+23
2016-04-11
Added a mechanism to load c++ extensions dynamically.
Moritz Eberl
7
-8
/
+202
[prev]
[next]