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