summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Remove effectively unused "silent" option from extensions.Patrick Storz1-10/+8
See also https://gitlab.com/inkscape/inkscape/merge_requests/698
2019-08-31Move prefdialog to own directoryPatrick Storz1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-25Fix codding styleJabier Arraiza1-2/+2
2018-06-25Fix for bug 1777530 on masterJabier Arraiza1-0/+3
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-11/+11
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-9/+9
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-06Fixes to extension system and simplify the codeJabiertxo Arraiza Cenoz1-4/+2
2018-05-09Apply fixedJabier Arraiza1-29/+8
2018-05-09Reset old code to reaply fixedJabier Arraiza1-8/+29
2018-05-09Start migrating 0.92 patch to masterJabier Arraiza1-29/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
A lot of header clean-up.
2017-12-20Effects: make "Working..." dialog transient for preferences dialogEduard Braun1-2/+11
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+4
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+1
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.10)
2016-04-12Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski1-1/+1
(bzr r14790)
2015-12-09Remove unused header file.Tavmjong Bah1-2/+0
(bzr r14522)
2015-10-29static code analysisKris De Gussem1-1/+1
(bzr r14436)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-5/+3
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
(bzr r13809)
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz1-0/+4
(bzr r12355)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-01-23revert my revision 12053 (Bug #1103248 )Kris De Gussem1-1/+1
(bzr r12058)
2013-01-22direct use of Glib::ustringKris De Gussem1-1/+1
(bzr r12053)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2011-10-15cppcheckKris De Gussem1-1/+1
(bzr r10678)
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-1/+1
(bzr r10302.1.2)
2011-05-27Add "silent" option to extension inx file so that extension authors can ↵Felipe Corr??a da Silva Sanches1-1/+4
opt-out of displaying the "working, please wait" dialog. Extensions that are tipically slow can still have the dialog show up by simply not adding this attribute to the inx file. (bzr r10240)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-2/+2
SPDocument based methods (bzr r9546.1.3)
2010-03-02Cleanup on id access.Jon A. Cruz1-2/+2
(bzr r9127)
2009-09-06textual patch from bug 408093bulia byak1-1/+1
(bzr r8563)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8405)
2009-01-28show waiting cursor while ExecutionEnv is workingbulia byak1-0/+5
(bzr r7199)
2008-04-18provide a parent for the working-please-wait message so it does not sinkbulia byak1-1/+9
(bzr r5468)
2008-03-02warning cleanupJon A. Cruz1-2/+2
(bzr r4917)
2008-02-29r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould1-188/+82
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)
2008-02-04r17821@shi: ted | 2008-01-31 12:59:57 -0800Ted Gould1-2/+3
Okay, I'm not 100% sure what all these changes are but I want to start working on this again from a checked in point. I'll fix the bugs from here. (bzr r4653)
2008-01-06r17510@shi: ted | 2008-01-06 12:48:26 -0800Ted Gould1-1/+3
Changing it so that the timer doesn't go off unless we're in live effects mode. This fixes lp:176608 (bzr r4410)