summaryrefslogtreecommitdiffstats
path: root/src/debug (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-0/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis3-5/+2
2011-06-13cmake:Campbell Barton1-1/+16
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-1/+2
2011-06-13cmake:Campbell Barton1-2/+1
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12work in progress cmake commit:Campbell Barton1-11/+12
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2-3/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan18-18/+18
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+2
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-1/+1
2008-10-27From trunkTed Gould1-2/+3
2008-07-27Add tracking of skew factor and display in warning message.Jon A. Cruz2-2/+15
2008-07-26Added compensation factor for time-skew with event latency.Jon A. Cruz2-2/+5
2008-07-08instrument event latencyMenTaLguY4-0/+119
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-10/+0
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