| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Inkscape::XML::Node::addChildAtPos | Thomas Holder | 2019-10-16 | 1 | -3/+5 |
| | | |||||
| * | Extensions: Disable effects that failed to load | Patrick Storz | 2019-10-15 | 1 | -5/+2 |
| | | | | | | | | | | | | | Instead of removing them from the menu, they're now shown as inactive (greyed out), so users have a chance to know they even exists, without having to know about extension-errors.log Unfortunately tooltips seem to be hidden for insensitive menuitems as well, so we currently have no way of informing the user directly in the UI about the problem. Fixes https://gitlab.com/inkscape/inkscape/issues/470 | ||||
| * | Revert "Remove unused "nopref" variant of effects" | Patrick Storz | 2019-10-12 | 1 | -0/+3 |
| | | | | | This reverts commit ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7. | ||||
| * | Add base_directory for extensions loaded from a file. | Patrick Storz | 2019-08-31 | 1 | -5/+5 |
| | | |||||
| * | Switch Inkscape::Extension to use InxWidgets instead of InxParameters | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Implement "translationdomain" attribute for extensions | Patrick Storz | 2019-08-31 | 1 | -13/+15 |
| | | | | | | | | | | | | | Will allow extensions to ship their own message catalog used for translation of the extension#s strings. Needs to be set on the root <inkscape-extension> element of the .inx Currently supported values: - unset: use default textdomain (which happens to be 'inkscape') - 'inkscape': use Inkscape's message catalog - 'none': disable translation for the extension's strings | ||||
| * | Remove unused "nopref" variant of effects | Patrick Storz | 2019-08-31 | 1 | -3/+0 |
| | | |||||
| * | Remove unused and disabled "help" feature for extensions | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Move prefdialog to own directory | Patrick Storz | 2019-08-31 | 1 | -6/+7 |
| | | |||||
| * | Rename effect attribute to "implements-custom-gui" | Sergei Izmailov | 2019-05-29 | 1 | -1/+1 |
| | | | | | Effect with `implements-custom-gui="true"` MUST implement custom GUI | ||||
| * | Fix indentation | Sergei Izmailov | 2019-05-29 | 1 | -3/+3 |
| | | |||||
| * | Rename "suppress-working-dialog" effect attribute to "application" | Sergei Izmailov | 2019-05-29 | 1 | -1/+1 |
| | | |||||
| * | feature: Allow effect extensions to disable working dialog | Sergei Izmailov | 2019-05-29 | 1 | -1/+4 |
| | | | | | | | | | Effect extensions with custom GUI don't need 'effect is working' dialog window which distracts from effect main window. New "suppress-working-dialog" optional attribute added to effect node of `.inx` file. | ||||
| * | Extensions/Filters: Fix translations of submenu names | Patrick Storz | 2019-03-24 | 1 | -2/+1 |
| | | | | | | Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/42 | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 2018-09-27 | 1 | -2/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -4/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -45/+45 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fixes to extension system and simplify the code | Jabiertxo Arraiza Cenoz | 2018-06-06 | 1 | -2/+1 |
| | | |||||
| * | Source typos | luz.paz | 2018-05-14 | 1 | -10/+10 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Make script warnings transient for "Working..." dialog | Eduard Braun | 2017-12-20 | 1 | -0/+1 |
| | | | | | | | | | | | | This turned out to be a bit of a mess due to the interplay between the classes Script / ExecutionEnv / Effect / PrefDialog. (Basically they don't talk to each other much but all want to contribute to the GUI) Likely "Script" (and possibly "ExecutionEnv") should be refactored to let the other classes handle UI exclusively and throw errors where suitable. | ||||
| * | Effects: make "Working..." dialog transient for preferences dialog | Eduard Braun | 2017-12-20 | 1 | -0/+6 |
| | | |||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | (bzr r15025) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -3/+5 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| | | | | (bzr r13341.5.3) | ||||
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -3/+3 |
| | | | | (bzr r13341.5.1) | ||||
| * | i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX ↵ | Nicolas Dufour | 2013-11-18 | 1 | -1/+1 |
| | | | | | | | | | are not localized.). Fixed bugs: - https://launchpad.net/bugs/1252229 (bzr r12820) | ||||
| * | effects don't need to merge into menus if we're running without gui; with ↵ | buliabyak | 2013-09-28 | 1 | -1/+1 |
| | | | | | | this we can purge a redundant reading of menus skeleton, which leaked its xml tree (bzr r12616) | ||||
| * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -5/+2 |
| | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| * | 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 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -1/+1 |
| | | | | (bzr r11030) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -6/+6 |
| | | | | (bzr r10830) | ||||
| * | fix potential null pointer deref | Johan B. C. Engelen | 2011-10-28 | 1 | -12/+14 |
| | | | | (bzr r10702) | ||||
| * | Remove nr-object.h and nr-macros.h | Krzysztof Kosi??ski | 2011-08-28 | 1 | -16/+2 |
| | | | | (bzr r10582.1.10) | ||||
| * | warning cleanup (no functional changes) | Campbell Barton | 2011-06-25 | 1 | -1/+1 |
| | | | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -1/+2 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | | Help files no longer get registered as a recently used extension | Craig Marshall | 2010-09-28 | 1 | -0/+13 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/600671 (bzr r9799) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8405) | ||||
| * | trying to fix the filters placement | bulia byak | 2009-02-18 | 1 | -1/+1 |
| | | | | (bzr r7325) | ||||
