summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from trunk (r12488).Markus Engel2013-08-301-6/+5
|\
| * Switched to global UnitTable.Matthew Petroff2013-08-041-1/+0
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-6/+6
* | Merge from trunk (r12439).Markus Engel2013-07-251-0/+3
|\|
| * Fix remaining g_type_init deprecation issuesAlex Valavanis2013-07-171-0/+3
* | Merged from trunk (r12419).Markus Engel2013-07-141-3/+132
|\|
| * Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson2013-07-101-0/+20
| * Fix for builds without --enable-dbusapi (missing #ifdef)Eric Greveson2013-07-041-1/+5
| * Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-12/+41
| * Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+17
| * Refactor --export-pdf-version detection.Vinícius dos Santos Oliveira2013-06-071-22/+24
| * Fixes r12348 and r12350.Vinícius dos Santos Oliveira2013-06-061-1/+1
| * Add option to set --export-ps-level. Fixes bug #669748.Vinícius dos Santos Oliveira2013-06-051-1/+23
| * Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira2013-06-051-0/+36
* | merged from trunk (r12287)Markus Engel2013-04-201-0/+15
|\|
| * add --export-margin option to PDF/EPS/PS export cmdlineJohan B. C. Engelen2013-04-061-0/+15
* | Removed old SPObject factory.Markus Engel2013-04-101-1/+0
* | Cleaned up a bit. Uses some C++11 features.Markus Engel2013-04-021-2/+2
|/
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-1/+3
* Fix for 430301 : core dump exporting to non existing folderJohn Smith2012-11-301-29/+53
* Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...John Smith2012-11-291-0/+5
* Fix for Bug #1063831 (--export-text-to-path with SVG is undocumented) by Phil...Nicolas Dufour2012-10-091-1/+1
* Translations. Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-10-071-0/+2
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-5/+5
* Fix for 1059132 : --export-pdf crashes with inkscape trunkJohn Smith2012-10-011-7/+3
* Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-07-161-2/+9
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
* Fix for 903772 : Support --export-text-to-path when outputting plain SVGJohn Smith2012-05-261-0/+28
* Fix for externally reported patch by Juergen Weigert, Bug #993500 (inkscape s...Kris De Gussem2012-05-121-5/+14
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-2/+1
* some more string class usageKris De Gussem2012-04-221-16/+13
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+9
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+2
* Header cleaningAlex Valavanis2012-02-251-0/+2
* Header cleaningAlex Valavanis2012-02-121-2/+1
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-3/+7
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-5/+4
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-1/+1
* If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to star...Gellule Xg2011-06-281-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-06-191-6/+2
|\
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-5/+1
| |\
| | * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-5/+1
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-1/+1
| |/
* / No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-5/+1
|/
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-2/+2
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-23/+20
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-6/+6
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-3/+3
* | Fix build breakage on Windows after the recent "new gui" removal.Krzysztof Kosi??ski2010-10-131-3/+3