| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -6/+5 |
| |\ | | | | | (bzr r11608.1.120) | ||||
| | * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -1/+0 |
| | | | | | | | (bzr r12380.1.62) | ||||
| | * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -6/+6 |
| | | | | | | | (bzr r12380.1.54) | ||||
| * | | Merge from trunk (r12439). | Markus Engel | 2013-07-25 | 1 | -0/+3 |
| |\| | | | | | (bzr r11608.1.108) | ||||
| | * | Fix remaining g_type_init deprecation issues | Alex Valavanis | 2013-07-17 | 1 | -0/+3 |
| | | | | | | | (bzr r12421) | ||||
| * | | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -3/+132 |
| |\| | | | | | (bzr r11608.1.107) | ||||
| | * | Added "dbus-name" command line option to allow a D-Bus bus name other than | Eric Greveson | 2013-07-10 | 1 | -0/+20 |
| | | | | | | | | | | | | | "org.inkscape" to be specified. This allows multiple Inkscape instances to be controlled over D-Bus in a single user session. (bzr r12402.1.1) | ||||
| | * | Fix for builds without --enable-dbusapi (missing #ifdef) | Eric Greveson | 2013-07-04 | 1 | -1/+5 |
| | | | | | | | (bzr r12387.1.9) | ||||
| | * | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 2013-07-03 | 1 | -12/+41 |
| | | | | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4) | ||||
| | * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| | * | Refactor --export-pdf-version detection. | Vinícius dos Santos Oliveira | 2013-06-07 | 1 | -22/+24 |
| | | | | | | | | | | | | | | | If the user try to export the pdf and ps versions at one run, the sp_export_pdf detection would fail. A better approach (this commit) is to check the mime argument. (bzr r12359) | ||||
| | * | Fixes r12348 and r12350. | Vinícius dos Santos Oliveira | 2013-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | Typo error (sp_export_pdf_version instead sp_export_pdf). (bzr r12352) | ||||
| | * | Add option to set --export-ps-level. Fixes bug #669748. | Vinícius dos Santos Oliveira | 2013-06-05 | 1 | -1/+23 |
| | | | | | | | | | | | | | Moreover, a bug in --export-pdf-version was fixed. The bug made Inkscape crash if someone try to export a ps file. (bzr r12350) | ||||
| | * | Add command line option to specify PDF export version. Patch from schwieni. | Vinícius dos Santos Oliveira | 2013-06-05 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From the patch's author: Additional command line option added to export to different PDF-versions supported by cairo (currently only "PDF 1.4" and "PDF 1.5"). The user must provide the exact string found in the PDF-export dialog of Inkscape. This feature was previously only accessible via the GUI of Inkscape. This option is useful for people opting for PDF-a conformance in their PDFs. Moreover, the Extension and Parameter classes are extended by setters for enum parameters (used in combo boxes). (bzr r12348) | ||||
| * | | merged from trunk (r12287) | Markus Engel | 2013-04-20 | 1 | -0/+15 |
| |\| | | | | | (bzr r11608.1.99) | ||||
| | * | add --export-margin option to PDF/EPS/PS export cmdline | Johan B. C. Engelen | 2013-04-06 | 1 | -0/+15 |
| | | | | | | | (bzr r12268) | ||||
| * | | Removed old SPObject factory. | Markus Engel | 2013-04-10 | 1 | -1/+0 |
| | | | | | | | (bzr r11608.1.91) | ||||
| * | | Cleaned up a bit. Uses some C++11 features. | Markus Engel | 2013-04-02 | 1 | -2/+2 |
| |/ | | | (bzr r11608.1.72) | ||||
| * | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 2013-03-26 | 1 | -1/+3 |
| | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | ||||
| * | Fix for 430301 : core dump exporting to non existing folder | John Smith | 2012-11-30 | 1 | -29/+53 |
| | | | | (bzr r11915) | ||||
| * | Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive ↵ | John Smith | 2012-11-29 | 1 | -0/+5 |
| | | | | | | is present (bzr r11913) | ||||
| * | Fix for Bug #1063831 (--export-text-to-path with SVG is undocumented) by ↵ | Nicolas Dufour | 2012-10-09 | 1 | -1/+1 |
| | | | | | | Philipp Hagemeister. Greek and French man page translations updated. (bzr r11769) | ||||
| * | Translations. Fix for Bug #425202 (Script messages not translated). | Nicolas Dufour | 2012-10-07 | 1 | -0/+2 |
| | | | | (bzr r11749) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -5/+5 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Fix for 1059132 : --export-pdf crashes with inkscape trunk | John Smith | 2012-10-01 | 1 | -7/+3 |
| | | | | (bzr r11718) | ||||
| * | Fix for Bug #425202 (Script messages not translated). | Nicolas Dufour | 2012-07-16 | 1 | -2/+9 |
| | | | | (bzr r11551) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | 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) | ||||
