summaryrefslogtreecommitdiff
path: root/src/FbTk/Timer.cc
AgeCommit message (Expand)Author
2012-09-14minor cosmeticMathias Gumz
2012-09-14Fix regression: switch back to microseconds for DelayCmdMathias Gumz
2012-09-14Fix bug: (re)setting timeouts on a running FbTk::Timer might lead to broken t...Mathias Gumz
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz
2012-01-04Pre-increment non-primitive types.Ryan Pavlik
2011-10-31FbTk/Timer.cc: Check HAVE_SYS_SELECT_H, add alternate for windowsRyan Pavlik
2011-10-31FbTk/Timer.cc: Check HAVE_SYS_SELECT_HRyan Pavlik
2011-09-14Upgrade FbTk::Timer so it can take an arbitrary functor as a parameterPavel Labath
2011-09-14FbTk::Timer accepts Slots instead of Commands as the former are more generalPavel Labath
2011-05-10Make RefCount<> more sensiblePavel Labath
2010-09-09simpler to use FbTk/Timer apiMathias Gumz
2010-05-06compile fix: FD_ZERO (sys/select.h) on solaris wants to use memset(); closes ...Mathias Gumz
2010-01-19improved documentation of the codeMathias Gumz
2009-10-08reportedly fix compiling on gcc 4.4 on SolarisMark Tiefenbruck
2008-08-21fix parsing of Delay commandMark Tiefenbruck
2008-04-21some fixes for gcc 3.4Thomas Orgis
2008-01-10make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck
2007-12-28moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys fileMark Tiefenbruck
2006-06-19fix timer issues (esp clock not updating on multiple screens)simonb
2006-04-18don't check the clock so often...simonb
2006-02-16updated copyright infomathias
2005-01-24copyright datemathias
2004-11-01accepted patch #1057446, improved iterator in timer-codeakir
2004-10-19if the systemtime is set back the timers wont be updated.akir
2004-09-19fixed a minor bug that can lead to HIGH cpuload under some circumstances.akir
2004-08-31add autoconf check for std c++ headersrathnor
2003-10-05fix reading of auto raise delayrathnor
2003-08-11executing a command on timeout instead of calling a TimeoutHandlerfluxgen
2003-01-09moved from fluxbox to fbtkfluxgen