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
2008-04-10
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
1
-1
/
+1
2008-04-01
delete remaining .cvsignore files
Adib Taraben
1
-3
/
+0
2008-03-30
Cmake: Updating src CMakeLists soucre list.
Joshua L. Blocher
1
-1
/
+0
2008-03-27
Cmake Build system - Initial commit.
Joshua L. Blocher
1
-0
/
+20
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-11-04
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
1
-1
/
+1
2007-09-12
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
1
-3
/
+3
2007-05-11
Fixing compile warnings
Jon A. Cruz
1
-1
/
+1
2007-05-10
log inkscape version
MenTaLguY
1
-1
/
+11
2007-05-10
add logging of basic display properties
MenTaLguY
3
-0
/
+127
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
3
-0
/
+24
2007-05-10
add configuration event type
MenTaLguY
2
-0
/
+2
2007-05-10
make sure microseconds get the right number of decimal places
MenTaLguY
1
-1
/
+1
2007-05-06
add INTERACTION to filters in the environment variable
MenTaLguY
1
-0
/
+1
2007-05-06
touch up logging infrastructure in preparation for interaction logging
MenTaLguY
5
-1
/
+160
2007-03-20
format string protection/clean up (CVE-2007-1463, CVE-2007-1464)
Kees Cook
1
-1
/
+1
2007-03-18
add required includes for gcc 4.3 and fix a const issue -- patch #1675635
MenTaLguY
1
-1
/
+1
2006-05-08
add missing files
MenTaLguY
2
-0
/
+117
2006-05-08
use c++filt for symbol demangling if available
MenTaLguY
1
-0
/
+1
2006-04-29
simplify the SimpleEvent API more
MenTaLguY
1
-70
/
+13
2006-04-29
make Debug::SimpleEvent more convenient
MenTaLguY
3
-3
/
+86
2006-04-29
finish interrupted refactoring of log filter configuration
MenTaLguY
1
-8
/
+8
2006-04-29
gc visibility rules
MenTaLguY
1
-13
/
+22
2006-03-15
shared_ptr -> ptr_shared
MenTaLguY
6
-16
/
+16
2006-02-08
share_static -> share_static_string
MenTaLguY
3
-3
/
+3
2006-02-06
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
MenTaLguY
6
-29
/
+29