summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-10-13Fix build breakage on Windows after the recent "new gui" removal.Krzysztof Kosi??ski1-3/+3
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-6/+9
2010-08-04Fix for subtle bug in parsing export area, found by Vaughn Spurlin using Cove...Jasper van de Gronde1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-6/+6
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2010-04-02Fix command line invocation on Windows (LP #167455).Krzysztof Kosi??ski1-20/+1
2010-04-02Do not print PYTHONPATH on every invocation (stale debug output)Krzysztof Kosi??ski1-1/+1
2010-03-30Make all paths in PYTHONPATH absolute.Krzysztof Kosi??ski1-2/+14
2010-03-29More correct setting of PYTHONPATH at startupKrzysztof Kosi??ski1-3/+9
2010-03-28Oops - obviously the previous fix didn't work outside WindowsKrzysztof Kosi??ski1-6/+24