Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-14 | minor cosmetic | Mathias Gumz | 1 | -4/+2 | |
2012-09-14 | Fix regression: switch back to microseconds for DelayCmd | Mathias Gumz | 1 | -5/+5 | |
2012-09-14 | Fix bug: (re)setting timeouts on a running FbTk::Timer might lead to broken ↵ | Mathias Gumz | 1 | -0/+9 | |
timer list Setting a new timeout on a running FbTk::Timer must remove it from the timerlist, otherwise the list is not ordered correctly anymore. So, we stop the running FbTk::Timer, set the new timeout and restart it. | |||||
2012-08-28 | changed timing functions to use a monotonic increasing clock | Mathias Gumz | 1 | -145/+87 | |
gettimeofday() is subject to be changed on daylight-saving or to ntp-related (think leap-seconds). even worse, it is subject to be changed BACK in time. this is hard to fix correctly (see commit 45726d3016e and bug #3560509). it is irrelevant for timers to know the nano-seconds since the epoch anyways. | |||||
2012-01-04 | Pre-increment non-primitive types. | Ryan Pavlik | 1 | -1/+1 | |
Found with cppcheck: "Prefix ++/-- operators should be preferred for non-primitive types. Pre-increment/decrement can be more efficient than post-increment/decrement. Post-increment/decrement usually involves keeping a copy of the previous value around and adds a little extra code." | |||||
2011-10-31 | FbTk/Timer.cc: Check HAVE_SYS_SELECT_H, add alternate for windows | Ryan Pavlik | 1 | -0/+2 | |
2011-10-31 | FbTk/Timer.cc: Check HAVE_SYS_SELECT_H | Ryan Pavlik | 1 | -1/+3 | |
2011-09-14 | Upgrade FbTk::Timer so it can take an arbitrary functor as a parameter | Pavel Labath | 1 | -2/+6 | |
2011-09-14 | FbTk::Timer accepts Slots instead of Commands as the former are more general | Pavel Labath | 1 | -4/+4 | |
2011-05-10 | Make RefCount<> more sensible | Pavel Labath | 1 | -3/+3 | |
the previous version of operator*() made no sense. E.g., it violated the invariant (*ptr).foo <=> ptr->foo. The dereferencing operator now returns a reference to the pointed-to object, rather than a pointer to it. I also added a bool conversion operator, which can be used in testing the NULL-ness of the pointer. Anyone wondering if that could be done in a simpler way is encouraged to read <http://www.artima.com/cppsource/safebool.html>. And, finally, I removed the mutable flag from the m_data member, since it does not need it. | |||||
2010-09-09 | simpler to use FbTk/Timer api | Mathias Gumz | 1 | -0/+5 | |
2010-05-06 | compile fix: FD_ZERO (sys/select.h) on solaris wants to use memset(); closes ↵ | Mathias Gumz | 1 | -4/+10 | |
#2997117 | |||||
2010-01-19 | improved documentation of the code | Mathias Gumz | 1 | -5/+8 | |
2009-10-08 | reportedly fix compiling on gcc 4.4 on Solaris | Mark Tiefenbruck | 1 | -0/+2 | |
2008-08-21 | fix parsing of Delay command | Mark Tiefenbruck | 1 | -1/+2 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -7/+7 | |
ObjectRegistry | |||||
2007-12-28 | moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys file | Mark Tiefenbruck | 1 | -1/+37 | |
2006-06-19 | fix timer issues (esp clock not updating on multiple screens) | simonb | 1 | -42/+41 | |
2006-04-18 | don't check the clock so often... | simonb | 1 | -15/+47 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-01 | accepted patch #1057446, improved iterator in timer-code | akir | 1 | -6/+15 | |
2004-10-19 | if the systemtime is set back the timers wont be updated. | akir | 1 | -4/+21 | |
solution: add the delta to all of our timers too. | |||||
2004-09-19 | fixed a minor bug that can lead to HIGH cpuload under some circumstances. | akir | 1 | -1/+2 | |
actually we must ensure that only timers with a valid handle are added to the timerslist. | |||||
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -1/+5 | |
2003-10-05 | fix reading of auto raise delay | rathnor | 1 | -1/+1 | |
2003-08-11 | executing a command on timeout instead of calling a TimeoutHandler | fluxgen | 1 | -3/+13 | |
2003-01-09 | moved from fluxbox to fbtk | fluxgen | 1 | -0/+182 | |