index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further renaming of DBus variables (object -> app_interface/doc_interface
Eric Greveson
2013-07-04
6
-400
/
+424
*
Code readability improvements and licence changes for action-context.*
Eric Greveson
2013-07-04
4
-182
/
+130
*
Changed dbus interface to treat 'division' like other boolops, with a new
Eric Greveson
2013-07-03
6
-68
/
+29
*
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
2013-07-03
7
-162
/
+285
*
Added error messages when attempting to use verbs requiring GUI in
Eric Greveson
2013-07-01
1
-1
/
+4
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
5
-7
/
+9
*
odf metadata - let's begin with a first step to full ODF compatibility
Kris De Gussem
2013-06-21
1
-17
/
+27
*
Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.
Jon A. Cruz
2013-06-07
3
-0
/
+16
*
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
2013-06-07
3
-0
/
+12
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
16
-0
/
+32
*
Refactor: Changed some functions from Extension to const.
VinÃcius dos Santos Oliveira
2013-06-05
2
-12
/
+12
*
Add command line option to specify PDF export version. Patch from schwieni.
VinÃcius dos Santos Oliveira
2013-06-05
6
-1
/
+78
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
16
-0
/
+31
*
Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.
Tavmjong Bah
2013-05-29
1
-4
/
+24
*
Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.
Nicolas Dufour
2013-05-13
1
-0
/
+2
*
Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap resoluti...
Nicolas Dufour
2013-05-12
2
-11
/
+45
*
Fix for 1171434 : trunk: INX <optiongroup> broken^
John Smith
2013-05-05
2
-3
/
+27
*
Fix UI after inclusion of gimp style sliders
Kris De Gussem
2013-05-02
6
-126
/
+126
*
Fix UI after inclusion of gimp style sliders
Kris De Gussem
2013-05-01
5
-63
/
+63
*
UI messages
Kris De Gussem
2013-04-29
1
-2
/
+2
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-8
/
+8
*
minor odg export update
Kris De Gussem
2013-04-20
2
-38
/
+33
*
odg export: some work on gradients
Kris De Gussem
2013-04-12
2
-55
/
+36
*
NULL pointer checks
Kris De Gussem
2013-04-08
1
-33
/
+48
*
fix bug where extension radiobutton parameters cannot be set from cmdline (e....
Johan B. C. Engelen
2013-04-06
1
-1
/
+1
*
odf export: code clean up and preparatory work to allow gradients in export. ...
Kris De Gussem
2013-04-03
2
-665
/
+376
*
Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and pd...
Nicolas Dufour
2013-03-30
1
-3
/
+3
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
3
-5
/
+8
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
4
-6
/
+6
*
Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by Mas...
Nicolas Dufour
2013-03-24
2
-6
/
+6
*
Convert a couple of C-style pointer casts
Alex Valavanis
2013-03-23
2
-3
/
+3
*
filter name is random filter232 when first added
Raphael Rosch
2013-03-22
1
-1
/
+1
*
Fix missing Gtkmm/Glib headers for Gtk+ 3 build
Alex Valavanis
2013-03-15
1
-0
/
+1
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
3
-7
/
+7
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
5
-5
/
+5
*
cppcheck
Kris De Gussem
2013-03-12
1
-2
/
+1
*
cppcheck
Kris De Gussem
2013-03-11
3
-284
/
+286
*
Drop duplicate io code ( Bug #1120585 )
Kris De Gussem
2013-03-11
2
-15
/
+10
*
fix build warnings / cppcheck ( Bug #1120585 )
Kris De Gussem
2013-03-11
1
-34
/
+42
*
Preparation to merge /dom/io and /io code (bug #1120585 )
Kris De Gussem
2013-03-08
1
-44
/
+68
*
Drop deprecated get_vbox method in Gtk::Dialog
Alex Valavanis
2013-03-08
5
-0
/
+39
*
Drop more Gtk::Table usage
Alex Valavanis
2013-03-08
2
-5
/
+31
*
Fix deprecated Gtkmm symbols in preferences widget
Alex Valavanis
2013-03-07
4
-4
/
+18
*
ODF output: write correct Inkscape version number to metadata
Kris De Gussem
2013-03-03
1
-26
/
+6
*
Fix build with C++11
Alex Valavanis
2013-03-02
1
-1
/
+1
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
3
-0
/
+6
*
update cmake files
Campbell Barton
2013-02-19
1
-0
/
+2
*
Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of th...
Nicolas Dufour
2013-02-15
2
-35
/
+8
*
Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-c...
Nicolas Dufour
2013-02-13
1
-0
/
+1
[next]