aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
AgeCommit message (Collapse)AuthorFilesLines
2013-02-14Trigger ClockTool every second, independent of the format stringMathias Gumz1-10/+8
It's hard to hit right moment to update the clock correctly: Either we are a bit too early and the 'old time' is the same as the 'new time' and the clock looks 'a bit off' or we are too late and the clock is 'a bit off'. This is especially the case for format strings which do not show the second and thus are updated only at the full minute (see bug #1082): if fluxbox does not update the clock 'now' it would do it one minute later and thus the clock might show the wrong time for roughly 1 minute. Instead of coming up with something immensely clever we just trigger the ClockTool every second. If no update of the shown time is needed fluxbox won't do anything. Some minor code reordering as byproduct.
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-4/+5
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-1/+1
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'.
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-2/+4
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-3/+1
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-1/+1
2007-01-05use LC_TIME for interpreting clock locale.simonb1-0/+2
Fix something likely to break locales on BSDs and things without nl_langinfo
2006-04-17fix transparency updates for the toolbar when autohide is onsimonb1-0/+2
2006-04-15implement vertical toolbar placement optionssimonb1-0/+3
2006-02-16updated copyright infomathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-2/+3
for consistency with transparency resources
2004-08-29a few random fixesrathnor1-1/+2
2003-12-04toggle clock format via menufluxgen1-2/+6
2003-08-19moved textbutton to fbtkfluxgen1-3/+3
2003-08-13added border widthfluxgen1-2/+2
2003-08-11basic tools for toolbarfluxgen1-0/+77