summaryrefslogtreecommitdiffstats
path: root/src/xml/event.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-20Add explicit overridesJoseph Da Silva1-1/+1
2019-03-20Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva1-0/+34
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-10/+10
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-8/+8
2012-05-12syntx of null pointer dereference checksKris De Gussem1-289/+302
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-0/+1
2008-07-20Warning cleanupJon A. Cruz1-8/+8
2008-01-05glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington1-1/+1
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-0/+2
2007-02-20Improve null checkBob Jamison1-1/+1
2007-01-20merge XML::Session into XML::DocumentMenTaLguY1-21/+7
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-8/+8
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-10/+10