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
/
dependency.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-16
Extensions: only check existence for interpreted scripts.
Patrick Storz
1
-8
/
+17
2019-10-15
Extensions: Fix file test when checking dependencies by type
Patrick Storz
1
-20
/
+42
2019-10-14
Extensions: Improve logic to lookup script extensions
Patrick Storz
1
-33
/
+75
2019-09-26
Extensions: Fix filename encoding issues in error logging
Patrick Storz
1
-12
/
+10
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
Misc. typos
luz.paz
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+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-use-nullptr pass.
Emmanuel Gil Peyrot
1
-12
/
+12
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2018-02-10
Misc. typos
luz.paz
1
-1
/
+1
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-6
/
+6
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+1
2016-04-12
fixed naming of methods. External extensions can now be other module types.
Moritz Eberl
1
-1
/
+1
2016-04-11
Added a mechanism to load c++ extensions dynamically.
Moritz Eberl
1
-0
/
+12
2014-06-11
Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ...
Nicolas Dufour
1
-6
/
+14
2013-03-11
cppcheck
Kris De Gussem
1
-3
/
+1
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-0
/
+2
2012-05-01
extensions: string class usage
Kris De Gussem
1
-17
/
+7
2012-05-01
fix extension path scan (Bug #801568 ; patch of Patrick Monnerat)
Kris De Gussem
1
-4
/
+2
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-1
/
+1
2011-10-04
More forward.h purging.
Jon A. Cruz
1
-0
/
+1
2009-02-13
Remove last remnants of ancient plugin support. Tidy up acinclude.m4.
Krzysztof Kosi??ski
1
-15
/
+0
2008-04-29
Uniconvertor import extension changes for Win32 - Fixes LP# 197617
Mike Pittman
1
-2
/
+14
2006-11-19
string fixes from bug 1516157
bulia byak
1
-1
/
+1
2006-09-12
Eek! Copyright message forgotten :( . Can we think up a standard format for s...
Johan B. C. Engelen
1
-2
/
+3
2006-09-12
Extension dependency-check now also finds win32 executables if ".exe" is omit...
Johan B. C. Engelen
1
-0
/
+9
2006-06-28
do some include changes more correctly
Ralf Stephan
1
-6
/
+3
2006-06-24
more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.h
Ralf Stephan
1
-0
/
+4
2006-03-06
Replace std::endl in lots of places with plain old '\n', with just a single s...
Peter Moulder
1
-5
/
+7