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
*
Turned all functions concerning SPRect into member functions.
Markus Engel
2013-03-30
1
-1
/
+1
*
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
*
A couple of forward declarations
Alex Valavanis
2013-02-11
5
-1
/
+7
*
cppcheck
Kris De Gussem
2013-02-11
3
-12
/
+3
*
Add internal support for CorelDRAW files (import), based on libcdr
Fridrich Strba
2013-02-01
5
-2
/
+400
|
\
|
*
libcdr, libvisio: fix compiler warnings (comparison between signed and unsign...
su_v
2013-02-01
2
-4
/
+4
|
*
libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal support
su_v
2013-01-28
1
-0
/
+39
|
*
Add support for libcdr
su_v
2013-01-24
4
-0
/
+359
*
|
drop old, unused and error prone dxf2svg extension
Kris De Gussem
2013-01-30
22
-4001
/
+0
*
|
typo
Kris De Gussem
2013-01-30
1
-1
/
+1
*
|
Filters. New Shadow only mode for the Drop shadow filter.
Nicolas Dufour
2013-01-30
1
-3
/
+10
*
|
Filters. New Nudge CMY custom predefined filter and modified Nudge RVB.
Nicolas Dufour
2013-01-24
2
-57
/
+141
|
/
*
revert my revision 12053 (Bug #1103248 )
Kris De Gussem
2013-01-23
1
-1
/
+1
*
direct use of Glib::ustring
Kris De Gussem
2013-01-22
1
-1
/
+1
*
Filters. Add missing inkscape namespace declaration for 'Channel Painting'
su_v
2013-01-22
1
-1
/
+1
*
Bitmap. Test for JPEG resolution reordered, and coding style corrected.
Nicolas Dufour
2012-12-26
1
-179
/
+200
*
Win32. Fixing invalid cast (introduced rev.11986).
Nicolas Dufour
2012-12-26
1
-1
/
+1
*
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
2012-12-25
3
-8
/
+8
*
libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX)
su_v
2012-12-16
1
-0
/
+43
*
GTK+ 3: Use orientable widgets
Alex Valavanis
2012-12-16
1
-0
/
+5
*
Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...
Nicolas Dufour
2012-12-16
1
-8
/
+10
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
4
-24
/
+0
*
Update to current trunk
Ted Gould
2012-11-25
11
-38
/
+59
|
\
|
*
Fix for 1036059 : Keyboard shortcut editor
John Smith
2012-11-25
1
-1
/
+1
|
*
emf import. modify sequence of operations to load file EMF_Illustrator_a4.emf...
Alvin Penner
2012-11-11
1
-9
/
+14
|
*
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
2012-11-11
1
-1
/
+1
|
*
fix margin for PDF exporting page area
Johan B. C. Engelen
2012-10-28
1
-10
/
+15
|
*
add bleed/margin to pdf export
Johan B. C. Engelen
2012-10-28
7
-16
/
+28
[next]