summaryrefslogtreecommitdiffstats
path: root/src/debug/logger.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-4/+4
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
2015-02-25Isolate components of libgcLiam P. White1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
2007-05-10log inkscape versionMenTaLguY1-1/+11
2007-05-10Explicit child events and formatted properties.MenTaLguY1-0/+2
2007-05-10add configuration event typeMenTaLguY1-0/+1
2007-05-06add INTERACTION to filters in the environment variableMenTaLguY1-0/+1
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-1/+1
2006-04-29make Debug::SimpleEvent more convenientMenTaLguY1-0/+1
2006-04-29finish interrupted refactoring of log filter configurationMenTaLguY1-8/+8
2006-04-29gc visibility rulesMenTaLguY1-13/+22
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-4/+4
2006-02-08share_static -> share_static_stringMenTaLguY1-1/+1
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-8/+8