summaryrefslogtreecommitdiffstats
path: root/src/util/ege-appear-time-tracker.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-0/+1
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2012-01-15ege-appear-time-tracker GSEALAlex Valavanis1-4/+4
(bzr r10888)
2010-12-18Simple tracking of time to display dialogs and main window.Jon A. Cruz1-0/+162
(bzr r9966)