| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Patch from Fridrich - LP #520532 | Krzysztof Kosi??ski | 2010-03-05 | 1 | -5/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/520532 (bzr r9149) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -2/+2 |
| | | | | (bzr r9127) | ||||
| * | - change cmdline option to --export-latex. | Johan B. C. Engelen | 2010-02-22 | 1 | -8/+8 |
| | | | | | | | - change source file names to reflect that it is "generic" latex renderer - make latex export work for EPS and PS aswell (bzr r9101.1.13) | ||||
| * | add --export-pdf-latex option to the cmdline | Johan B. C. Engelen | 2010-02-20 | 1 | -0/+15 |
| | | | | (bzr r9101.1.3) | ||||
| * | Make Inkscape Portable not fiddle with the registry. | Chris Morgan | 2009-12-20 | 1 | -2/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/498801 (bzr r8896) | ||||
| * | fix 396851: move absolutizing relative path (added by Ted) out of ↵ | bulia byak | 2009-08-17 | 1 | -11/+47 |
| | | | | | | sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode (bzr r8500) | ||||
| * | Change "canvas" to "page" to be consistent with use in all other dialogs and | Tavmjong Bah | 2009-08-07 | 1 | -19/+19 |
| | | | | | | menus. '-C' is kept, as '-P' is used for PostScript export. (bzr r8438) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -11/+11 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -11/+11 |
| | | | | (bzr r8404) | ||||
| * | Mark areas with charset conversion issues | Jon A. Cruz | 2009-06-12 | 1 | -5/+10 |
| | | | | (bzr r8057) | ||||
| * | * [INTL:*] fixed typos (by Yuri Chornoivan) | Ivan Mas??r | 2009-05-06 | 1 | -1/+1 |
| | | | | (bzr r7827) | ||||
| * | copyedit labels, expand range | bulia byak | 2009-04-30 | 1 | -2/+2 |
| | | | | (bzr r7802) | ||||
| * | allow --export-dpi to be used for setting the filter rasterization ↵ | bulia byak | 2009-04-30 | 1 | -1/+12 |
| | | | | | | resolution in PS/EPS/PDF export (bzr r7801) | ||||
| * | Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵ | Peter Moulder | 2009-04-07 | 1 | -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 icons | Jon A. Cruz | 2009-04-03 | 1 | -0/+23 |
| | | | | (bzr r7613) | ||||
| * | response to bug #167290; add another undoc option to support alt-key ↵ | Ed Halley | 2009-03-16 | 1 | -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.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -2/+3 |
| | | | | (bzr r7380) | ||||
| * | Several icon name fixes | Krzysztof Kosi??ski | 2009-02-26 | 1 | -0/+3 |
| | | | | (bzr r7373) | ||||
| * | add #include <gtk/gtk.h> to fix defect #333767 | Adib Taraben | 2009-02-26 | 1 | -0/+1 |
| | | | | (bzr r7372) | ||||
| * | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 2009-02-19 | 1 | -11/+10 |
| | | | | (bzr r7332) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -3/+3 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Fixes rendering of feImage (using bitmaps) by preventing the error "Unable ↵ | Jasper van de Gronde | 2009-01-10 | 1 | -0/+3 |
| | | | | | | to wrap GdkPixbuf". (bzr r7106) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -4/+4 |
| | | | | (bzr r7032) | ||||
| * | * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by | Thomas Holder | 2008-12-16 | 1 | -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-filters | bulia byak | 2008-11-30 | 1 | -1/+15 |
| | | | | (bzr r6924) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -24/+18 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -11/+2 |
| | | | | (bzr r6887) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-28 | 1 | -0/+6 |
| | | | | (bzr r6886) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -96/+61 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -8/+8 |
| | | | | (bzr r6884) | ||||
| * | releasing fails to delete document, even when memory is scarce, so delete it ↵ | bulia byak | 2008-09-21 | 1 | -1/+2 |
| | | | | | | explicitly (bzr r6867) | ||||
| * | the proper way to delete a SPDocument, according to mental | bulia byak | 2008-09-16 | 1 | -1/+1 |
| | | | | (bzr r6817) | ||||
| * | Finish the original command-name addition. | Jon A. Cruz | 2008-09-16 | 1 | -5/+3 |
| | | | | (bzr r6815) | ||||
| * | fix first argument being lost in shell mode | bulia byak | 2008-09-15 | 1 | -7/+9 |
| | | | | (bzr r6813) | ||||
| * | Handle optional bbox behavior. Fixes warning. | Jon A. Cruz | 2008-09-14 | 1 | -2/+10 |
| | | | | (bzr r6808) | ||||
| * | Applied cleaned-up patch for 'server' or 'shell' mode. | Jon A. Cruz | 2008-09-14 | 1 | -36/+168 |
| | | | | | | Fixes bug #259303 (bzr r6807) | ||||
| * | More tabs | Jon A. Cruz | 2008-09-13 | 1 | -2/+2 |
| | | | | (bzr r6798) | ||||
| * | Whitespace cleanup | Jon A. Cruz | 2008-09-13 | 1 | -3/+3 |
| | | | | (bzr r6797) | ||||
| * | Fix to bug with export-width and export-height due to errno not being reset ↵ | John Cliff | 2008-08-20 | 1 | -3/+5 |
| | | | | | | | | during strtoul. See jabber logs at 4pm 8/20/08 (bzr r6707) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -3/+3 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| | | | | (bzr r6569) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -3/+3 |
| | | | | (bzr r5915) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -1/+1 |
| | | | | (bzr r5884) | ||||
| * | Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵ | Bob Jamison | 2008-05-29 | 1 | -46/+67 |
| | | | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762) | ||||
| * | Remove invalid struct initialization warnings. | Bob Jamison | 2008-05-03 | 1 | -2/+4 |
| | | | | (bzr r5589) | ||||
| * | Switch to alternate const correction. | Jon A. Cruz | 2008-05-02 | 1 | -1/+1 |
| | | | | (bzr r5578) | ||||
| * | Const cleanup on strings. | Jon A. Cruz | 2008-05-02 | 1 | -1/+1 |
| | | | | (bzr r5577) | ||||
| * | enable text-to-path command line control for pdf export | bulia byak | 2008-05-01 | 1 | -0/+6 |
| | | | | (bzr r5567) | ||||
| * | Uniconvertor import extension changes for Win32 - Fixes LP# 197617 | Mike Pittman | 2008-04-29 | 1 | -0/+2 |
| | | | | (bzr r5546) | ||||
| * | make sure --export-area-canvas works for pdf export too | bulia byak | 2008-04-16 | 1 | -0/+6 |
| | | | | (bzr r5455) | ||||
