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
/
loader.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-14
Extensions: Improve logic to lookup script extensions
Patrick Storz
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
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-nullptr pass.
Emmanuel Gil Peyrot
1
-13
/
+13
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2016-08-03
Fix broken headers
Alex Valavanis
1
-0
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2016-04-27
Fixed path resolution in plugin loader.
Moritz Eberl
1
-1
/
+1
2016-04-21
minor warning cleanup.
Jon A. Cruz
1
-2
/
+2
2016-04-12
Modified the windows build to integrate gmodule-2.0 and loader.cpp/.h
Moritz Eberl
1
-2
/
+36
2016-04-12
fixed naming of methods. External extensions can now be other module types.
Moritz Eberl
1
-5
/
+5
2016-04-11
Added a mechanism to load c++ extensions dynamically.
Moritz Eberl
1
-0
/
+103