summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-01-10Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to...Jasper van de Gronde1-0/+3
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-4/+4
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-1/+1
2008-11-30add --export-ignore-filtersbulia byak1-1/+15
2008-11-21Merge from fe-movedTed Gould1-24/+18
2008-10-31Merge from trunkTed Gould1-11/+2
2008-10-28Merge from trunkTed Gould1-0/+6
2008-10-27From trunkTed Gould1-96/+61
2008-10-11Merging from trunkTed Gould1-8/+8
2008-09-21releasing fails to delete document, even when memory is scarce, so delete it ...bulia byak1-1/+2
2008-09-16the proper way to delete a SPDocument, according to mentalbulia byak1-1/+1
2008-09-16Finish the original command-name addition.Jon A. Cruz1-5/+3
2008-09-15fix first argument being lost in shell modebulia byak1-7/+9
2008-09-14Handle optional bbox behavior. Fixes warning.Jon A. Cruz1-2/+10
2008-09-14Applied cleaned-up patch for 'server' or 'shell' mode.Jon A. Cruz1-36/+168
2008-09-13More tabsJon A. Cruz1-2/+2
2008-09-13Whitespace cleanupJon A. Cruz1-3/+3
2008-08-20Fix to bug with export-width and export-height due to errno not being reset d...John Cliff1-3/+5
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-3/+3
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-1/+1
2008-05-29Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to B...Bob Jamison1-46/+67
2008-05-03Remove invalid struct initialization warnings.Bob Jamison1-2/+4
2008-05-02Switch to alternate const correction.Jon A. Cruz1-1/+1
2008-05-02Const cleanup on strings.Jon A. Cruz1-1/+1
2008-05-01enable text-to-path command line control for pdf exportbulia byak1-0/+6
2008-04-29Uniconvertor import extension changes for Win32 - Fixes LP# 197617Mike Pittman1-0/+2
2008-04-16make sure --export-area-canvas works for pdf export toobulia byak1-0/+6
2008-03-21Replace char buffer by std::string to prevent buffer overflow when computing ...Jasper van de Gronde1-23/+23
2008-03-16prepend correctly the PATH and append an existist PYTHONPATH if existingAdib Taraben1-7/+22
2008-03-13added missing ';'Bob Jamison1-1/+1
2008-03-12tweaked patch from Ulf to make extension workingAdib Taraben1-0/+38
2008-03-12enable --export-id and --export-area-drawing for PDF exportbulia byak1-4/+21
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+2
2007-12-31Applying patch from tbnorth to add a --query-all command to dump objectBryce Harrington1-2/+51
2007-11-16hopefully fix compile (#include <errno.h>Johan B. C. Engelen1-0/+1
2007-11-16Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535Johan B. C. Engelen1-13/+15
2007-11-08warning cleanupJon A. Cruz1-7/+7
2007-10-12Commit patch 1787855: fix for [ 1723558 ] Command line export for emf filesJohan B. C. Engelen1-0/+53
2007-08-29add experimental modifier remappingMenTaLguY1-0/+30
2007-05-10add logging of basic display propertiesMenTaLguY1-0/+3