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
...
*
|
|
|
|
|
Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert on...
John Smith
2012-04-16
1
-2
/
+6
*
|
|
|
|
|
pdf import. for radial gradient, approximate an ExponentialFunction using an ...
Alvin Penner
2012-04-15
1
-19
/
+18
*
|
|
|
|
|
powerstroke: fix inside of corners.
Johan B. C. Engelen
2012-04-15
1
-50
/
+40
*
|
|
|
|
|
fix compile (wrong 2geom update, sry)
Johan B. C. Engelen
2012-04-15
1
-1
/
+1
*
|
|
|
|
|
2geom update
Johan B. C. Engelen
2012-04-15
1
-0
/
+11
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
i18n. Fix for Bug #980518 (Please use c-format).
Nicolas Dufour
2012-04-15
1
-5
/
+7
*
|
|
|
|
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
24
-266
/
+1407
*
|
|
|
|
Migrate align & dist dialog to Gtk::Grid API
Alex Valavanis
2012-04-14
2
-4
/
+66
*
|
|
|
|
powerstroke: more robust method of determining parameters at joins. should fi...
Johan B. C. Engelen
2012-04-14
1
-71
/
+18
*
|
|
|
|
export dialog: type fix
Kris De Gussem
2012-04-14
2
-3
/
+3
*
|
|
|
|
more c++ification in export dialog / fixing warning for in case of new and un...
Kris De Gussem
2012-04-14
2
-56
/
+49
*
|
|
|
|
Add --enable-gtk3-experimental build + use external GDL if possible
Alex Valavanis
2012-04-14
3
-1
/
+56
*
|
|
|
|
Workaround for gtkmm build issue with dbus API
Alex Valavanis
2012-04-14
1
-2
/
+1
*
|
|
|
|
support vertical text on path such that baseline is perpendiclar to the path ...
Veronika Irvine
2012-04-13
2
-20
/
+39
*
|
|
|
|
2geom fix
Johan B. C. Engelen
2012-04-13
1
-3
/
+5
*
|
|
|
|
small 2geom update
Johan B. C. Engelen
2012-04-13
3
-15
/
+18
*
|
|
|
|
probably this was intended
Kris De Gussem
2012-04-13
1
-1
/
+1
*
|
|
|
|
probably this was intended
Kris De Gussem
2012-04-13
1
-1
/
+1
*
|
|
|
|
better memleak fix than rev. 11148
Kris De Gussem
2012-04-13
1
-11
/
+4
*
|
|
|
|
Translation. More disambiguations (see Bug #832560).
Nicolas Dufour
2012-04-13
4
-6
/
+6
*
|
|
|
|
Replace deprecated GTK_TYPE macros
Alex Valavanis
2012-04-12
1
-2
/
+2
*
|
|
|
|
Shortcut patch. Fixes bug #974531
Jon A. Cruz
2012-04-12
1
-13
/
+14
*
|
|
|
|
Warning cleanup.
Jon A. Cruz
2012-04-12
2
-26
/
+19
*
|
|
|
|
Clean up a few Gtkmm orientables
Alex Valavanis
2012-04-11
5
-0
/
+18
*
|
|
|
|
fix deprecated glib thingie
Johan B. C. Engelen
2012-04-11
1
-1
/
+1
*
|
|
|
|
fix warning
Johan B. C. Engelen
2012-04-11
1
-1
/
+1
*
|
|
|
|
i18n. Adding some context tags (disambiguation).
Nicolas Dufour
2012-04-11
2
-4
/
+4
*
|
|
|
|
UI. Restoring context menu items order (Embed image) and activation test (Ext...
Nicolas Dufour
2012-04-11
1
-2
/
+2
*
|
|
|
|
Fix for 903676 : Replace GtkCTree with GtkTreeView in XML Tree
John Smith
2012-04-11
4
-229
/
+485
*
|
|
|
|
Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, 64bitLion cra...
John Smith
2012-04-11
3
-32
/
+54
*
|
|
|
|
Fix for 367607 : Replace deprecated sp_ctrl_set_arg and gtk_object_add_arg_ty...
John Smith
2012-04-11
1
-91
/
+163
*
|
|
|
|
Removed unused function.
Jon A. Cruz
2012-04-11
1
-15
/
+0
*
|
|
|
|
Fix for 170378 : Select All by Stroke or Fill Color - Added search within groups
John Smith
2012-04-11
1
-11
/
+39
*
|
|
|
|
Fix for 950677 : Disable gradient editor on knot double click
John Smith
2012-04-11
1
-3
/
+6
*
|
|
|
|
more 2geom fix
Johan B. C. Engelen
2012-04-10
1
-6
/
+9
*
|
|
|
|
fix 2geom
Johan B. C. Engelen
2012-04-10
1
-1
/
+1
*
|
|
|
|
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
2012-04-10
9
-0
/
+100
*
|
|
|
|
2geom: sbasis multiplication never returns sbasis of at least order a+b
Johan B. C. Engelen
2012-04-10
1
-6
/
+8
*
|
|
|
|
fix potential issue with tangent calculation
Johan B. C. Engelen
2012-04-10
1
-6
/
+6
*
|
|
|
|
powerstroke: remove the need to reload the node tool when adding/deleting con...
Johan B. C. Engelen
2012-04-10
2
-12
/
+37
*
|
|
|
|
small cleanup
Johan B. C. Engelen
2012-04-10
1
-2
/
+0
*
|
|
|
|
Clean up some deprecated orientable API
Alex Valavanis
2012-04-10
2
-0
/
+13
*
|
|
|
|
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
2012-04-10
28
-119
/
+149
*
|
|
|
|
Additional cleanup.
Jon A. Cruz
2012-04-10
3
-41
/
+3
*
|
|
|
|
Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, 64bitLion cra...
John Smith
2012-04-10
1
-8
/
+8
*
|
|
|
|
Replace remaining gtk_hbox_new usage
Alex Valavanis
2012-04-10
11
-0
/
+186
*
|
|
|
|
code cleanup: dropping some unused code
Kris De Gussem
2012-04-09
1
-32
/
+0
*
|
|
|
|
cppcheck stuff
Kris De Gussem
2012-04-09
6
-26
/
+18
*
|
|
|
|
Documentation / dropping some pointer conversions in context menu
Kris De Gussem
2012-04-09
2
-98
/
+159
*
|
|
|
|
ege-adjustment-action: Get rid of GtkHBox
Alex Valavanis
2012-04-09
1
-0
/
+5
[prev]
[next]