index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
trace
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-16
Actually fix overflow
Marc Jeanmougin
1
-3
/
+3
2019-09-16
Fix overflow in autotrace channel reduction
Marc Jeanmougin
1
-1
/
+1
2019-08-22
remove HAVE_POTRACE
Marc Jeanmougin
1
-4
/
+0
2019-08-21
Fix tracer selection and depixelize colors
Marc Jeanmougin
1
-23
/
+8
2019-08-21
Fix build
Marc Jeanmougin
1
-1
/
+3
2019-08-21
Fix centerline trace
Marc Jeanmougin
2
-5
/
+35
2019-08-21
update README
Marc Jeanmougin
1
-2
/
+12
2019-08-21
new trace Dialog - initial implementation
Marc Jeanmougin
5
-174
/
+279
2019-07-03
Crashfix SIOX Trace (free memory properly)
Nathan Lee
1
-2
/
+1
2019-01-02
modernize: add overrides
Marc Jeanmougin
1
-2
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
4
-19
/
+17
2018-11-08
Clarify licenses
Max Gaukler
19
-17
/
+73
2018-09-24
Remove #include "config.h" from header files where possible
Eduard Braun
1
-4
/
+0
2018-09-13
add autotrace basic support
Marc Jeanmougin
4
-5
/
+292
2018-06-20
Replace typedef enum with enum in POD type declarations.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-20
Replace typedef struct with struct in POD type declarations.
Emmanuel Gil Peyrot
2
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-4
/
+5
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
8
-12
/
+12
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
4
-16
/
+10
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
11
-86
/
+86
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2
-7
/
+7
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
4
-17
/
+17
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
4
-17
/
+17
2018-03-30
Add lots of README's.
Tavmjong Bah
1
-0
/
+8
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
3
-6
/
+9
2017-10-19
Remove all unused makefile.in
Stefano Facchini
1
-17
/
+0
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-06-15
Remove cmake checks for C89 headers.
Elliott Sales de Andrade
1
-2
/
+0
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-4
/
+0
2016-08-08
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
1
-23
/
+0
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2016-04-13
Fix a few more pick calls not preceded by update
Krzysztof Kosi??ski
1
-0
/
+1
2015-12-07
static code analysis
Kris De Gussem
1
-1
/
+1
2015-11-12
Fix CMake build
Alex Valavanis
1
-0
/
+3
2015-11-09
Enable builds without flood/trace on systems without Potrace
Alex Valavanis
1
-0
/
+4
2015-11-09
Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQ
Alex Valavanis
1
-17
/
+0
2015-11-08
Update Potrace bitmap macros to upstream 1.13
Alex Valavanis
1
-8
/
+9
2015-11-08
Use external Potrace
Alex Valavanis
19
-4054
/
+5
2015-06-22
Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps pro...
Nicolas Dufour
1
-1
/
+1
2015-06-08
cmake: Add some missing header files to CMakeLists.txt
Bryce Harrington
1
-0
/
+1
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+1
2015-03-31
Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 vulner...
Nicolas Dufour
17
-103
/
+251
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-18
Just...
mc
1
-3
/
+3
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-4
/
+4
2015-02-07
Fixing dead assignment and uninitialized argument value.
Nicolas Dufour
1
-4
/
+4
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Purge sp_desktop_message_stack
Liam P. White
2
-6
/
+6
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-3
/
+3
[next]