index
:
fluxbox.git
master
on_tab
pre-devel-1_1
wip
wip-container
wip-orig-dev
with_map
Unnamed repository; edit this file 'description' to name the repository.
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
FbTk
/
Timer.cc
Age
Commit message (
Expand
)
Author
2012-09-14
minor cosmetic
Mathias Gumz
2012-09-14
Fix regression: switch back to microseconds for DelayCmd
Mathias Gumz
2012-09-14
Fix bug: (re)setting timeouts on a running FbTk::Timer might lead to broken t...
Mathias Gumz
2012-08-28
changed timing functions to use a monotonic increasing clock
Mathias Gumz
2012-01-04
Pre-increment non-primitive types.
Ryan Pavlik
2011-10-31
FbTk/Timer.cc: Check HAVE_SYS_SELECT_H, add alternate for windows
Ryan Pavlik
2011-10-31
FbTk/Timer.cc: Check HAVE_SYS_SELECT_H
Ryan Pavlik
2011-09-14
Upgrade FbTk::Timer so it can take an arbitrary functor as a parameter
Pavel Labath
2011-09-14
FbTk::Timer accepts Slots instead of Commands as the former are more general
Pavel Labath
2011-05-10
Make RefCount<> more sensible
Pavel Labath
2010-09-09
simpler to use FbTk/Timer api
Mathias Gumz
2010-05-06
compile fix: FD_ZERO (sys/select.h) on solaris wants to use memset(); closes ...
Mathias Gumz
2010-01-19
improved documentation of the code
Mathias Gumz
2009-10-08
reportedly fix compiling on gcc 4.4 on Solaris
Mark Tiefenbruck
2008-08-21
fix parsing of Delay command
Mark Tiefenbruck
2008-04-21
some fixes for gcc 3.4
Thomas Orgis
2008-01-10
make FbTk::Command a template class, split parsing information out of ObjectR...
Mark Tiefenbruck
2007-12-28
moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys file
Mark Tiefenbruck
2006-06-19
fix timer issues (esp clock not updating on multiple screens)
simonb
2006-04-18
don't check the clock so often...
simonb
2006-02-16
updated copyright info
mathias
2005-01-24
copyright date
mathias
2004-11-01
accepted patch #1057446, improved iterator in timer-code
akir
2004-10-19
if the systemtime is set back the timers wont be updated.
akir
2004-09-19
fixed a minor bug that can lead to HIGH cpuload under some circumstances.
akir
2004-08-31
add autoconf check for std c++ headers
rathnor
2003-10-05
fix reading of auto raise delay
rathnor
2003-08-11
executing a command on timeout instead of calling a TimeoutHandler
fluxgen
2003-01-09
moved from fluxbox to fbtk
fluxgen