index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
implementation
/
script.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-1
/
+1
2019-03-29
script.cpp: more cleanup
Patrick Storz
1
-32
/
+19
2019-03-29
script.cpp: Glib::spawn_async_with_pipes actually wants UTF-8
Patrick Storz
1
-7
/
+0
2019-03-29
Drop "RegistryTool" which is no longer in use.
Patrick Storz
1
-1
/
+0
2019-02-26
Extensions: Use wperl as default perl interpreter on Windows
Patrick Storz
1
-1
/
+2
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
1
-1
/
+1
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-2
/
+2
2018-06-25
Fix for bug 1777530 on master
Jabier Arraiza
1
-12
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-29
/
+29
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-06
Fixes to extension system and simplify the code
Jabiertxo Arraiza Cenoz
1
-7
/
+11
2018-05-14
Source typos
luz.paz
1
-11
/
+11
2018-05-09
Apply fixed
Jabier Arraiza
1
-99
/
+20
2018-05-09
Reset old code to reaply fixed
Jabier Arraiza
1
-20
/
+102
2018-05-09
Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688
Jabier Arraiza
1
-19
/
+2
2018-05-09
Start migrating 0.92 patch to master
Jabier Arraiza
1
-101
/
+36
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-14
/
+14
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-14
/
+14
2018-02-04
Improve/fix error reporting when executing script extensions
Eduard Braun
1
-9
/
+28
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+2
2017-12-20
Make script warnings transient for "Working..." dialog
Eduard Braun
1
-5
/
+13
2017-11-30
Add a warning dialog for previous commit
Eduard Braun
1
-1
/
+5
2017-11-30
Extensions: Don't crash on invalid effect extension output
Eduard Braun
1
-3
/
+8
2017-11-07
Misc. typos
Unknown
1
-4
/
+4
2017-10-19
Drop obsolete wrapper around Glib::file_open_tmp
Stefano Facchini
1
-11
/
+10
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-19
/
+3
2017-02-07
fix two memory leaks
peregrine
1
-0
/
+3
2016-07-28
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
1
-5
/
+1
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2016-06-03
Fix guide placement when guides are generated by a template with width/height...
Tavmjong Bah
1
-24
/
+27
2016-03-20
[Bug #1558160] Move Script::file_listener methods to script.cpp source file.
raphael0202
1
-0
/
+38
2016-03-18
[Bug #1558177] Simplify if conditions in Script.cpp.
raphael0202
1
-5
/
+1
2016-03-16
[Bug #1558153] Typos and tabs instead of spaces in extension module.
raphael0202
1
-9
/
+9
2016-02-09
Allow python extensions to get the list of selected nodes
Marc Jeanmougin
1
-3
/
+53
2015-12-09
Remove unused header file.
Tavmjong Bah
1
-1
/
+0
2015-12-07
static code analysis
Kris De Gussem
1
-1
/
+1
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-6
/
+10
2015-04-27
Mainloop fix for possible data loss if closing before save has completed.
Mark Harmer
1
-1
/
+4
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-4
/
+3
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-10-09
Added comment.
Tavmjong Bah
1
-0
/
+2
[next]