summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-03-28Fix regression (inkex.py not found for extensions in user's directory)Krzysztof Kosi??ski1-27/+8
2010-03-28Allow Inkscape to run from Unicode directories on WindowsKrzysztof Kosi??ski1-78/+102
2010-03-05Patch from Fridrich - LP #520532Krzysztof Kosi??ski1-5/+4
2010-03-02Cleanup on id access.Jon A. Cruz1-2/+2
2010-02-22- change cmdline option to --export-latex.Johan B. C. Engelen1-8/+8
2010-02-20add --export-pdf-latex option to the cmdlineJohan B. C. Engelen1-0/+15
2009-12-20Make Inkscape Portable not fiddle with the registry.Chris Morgan1-2/+6
2009-08-17fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...bulia byak1-11/+47
2009-08-07Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah1-19/+19
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-11/+11
2009-08-05SPDocument->Documentjohnce1-11/+11
2009-06-12Mark areas with charset conversion issuesJon A. Cruz1-5/+10
2009-05-06* [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r1-1/+1
2009-04-30copyedit labels, expand rangebulia byak1-2/+2
2009-04-30allow --export-dpi to be used for setting the filter rasterization resolution...bulia byak1-1/+12
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder1-1/+2
2009-04-03Add XDG locations for iconsJon A. Cruz1-0/+23
2009-03-16response to bug #167290; add another undoc option to support alt-key tracking...Ed Halley1-1/+51
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-2/+3
2009-02-26Several icon name fixesKrzysztof Kosi??ski1-0/+3
2009-02-26add #include <gtk/gtk.h> to fix defect #333767Adib Taraben1-0/+1
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-11/+10
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-3/+3