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