summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/script.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-1/+1
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-2/+2
* Fix for bug 1777530 on masterJabier Arraiza2018-06-251-12/+0
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-29/+29
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Fixes to extension system and simplify the codeJabiertxo Arraiza Cenoz2018-06-061-7/+11
* Source typosluz.paz2018-05-141-11/+11
* Apply fixedJabier Arraiza2018-05-091-99/+20
* Reset old code to reaply fixedJabier Arraiza2018-05-091-20/+102
* Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza2018-05-091-19/+2
* Start migrating 0.92 patch to masterJabier Arraiza2018-05-091-101/+36
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-14/+14
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-14/+14
* Improve/fix error reporting when executing script extensionsEduard Braun2018-02-041-9/+28
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
* Make script warnings transient for "Working..." dialogEduard Braun2017-12-201-5/+13
* Add a warning dialog for previous commitEduard Braun2017-11-301-1/+5
* Extensions: Don't crash on invalid effect extension outputEduard Braun2017-11-301-3/+8
* Misc. typosUnknown2017-11-071-4/+4
* Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini2017-10-191-11/+10
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-021-19/+3
* fix two memory leaksperegrine2017-02-071-0/+3
* Merged trunkAdrian Boguszewski2016-08-091-5/+1
|\
| * extensions: Drop GTKMM2 fallbacksAlex Valavanis2016-07-281-5/+1
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/
* Fix guide placement when guides are generated by a template with width/height...Tavmjong Bah2016-06-031-24/+27
* [Bug #1558160] Move Script::file_listener methods to script.cpp source file.raphael02022016-03-201-0/+38
* [Bug #1558177] Simplify if conditions in Script.cpp.raphael02022016-03-181-5/+1
* [Bug #1558153] Typos and tabs instead of spaces in extension module.raphael02022016-03-161-9/+9
* Allow python extensions to get the list of selected nodesMarc Jeanmougin2016-02-091-3/+53
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
* static code analysisKris De Gussem2015-12-071-1/+1
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-6/+10
* merge with trunkMarc Jeanmougin2015-04-271-1/+4
|\
| * Mainloop fix for possible data loss if closing before save has completed.Mark Harmer2015-04-271-1/+4
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-4/+3
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
* Update to experimental r13619Liam P. White2014-10-181-32/+68
|\
| * Added comment.Tavmjong Bah2014-10-091-0/+2
| * Allow <sodipodi:namedview> attributes to be set by scripts.Tavmjong Bah2014-10-081-32/+66
| * Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
* | Update to experimental r13527Liam P. White2014-08-301-30/+14
|\|