summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-1/+2
| | | | | | | | | xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643)
* Add XDG locations for iconsJon A. Cruz2009-04-031-0/+23
| | | (bzr r7613)
* response to bug #167290; add another undoc option to support alt-key ↵Ed Halley2009-03-161-1/+51
| | | | | tracking for osx x11 and other gdk systems that cannot sense alt key properly (bzr r7505)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-2/+3
| | | (bzr r7380)
* Several icon name fixesKrzysztof Kosi??ski2009-02-261-0/+3
| | | (bzr r7373)
* add #include <gtk/gtk.h> to fix defect #333767Adib Taraben2009-02-261-0/+1
| | | (bzr r7372)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-11/+10
| | | (bzr r7332)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-3/+3
| | | | | version string on Linux. (bzr r7123)
* Fixes rendering of feImage (using bitmaps) by preventing the error "Unable ↵Jasper van de Gronde2009-01-101-0/+3
| | | | | to wrap GdkPixbuf". (bzr r7106)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-4/+4
| | | (bzr r7032)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-1/+1
| | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010)
* add --export-ignore-filtersbulia byak2008-11-301-1/+15
| | | (bzr r6924)
* Merge from fe-movedTed Gould2008-11-211-24/+18
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-11/+2
| | | (bzr r6887)
* Merge from trunkTed Gould2008-10-281-0/+6
| | | (bzr r6886)
* From trunkTed Gould2008-10-271-96/+61
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-8/+8
| | | (bzr r6884)
* releasing fails to delete document, even when memory is scarce, so delete it ↵bulia byak2008-09-211-1/+2
| | | | | explicitly (bzr r6867)
* the proper way to delete a SPDocument, according to mentalbulia byak2008-09-161-1/+1
| | | (bzr r6817)
* Finish the original command-name addition.Jon A. Cruz2008-09-161-5/+3
| | | (bzr r6815)
* fix first argument being lost in shell modebulia byak2008-09-151-7/+9
| | | (bzr r6813)
* Handle optional bbox behavior. Fixes warning.Jon A. Cruz2008-09-141-2/+10
| | | (bzr r6808)
* Applied cleaned-up patch for 'server' or 'shell' mode.Jon A. Cruz2008-09-141-36/+168
| | | | | Fixes bug #259303 (bzr r6807)
* More tabsJon A. Cruz2008-09-131-2/+2
| | | (bzr r6798)
* Whitespace cleanupJon A. Cruz2008-09-131-3/+3
| | | (bzr r6797)
* Fix to bug with export-width and export-height due to errno not being reset ↵John Cliff2008-08-201-3/+5
| | | | | | | during strtoul. See jabber logs at 4pm 8/20/08 (bzr r6707)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
| | | (bzr r6569)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
| | | (bzr r5884)
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison2008-05-291-46/+67
| | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
* Remove invalid struct initialization warnings.Bob Jamison2008-05-031-2/+4
| | | (bzr r5589)
* Switch to alternate const correction.Jon A. Cruz2008-05-021-1/+1
| | | (bzr r5578)
* Const cleanup on strings.Jon A. Cruz2008-05-021-1/+1
| | | (bzr r5577)
* enable text-to-path command line control for pdf exportbulia byak2008-05-011-0/+6
| | | (bzr r5567)
* Uniconvertor import extension changes for Win32 - Fixes LP# 197617Mike Pittman2008-04-291-0/+2
| | | (bzr r5546)
* make sure --export-area-canvas works for pdf export toobulia byak2008-04-161-0/+6
| | | (bzr r5455)
* Replace char buffer by std::string to prevent buffer overflow when computing ↵Jasper van de Gronde2008-03-211-23/+23
| | | | | the new PATH. (bzr r5141)
* prepend correctly the PATH and append an existist PYTHONPATH if existingAdib Taraben2008-03-161-7/+22
| | | (bzr r5106)
* added missing ';'Bob Jamison2008-03-131-1/+1
| | | (bzr r5075)
* tweaked patch from Ulf to make extension workingAdib Taraben2008-03-121-0/+38
| | | (bzr r5073)
* enable --export-id and --export-area-drawing for PDF exportbulia byak2008-03-121-4/+21
| | | (bzr r5063)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
| | | (bzr r4629)
* Applying patch from tbnorth to add a --query-all command to dump objectBryce Harrington2007-12-311-2/+51
| | | | | data from the .svg. (Closes LP: #174701) (bzr r4343)
* hopefully fix compile (#include <errno.h>Johan B. C. Engelen2007-11-161-0/+1
| | | (bzr r4093)
* Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535Johan B. C. Engelen2007-11-161-13/+15
| | | (bzr r4091)
* warning cleanupJon A. Cruz2007-11-081-7/+7
| | | (bzr r4043)
* Commit patch 1787855: fix for [ 1723558 ] Command line export for emf filesJohan B. C. Engelen2007-10-121-0/+53
| | | (bzr r3898)
* add experimental modifier remappingMenTaLguY2007-08-291-0/+30
| | | (bzr r3606)
* add logging of basic display propertiesMenTaLguY2007-05-101-0/+3
| | | (bzr r2994)