summaryrefslogtreecommitdiffstats
path: root/src/debug (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike1-1/+1
2008-04-01delete remaining .cvsignore filesAdib Taraben1-3/+0
2008-03-30Cmake: Updating src CMakeLists soucre list.Joshua L. Blocher1-1/+0
2008-03-27Cmake Build system - Initial commit.Joshua L. Blocher1-0/+20
2008-01-05Fixing up a few more filesBryce Harrington1-1/+1
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-2/+4
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen1-1/+1
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-05-11Fixing compile warningsJon A. Cruz1-1/+1
2007-05-10log inkscape versionMenTaLguY1-1/+11
2007-05-10add logging of basic display propertiesMenTaLguY3-0/+127
2007-05-10really fix formatting this timeMenTaLguY1-1/+3
2007-05-10fix formattingMenTaLguY1-3/+3
2007-05-10Explicit child events and formatted properties.MenTaLguY3-0/+24
2007-05-10add configuration event typeMenTaLguY2-0/+2
2007-05-10make sure microseconds get the right number of decimal placesMenTaLguY1-1/+1
2007-05-06add INTERACTION to filters in the environment variableMenTaLguY1-0/+1
2007-05-06touch up logging infrastructure in preparation for interaction loggingMenTaLguY5-1/+160
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-1/+1
2007-03-18add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY1-1/+1
2006-05-08add missing filesMenTaLguY2-0/+117
2006-05-08use c++filt for symbol demangling if availableMenTaLguY1-0/+1
2006-04-29simplify the SimpleEvent API moreMenTaLguY1-70/+13
2006-04-29make Debug::SimpleEvent more convenientMenTaLguY3-3/+86
2006-04-29finish interrupted refactoring of log filter configurationMenTaLguY1-8/+8
2006-04-29gc visibility rulesMenTaLguY1-13/+22
2006-03-15shared_ptr -> ptr_sharedMenTaLguY6-16/+16
2006-02-08share_static -> share_static_stringMenTaLguY3-3/+3
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY6-29/+29