summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove unused "nopref" variant of effects"Patrick Storz2019-10-121-0/+7
| | | | This reverts commit ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7.
* Add base_directory for extensions loaded from a file.Patrick Storz2019-08-311-6/+7
|
* Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz2019-08-311-1/+1
|
* Remove unused "nopref" variant of effectsPatrick Storz2019-08-311-7/+0
|
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-1/+0
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-7/+7
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Source typosluz.paz2018-05-141-1/+1
|
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Misc. typosluz.paz2018-02-101-1/+1
| | | Found via `codespell`
* Effects: make "Working..." dialog transient for preferences dialogEduard Braun2017-12-201-0/+1
|
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+1
| | | | | | | | | | | | | 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)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-1/+1
| | | (bzr r11895)
* Header cleaningAlex Valavanis2012-02-121-5/+5
| | | (bzr r10963)
* some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-171-5/+1
| | | (bzr r10779)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-3/+1
| | | (bzr r10582.1.10)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8406)
* Filters, Extensions menusbulia byak2009-02-101-2/+3
| | | (bzr r7259)
* allow inx to suppress live preview checkboxbulia byak2008-04-181-0/+1
| | | (bzr r5469)
* r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould2008-02-291-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | Okay, sadly I'm not keeping the version history because I'm not convenced that SVK will do it right. One mega-patch, but that's life. Reshuffle the exection-env and prefdialog code so that the state machines aren't intertwines, which fixes a whole host of bugs with them. I think the behavior is correct now. Make it so that the effects can count how many preferences they have to determine if the dialog should be shown (fix above). Once this code was written it was easy to make it show an ellipsis on the verb if there is a dialog or not. This involved removing ellipsis from those effects that had it hard coded. Make it so that the parameters know that their command line options are going into a list. They don't have to acknowledge it, but they can, and specifically notebook does and handles it differently. This should fix the notebooks on Win32, but doesn't apparently completely. Change the script extension on windows to use pythonw instead of python so that the command line doesn't appear all the time. (bzr r4908)
* r16442@tres: ted | 2007-08-30 21:51:42 -0700Ted Gould2007-09-011-0/+5
| | | | | | | One preference dialog per effect. Nothing crazy here. Also setting the timer to be ref counted in lock/unlock mode. This way the whole thing stays locked while the dialog is shown. (bzr r3653)
* r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould2007-06-271-3/+2
| | | | | | | The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125)
* r15380@tres: ted | 2007-05-10 19:24:35 -0700Ted Gould2007-06-271-0/+4
| | | | | Can now hit the cancel key and have it mean something. (bzr r3122)
* r14584@tres: ted | 2007-02-28 20:01:52 -0800Ted Gould2007-03-011-2/+12
| | | | | | | | Effects now register two different verbs. One is the same one they've always registered and one is the same ID with ".nopref" added to it. This one executes the effect without the prefrences dialog. Default values will be used. (bzr r2480)
* fix 1633451: mark the help commands as not needing the document and avoid ↵bulia byak2007-01-121-0/+2
| | | | | saving/reading/parsing errors when running them (bzr r2194)
* r11142@tres: ted | 2006-03-27 21:52:50 -0800Ted Gould2006-03-291-0/+2
| | | | | | Adding in the basic infrastructure for handling the cascading status dialogs between the different subclasses of widgets. (bzr r360)
* r11028@tres: ted | 2006-03-03 00:13:19 -0800Ted Gould2006-03-291-0/+17
| | | | | Adding in a bunch of comments. (bzr r355)
* r10919@tres: ted | 2006-02-13 09:37:13 -0800Ted Gould2006-03-291-0/+2
| | | | | Adding in comments for accessor functions (bzr r332)
* r10817@tres: ted | 2006-01-29 15:45:22 -0800Ted Gould2006-01-301-1/+1
| | | | | Basic submenus are working, and alphebetized (bzr r52)
* r10815@tres: ted | 2006-01-29 14:46:19 -0800Ted Gould2006-01-301-0/+1
| | | | | | Basically the menu stuff is working. Still needs features before it can be checked in. But the basics are all there right now. (bzr r50)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+91
(bzr r1)