index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-03
Use the save mechanism from the export instead of suplicating code to save an...
Martin Owens
1
-8
/
+4
2014-03-29
Removed obsolete header file.
Markus Engel
1
-1
/
+1
2014-01-27
Protect pdf and png exports from failure and output reasonalbe warnings.
Martin Owens
1
-4
/
+11
2014-01-27
Protect export options from blank filenames, png, pdf, emf and wmf. This shou...
Martin Owens
1
-1
/
+14
2014-01-02
Fix for Bug #950781 (There is no disk in drive error when opening Inkscape in...
Nicolas Dufour
1
-2
/
+5
2013-11-21
reorder header file includes. Because glibmm depends on a deprecated/threads....
Johan B. C. Engelen
1
-2
/
+3
2013-11-13
Add command line support for EMF and WMF export, by David Mathog.
Nicolas Dufour
1
-19
/
+44
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-3
/
+13
2013-09-24
Fix my email address through codebase
Bryce Harrington
1
-1
/
+1
2013-08-28
Improve code readability.
Matthew Petroff
1
-4
/
+4
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-1
/
+0
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-6
/
+6
2013-07-17
Fix remaining g_type_init deprecation issues
Alex Valavanis
1
-0
/
+3
2013-07-10
Added "dbus-name" command line option to allow a D-Bus bus name other than
Eric Greveson
1
-0
/
+20
2013-07-04
Fix for builds without --enable-dbusapi (missing #ifdef)
Eric Greveson
1
-1
/
+5
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
1
-12
/
+41
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-1
/
+17
2013-06-07
Refactor --export-pdf-version detection.
Vinícius dos Santos Oliveira
1
-22
/
+24
2013-06-06
Fixes r12348 and r12350.
Vinícius dos Santos Oliveira
1
-1
/
+1
2013-06-05
Add option to set --export-ps-level. Fixes bug #669748.
Vinícius dos Santos Oliveira
1
-1
/
+23
2013-06-05
Add command line option to specify PDF export version. Patch from schwieni.
Vinícius dos Santos Oliveira
1
-0
/
+36
2013-04-10
Removed old SPObject factory.
Markus Engel
1
-1
/
+0
2013-04-06
add --export-margin option to PDF/EPS/PS export cmdline
Johan B. C. Engelen
1
-0
/
+15
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-2
/
+2
2013-03-26
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
1
-1
/
+3
2012-11-30
Fix for 430301 : core dump exporting to non existing folder
John Smith
1
-29
/
+53
2012-11-29
Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...
John Smith
1
-0
/
+5
2012-10-09
Fix for Bug #1063831 (--export-text-to-path with SVG is undocumented) by Phil...
Nicolas Dufour
1
-1
/
+1
2012-10-07
Translations. Fix for Bug #425202 (Script messages not translated).
Nicolas Dufour
1
-0
/
+2
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-5
/
+5
2012-10-01
Fix for 1059132 : --export-pdf crashes with inkscape trunk
John Smith
1
-7
/
+3
2012-07-16
Fix for Bug #425202 (Script messages not translated).
Nicolas Dufour
1
-2
/
+9
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-05-26
Fix for 903772 : Support --export-text-to-path when outputting plain SVG
John Smith
1
-0
/
+28
2012-05-12
Fix for externally reported patch by Juergen Weigert, Bug #993500 (inkscape s...
Kris De Gussem
1
-5
/
+14
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-2
/
+1
2012-04-22
some more string class usage
Kris De Gussem
1
-16
/
+13
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-4
/
+9
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+2
2012-02-25
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-02-12
Header cleaning
Alex Valavanis
1
-2
/
+1
2012-01-07
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
1
-3
/
+7
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-5
/
+4
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-06-28
If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to star...
Gellule Xg
1
-1
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+1
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-5
/
+1
2011-04-15
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
1
-5
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-2
/
+2
[prev]
[next]