summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-6/+6
* | Move constructor/destructor into private section, remove protected section. R...Liam P. White2014-06-271-2/+2
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
* | 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-261-2/+2
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
* | 1. make it compileLiam P. White2014-06-251-7/+7
|/
* Fix for bugs 1262782 and 1262792mathog2014-06-031-0/+1
* Allow command line options -i and -j to effect plain-svg output, this involve...Martin Owens2014-04-051-0/+16
* Use the save mechanism from the export instead of suplicating code to save an...Martin Owens2014-04-031-8/+4
* Removed obsolete header file.Markus Engel2014-03-291-1/+1
* Protect pdf and png exports from failure and output reasonalbe warnings.Martin Owens2014-01-271-4/+11
* Protect export options from blank filenames, png, pdf, emf and wmf. This shou...Martin Owens2014-01-271-1/+14
* Fix for Bug #950781 (There is no disk in drive error when opening Inkscape in...Nicolas Dufour2014-01-021-2/+5
* reorder header file includes. Because glibmm depends on a deprecated/threads....Johan B. C. Engelen2013-11-211-2/+3
* Add command line support for EMF and WMF export, by David Mathog.Nicolas Dufour2013-11-131-19/+44
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-3/+13
* Fix my email address through codebaseBryce Harrington2013-09-241-1/+1
* Merge from trunk.Matthew Petroff2013-09-201-3/+2
|\
| * Merged from trunk (r12488).Markus Engel2013-08-301-6/+5
| |\
| * \ Merge from trunk (r12439).Markus Engel2013-07-251-0/+3
| |\ \
| * \ \ Merged from trunk (r12419).Markus Engel2013-07-141-3/+132
| |\ \ \
| * \ \ \ merged from trunk (r12287)Markus Engel2013-04-201-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
* | | | | | Improve code readability.Matthew Petroff2013-08-281-4/+4
| |_|_|_|/ |/| | | |
* | | | | Switched to global UnitTable.Matthew Petroff2013-08-041-1/+0
* | | | | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-6/+6
| |_|_|/ |/| | |
* | | | Fix remaining g_type_init deprecation issuesAlex Valavanis2013-07-171-0/+3
| |_|/ |/| |
* | | 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
| |/ |/|
* | add --export-margin option to PDF/EPS/PS export cmdlineJohan B. C. Engelen2013-04-061-0/+15
|/
* 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