| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for 903772 : Support --export-text-to-path when outputting plain SVG | John Smith | 2012-05-26 | 1 | -0/+28 |
| | | | | (bzr r11418) | ||||
| * | Fix for externally reported patch by Juergen Weigert, Bug #993500 (inkscape ↵ | Kris De Gussem | 2012-05-12 | 1 | -5/+14 |
| | | | | | | should return non-0 on 'errors') (bzr r11357) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -2/+1 |
| | | | | (bzr r11318) | ||||
| * | some more string class usage | Kris De Gussem | 2012-04-22 | 1 | -16/+13 |
| | | | | (bzr r11279) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -4/+9 |
| | | | | (bzr r11250) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -1/+2 |
| | | | | (bzr r11018) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 1 | -0/+2 |
| | | | | (bzr r11015) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -2/+1 |
| | | | | (bzr r10963) | ||||
| * | dropped deprecated function sp_repr_get_double_attribute | Kris De Gussem | 2012-01-07 | 1 | -3/+7 |
| | | | | (bzr r10858) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -5/+4 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -1/+1 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to ↵ | Gellule Xg | 2011-06-28 | 1 | -1/+1 |
| | | | | | | | | | start the GUI version. Fixed bugs: - https://launchpad.net/bugs/251982 (bzr r10380.1.1) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -6/+2 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 1 | -5/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | ||||
| | | * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| | * | | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | |/ | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * / | No more PrintWin32, including no special cases for non-Unicode Windows anymore. | Jasper van de Gronde | 2011-04-15 | 1 | -5/+1 |
| |/ | | | (bzr r9508.1.82) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -2/+2 |
| | | | | (bzr r10067) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -23/+20 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -6/+6 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -3/+3 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Fix build breakage on Windows after the recent "new gui" removal. | Krzysztof Kosi??ski | 2010-10-13 | 1 | -3/+3 |
| | | | | | | | (bzr r9830) | ||||
| * | | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -6/+9 |
| | | | | | | | (bzr r9828) | ||||
| * | | Fix for subtle bug in parsing export area, found by Vaughn Spurlin using ↵ | Jasper van de Gronde | 2010-08-04 | 1 | -1/+1 |
| |/ | | | | | Coverity (bzr r9683) | ||||
| * | Fix command line invocation on Windows (LP #167455). | Krzysztof Kosi??ski | 2010-04-02 | 1 | -20/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/167455 (bzr r9281) | ||||
| * | Do not print PYTHONPATH on every invocation (stale debug output) | Krzysztof Kosi??ski | 2010-04-02 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/554109 (bzr r9278) | ||||
| * | Make all paths in PYTHONPATH absolute. | Krzysztof Kosi??ski | 2010-03-30 | 1 | -2/+14 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/551433 (bzr r9261) | ||||
| * | More correct setting of PYTHONPATH at startup | Krzysztof Kosi??ski | 2010-03-29 | 1 | -3/+9 |
| | | | | (bzr r9257) | ||||
| * | Oops - obviously the previous fix didn't work outside Windows | Krzysztof Kosi??ski | 2010-03-28 | 1 | -6/+24 |
| | | | | (bzr r9251) | ||||
| * | Fix regression (inkex.py not found for extensions in user's directory) | Krzysztof Kosi??ski | 2010-03-28 | 1 | -27/+8 |
| | | | | (bzr r9250) | ||||
| * | Allow Inkscape to run from Unicode directories on Windows | Krzysztof Kosi??ski | 2010-03-28 | 1 | -78/+102 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248) | ||||
| * | 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) | ||||
