index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
debug
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-12
Move from deprecated GTimeVal to g_get_monotonic_time()
Jabier Arraiza
1
-3
/
+2
2019-08-23
Eliminate clang warnings
Thomas Holder
3
-3
/
+3
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-39
/
+2
2019-01-24
Debug: Remove the last remnants of Util::ptr_shared.
Emmanuel Gil Peyrot
4
-8
/
+5
2019-01-24
Timestamp: Switch to std::shared_ptr.
Emmanuel Gil Peyrot
2
-6
/
+8
2019-01-24
Demangle: Switch to std::shared_ptr.
Emmanuel Gil Peyrot
2
-12
/
+10
2019-01-24
Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...
Emmanuel Gil Peyrot
2
-5
/
+1
2019-01-24
Logger: Switch TagStack to std::shared_ptr.
Emmanuel Gil Peyrot
3
-7
/
+7
2019-01-24
Event: Make property value char const* too.
Emmanuel Gil Peyrot
3
-10
/
+18
2019-01-24
Event: Make name and property name char const*.
Emmanuel Gil Peyrot
3
-31
/
+18
2018-11-08
Clarify licenses
Max Gaukler
19
-18
/
+37
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
2
-5
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
2
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
3
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
4
-13
/
+13
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
2
-4
/
+4
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
5
-15
/
+15
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
5
-15
/
+15
2018-03-17
Removing sample meson build files.
Felipe Corrêa da Silva Sanches
1
-37
/
+0
2018-03-17
[meson-build] libdebug
Felipe Corrêa da Silva Sanches
1
-0
/
+37
2017-10-19
Remove all unused makefile.in
Stefano Facchini
1
-17
/
+0
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
10
-27
/
+27
2017-02-07
Fix some new Gdk deprecations
Alex Valavanis
1
-10
/
+31
2016-08-08
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
1
-15
/
+0
2015-02-26
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
5
-5
/
+5
2015-02-25
Isolate components of libgc
Liam P. White
5
-5
/
+5
2014-09-27
Update to experimental r13565
Liam P. White
2
-1
/
+3
2014-09-07
Update to experimental r13543
Liam P. White
2
-1
/
+3
2014-09-06
More header cleanup
Liam P. White
2
-1
/
+3
2014-08-23
Fix gdk_display_get_n_screens deprecation
Alex Valavanis
1
-0
/
+6
2012-10-04
code cleanup: make more functions static or include their own headers.
Campbell Barton
1
-0
/
+1
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
3
-5
/
+2
2011-06-13
cmake:
Campbell Barton
1
-1
/
+16
2011-06-13
cmake: now builds without having most of the source listed in 1 file.
Campbell Barton
1
-1
/
+2
2011-06-13
cmake:
Campbell Barton
1
-2
/
+1
2011-06-12
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
1
-2
/
+2
2011-06-12
work in progress cmake commit:
Campbell Barton
1
-11
/
+12
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2
-3
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
18
-18
/
+18
2009-02-20
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
1
-6
/
+2
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-2
/
+2
2009-01-12
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
1
-1
/
+3
2009-01-09
Cmake: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-2
/
+3
2008-07-27
Add tracking of skew factor and display in warning message.
Jon A. Cruz
2
-2
/
+15
2008-07-26
Added compensation factor for time-skew with event latency.
Jon A. Cruz
2
-2
/
+5
2008-07-08
instrument event latency
MenTaLguY
4
-0
/
+119
2008-06-24
Cmake: remove header files from source lists
Joshua L. Blocher
1
-10
/
+0
2008-04-10
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
1
-1
/
+1
[next]