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
/
simple-event.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-1
/
+1
2019-01-24
Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...
Emmanuel Gil Peyrot
1
-5
/
+0
2019-01-24
Logger: Switch TagStack to std::shared_ptr.
Emmanuel Gil Peyrot
1
-1
/
+1
2019-01-24
Event: Make property value char const* too.
Emmanuel Gil Peyrot
1
-3
/
+9
2019-01-24
Event: Make name and property name char const*.
Emmanuel Gil Peyrot
1
-19
/
+7
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+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
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-9
/
+9
2015-02-26
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
1
-1
/
+1
2015-02-25
Isolate components of libgc
Liam P. White
1
-1
/
+1
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-2
/
+0
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2008-01-05
Fixing up a few more files
Bryce Harrington
1
-1
/
+1
2008-01-05
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
1
-2
/
+4
2007-05-10
really fix formatting this time
MenTaLguY
1
-1
/
+3
2007-05-10
fix formatting
MenTaLguY
1
-3
/
+3
2007-05-10
Explicit child events and formatted properties.
MenTaLguY
1
-0
/
+20
2006-04-29
simplify the SimpleEvent API more
MenTaLguY
1
-70
/
+13
2006-04-29
make Debug::SimpleEvent more convenient
MenTaLguY
1
-3
/
+84
2006-03-15
shared_ptr -> ptr_shared
MenTaLguY
1
-3
/
+3
2006-02-06
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
MenTaLguY
1
-4
/
+4