| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Further renaming of DBus variables (object -> app_interface/doc_interface | Eric Greveson | 2013-07-04 | 6 | -400/+424 |
| | | | | | | | | and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8) | ||||
| * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 4 | -182/+130 |
| | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| * | Changed dbus interface to treat 'division' like other boolops, with a new | Eric Greveson | 2013-07-03 | 6 | -68/+29 |
| | | | | | | | | | return type for selection_combine to support this (array of string). This also fixes a bug with not setting the error flag when returning NULL from this method. Refactored some more selection verbs to allow use in no-GUI mode. (bzr r12387.1.5) | ||||
| * | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 2013-07-03 | 7 | -162/+285 |
| | | | | | | | | | 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) | ||||
| * | Added error messages when attempting to use verbs requiring GUI in | Eric Greveson | 2013-07-01 | 1 | -1/+4 |
| | | | | | | console (--without-gui) mode. (bzr r12387.1.3) | ||||
| * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 5 | -7/+9 |
| | | | | | | | | | | | | | | 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) | ||||
| * | odf metadata - let's begin with a first step to full ODF compatibility | Kris De Gussem | 2013-06-21 | 1 | -17/+27 |
| | | | | (bzr r12383) | ||||
| * | Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338. | Jon A. Cruz | 2013-06-07 | 3 | -0/+16 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12356) | ||||
| * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 3 | -0/+12 |
| | | | | (bzr r12355) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 16 | -0/+32 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Refactor: Changed some functions from Extension to const. | Vinícius dos Santos Oliveira | 2013-06-05 | 2 | -12/+12 |
| | | | | | | | | | | | The functions changed to const: * get_param_color * get_param_enum * get_param_optiongroup * get_param_enum_contains (bzr r12349) | ||||
| * | Add command line option to specify PDF export version. Patch from schwieni. | Vinícius dos Santos Oliveira | 2013-06-05 | 6 | -1/+78 |
| | | | | | | | | | | | | | | 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) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 16 | -0/+31 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker. | Tavmjong Bah | 2013-05-29 | 1 | -4/+24 |
| | | | | (bzr r12345) | ||||
| * | Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans. | Nicolas Dufour | 2013-05-13 | 1 | -0/+2 |
| | | | | (bzr r12334) | ||||
| * | Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap ↵ | Nicolas Dufour | 2013-05-12 | 2 | -11/+45 |
| | | | | | | | | | resolution). Fixed bugs: - https://launchpad.net/bugs/1085949 (bzr r12330) | ||||
| * | Fix for 1171434 : trunk: INX <optiongroup> broken^ | John Smith | 2013-05-05 | 2 | -3/+27 |
| | | | | (bzr r12322) | ||||
| * | Fix UI after inclusion of gimp style sliders | Kris De Gussem | 2013-05-02 | 6 | -126/+126 |
| | | | | (bzr r12320) | ||||
| * | Fix UI after inclusion of gimp style sliders | Kris De Gussem | 2013-05-01 | 5 | -63/+63 |
| | | | | (bzr r12317) | ||||
| * | UI messages | Kris De Gussem | 2013-04-29 | 1 | -2/+2 |
| | | | | (bzr r12312) | ||||
| * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -8/+8 |
| | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| * | minor odg export update | Kris De Gussem | 2013-04-20 | 2 | -38/+33 |
| | | | | (bzr r12285.1.1) | ||||
| * | odg export: some work on gradients | Kris De Gussem | 2013-04-12 | 2 | -55/+36 |
| | | | | (bzr r12276) | ||||
| * | NULL pointer checks | Kris De Gussem | 2013-04-08 | 1 | -33/+48 |
| | | | | (bzr r12271) | ||||
| * | fix bug where extension radiobutton parameters cannot be set from cmdline ↵ | Johan B. C. Engelen | 2013-04-06 | 1 | -1/+1 |
| | | | | | | (e.g. "--export-area-drawing" did not work) (bzr r12267) | ||||
| * | odf export: code clean up and preparatory work to allow gradients in export. ↵ | Kris De Gussem | 2013-04-03 | 2 | -665/+376 |
| | | | | | | | | Now only linear fill gradients are shown (not taking orientation and position into account). part of bug #474956 (odg export still doesn't work) (bzr r12264) | ||||
| * | Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and ↵ | Nicolas Dufour | 2013-03-30 | 1 | -3/+3 |
| | | | | | | pdf via cairo import and more) by Masato HASHIMOTO. (bzr r12260) | ||||
| * | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 2013-03-26 | 3 | -5/+8 |
| | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 4 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by ↵ | Nicolas Dufour | 2013-03-24 | 2 | -6/+6 |
| | | | | | | | | | Masato HASHIMOTO." Translations. Fix for Bug #1159347 (Non-localized strings in PS-export)." Translations. PO template update. (bzr r12239) | ||||
| * | Convert a couple of C-style pointer casts | Alex Valavanis | 2013-03-23 | 2 | -3/+3 |
| | | | | (bzr r12237) | ||||
| * | filter name is random filter232 when first added | Raphael Rosch | 2013-03-22 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1089406 (bzr r12232) | ||||
| * | Fix missing Gtkmm/Glib headers for Gtk+ 3 build | Alex Valavanis | 2013-03-15 | 1 | -0/+1 |
| | | | | (bzr r12209) | ||||
| * | Fix even more forward declaration tags | Alex Valavanis | 2013-03-15 | 3 | -7/+7 |
| | | | | (bzr r12206) | ||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12204) | ||||
| * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 5 | -5/+5 |
| | | | | | | forward declarations (bzr r12203) | ||||
| * | cppcheck | Kris De Gussem | 2013-03-12 | 1 | -2/+1 |
| | | | | (bzr r12197) | ||||
| * | cppcheck | Kris De Gussem | 2013-03-11 | 3 | -284/+286 |
| | | | | (bzr r12193) | ||||
| * | Drop duplicate io code ( Bug #1120585 ) | Kris De Gussem | 2013-03-11 | 2 | -15/+10 |
| | | | | (bzr r12192) | ||||
| * | fix build warnings / cppcheck ( Bug #1120585 ) | Kris De Gussem | 2013-03-11 | 1 | -34/+42 |
| | | | | (bzr r12191) | ||||
| * | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 2013-03-08 | 1 | -44/+68 |
| | | | | (bzr r12184) | ||||
| * | Drop deprecated get_vbox method in Gtk::Dialog | Alex Valavanis | 2013-03-08 | 5 | -0/+39 |
| | | | | (bzr r12181) | ||||
| * | Drop more Gtk::Table usage | Alex Valavanis | 2013-03-08 | 2 | -5/+31 |
| | | | | (bzr r12180) | ||||
| * | Fix deprecated Gtkmm symbols in preferences widget | Alex Valavanis | 2013-03-07 | 4 | -4/+18 |
| | | | | (bzr r12178) | ||||
| * | ODF output: write correct Inkscape version number to metadata | Kris De Gussem | 2013-03-03 | 1 | -26/+6 |
| | | | | (bzr r12169) | ||||
| * | Fix build with C++11 | Alex Valavanis | 2013-03-02 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/858814 (bzr r12166) | ||||
| * | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 2013-02-23 | 3 | -0/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145) | ||||
| * | update cmake files | Campbell Barton | 2013-02-19 | 1 | -0/+2 |
| | | | | (bzr r12134) | ||||
| * | Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of ↵ | Nicolas Dufour | 2013-02-15 | 2 | -35/+8 |
| | | | | | | the current directory) by Michael Karcher. (bzr r12127) | ||||
| * | Build. Adding unistd header (fixes compilation on Win32 with OpenSuse ↵ | Nicolas Dufour | 2013-02-13 | 1 | -0/+1 |
| | | | | | | cross-compiled libs.) (bzr r12122) | ||||
