index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to trunk r13638
Liam P. White
2014-10-25
2
-6
/
+8
|
\
|
*
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
2014-10-24
1
-2
/
+2
|
*
Don't set linejoin and linecap type if query is "nothing" (query value is inv...
Tavmjong Bah
2014-10-19
1
-4
/
+6
*
|
Update to trunk r13621
Liam P. White
2014-10-17
2
-1
/
+7
|
\
|
|
*
LiamW's initial font caching work.
Tavmjong Bah
2014-10-15
2
-5
/
+9
|
*
Fix multiple: "Called C++ object pointer is null"
Tavmjong Bah
2014-10-13
1
-0
/
+6
*
|
Update to trunk r13580
Liam P. White
2014-10-06
5
-5
/
+5
|
\
|
|
*
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
2014-10-02
3
-3
/
+3
|
*
prevent multiple simultaneous updates during undo (Bug 1348382)
Alvin Penner
2014-09-07
2
-2
/
+2
*
|
Move more UI code into ui/
Liam P. White
2014-10-05
4
-4
/
+4
*
|
Fix CMakeLists
Liam P. White
2014-10-05
1
-0
/
+10
*
|
Move GtkAction subclasses to widgets/
Liam P. White
2014-10-05
33
-64
/
+5003
*
|
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
Liam P. White
2014-10-05
2
-2
/
+2
*
|
Move obvious ui component to ui/
Liam P. White
2014-10-05
3
-3
/
+3
*
|
Update to experimental r13543
Liam P. White
2014-09-07
11
-93
/
+105
*
|
Update to experimental r13531
Liam P. White
2014-08-31
40
-919
/
+592
|
\
\
|
*
|
Fix gtk3 build
Liam P. White
2014-08-30
1
-13
/
+13
|
*
|
Reduce header bloat
Alex Valavanis
2014-08-30
18
-44
/
+29
|
*
|
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
2014-08-26
2
-8
/
+6
|
*
|
Fix paint-selector orientation
Alex Valavanis
2014-08-26
1
-1
/
+1
|
*
|
More GObject boilerplate reduction
Alex Valavanis
2014-08-24
2
-58
/
+24
|
*
|
More GObject boilerplate reduction
Alex Valavanis
2014-08-24
16
-295
/
+34
|
*
|
desktop-widget: GObject boilerplate reduction
Alex Valavanis
2014-08-24
2
-94
/
+84
|
*
|
Fix deprecated VBox use
Alex Valavanis
2014-08-23
2
-0
/
+12
|
*
|
gtk_widget_set_margin_left/right deprecation fix
Alex Valavanis
2014-08-23
5
-0
/
+58
|
*
|
spw-utilities: gtk_widget_modify_font deprecation fix
Alex Valavanis
2014-08-23
1
-0
/
+4
|
*
|
icon: gtk_widget_get_state deprecation fix
Alex Valavanis
2014-08-23
1
-0
/
+4
|
*
|
sp-color-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
2014-08-23
2
-31
/
+19
|
*
|
paint-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
2014-08-23
2
-31
/
+23
|
*
|
gradient-vector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
2014-08-23
2
-33
/
+17
|
*
|
gradient-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
2014-08-23
1
-32
/
+12
|
*
|
font-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
2014-08-23
1
-27
/
+15
|
*
|
Fix gtk3 build
Liam P. White
2014-08-18
1
-0
/
+1
|
*
|
Fix build (not pretty).
Liam P. White
2014-08-18
3
-11
/
+3
|
*
|
Code cleanup.
Liam P. White
2014-08-18
8
-244
/
+236
*
|
|
Update to experimental r13483
Liam P. White
2014-08-17
2
-8
/
+13
|
\
|
|
|
*
|
Update to trunk r13525
Liam P. White
2014-08-17
1
-3
/
+4
|
|
\
|
|
|
*
Similar workaround to r13523 (text&font dialog not appearing quickly)
Liam P. White
2014-08-17
1
-3
/
+4
|
|
*
Revert unintentional changes
Liam P. White
2014-08-13
1
-26
/
+26
|
|
*
Fix build
Liam P. White
2014-08-13
1
-26
/
+26
|
*
|
Merge in font-speedup branch to improve launch times
Liam P. White
2014-08-17
2
-5
/
+9
*
|
|
Update to experimental r13479
Liam P. White
2014-08-12
13
-138
/
+262
|
\
|
|
|
*
|
Oops
Liam P. White
2014-08-10
1
-1
/
+1
|
*
|
Add meshes to Fill&Stroke paint selector
Liam P. White
2014-08-10
4
-8
/
+65
|
*
|
Nuke connection-pool.h
Liam P. White
2014-08-10
2
-2
/
+0
|
*
|
Further fixes related to bug #1327267, toolbars don't need to update when the...
Liam P. White
2014-08-10
8
-98
/
+152
|
*
|
Update to trunk r13504
Liam P. White
2014-08-09
1
-30
/
+45
|
|
\
|
|
|
*
Fix related to bug #1327267 -- don't bother to update gradient toolbar when n...
Liam P. White
2014-08-09
1
-30
/
+45
*
|
|
Update to experimental r13460
Liam P. White
2014-08-06
1
-20
/
+25
|
\
|
|
|
*
|
Update to trunk r13497
Liam P. White
2014-08-06
1
-20
/
+25
|
|
\
|
[next]