summaryrefslogtreecommitdiff
path: root/src/timers.c
AgeCommit message (Collapse)AuthorLines
2023-07-12update copyrightBirte Kristina Friesel-1/+1
2020-08-28Fix segfault when closing a window in multi-window reload modeDaniel Friesel-1/+32
Issue: * start feh --multiwindow --reload 5 * close a window with "x" * wait up to 5 seconds * segfault The issue was caused by the closed window's reload timer still being active even after the winwidget was free'd.
2020-04-11update copyrightDaniel Friesel-1/+1
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2017-04-02replace _emalloc with emalloc (is the same unless DMALLOC is used)Daniel Friesel-1/+1
2014-05-06Fix dead code found by LLVM's scan-build utilityDaniel Friesel-1/+0
2011-01-17Copyright FooDaniel Friesel-0/+1
2010-07-17--debug-level → --debugDaniel Friesel-12/+12
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-13/+8
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-126/+113
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+172