summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-31Remove effectively unused "silent" option from extensions.Patrick Storz1-10/+8
2019-08-31Move prefdialog to own directoryPatrick Storz1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
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
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
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
2017-12-20Effects: make "Working..." dialog transient for preferences dialogEduard Braun1-2/+11
2017-11-07Misc. typosUnknown1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2016-04-12Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski1-1/+1
2015-12-09Remove unused header file.Tavmjong Bah1-2/+0
2015-10-29static code analysisKris De Gussem1-1/+1
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-5/+3
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz1-0/+4
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-01-23revert my revision 12053 (Bug #1103248 )Kris De Gussem1-1/+1
2013-01-22direct use of Glib::ustringKris De Gussem1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2011-10-15cppcheckKris De Gussem1-1/+1
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-1/+1
2011-05-27Add "silent" option to extension inx file so that extension authors can opt-o...Felipe Corr??a da Silva Sanches1-1/+4
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2010-03-02Cleanup on id access.Jon A. Cruz1-2/+2
2009-09-06textual patch from bug 408093bulia byak1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-01-28show waiting cursor while ExecutionEnv is workingbulia byak1-0/+5
2008-04-18provide a parent for the working-please-wait message so it does not sinkbulia byak1-1/+9
2008-03-02warning cleanupJon A. Cruz1-2/+2
2008-02-29r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould1-188/+82
2008-02-04r17821@shi: ted | 2008-01-31 12:59:57 -0800Ted Gould1-2/+3
2008-01-06r17510@shi: ted | 2008-01-06 12:48:26 -0800Ted Gould1-1/+3