aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.cc
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Patch from Bo Simonsen.Mark Tiefenbruck1-4/+9
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz1-7/+3
2014-05-12cosmetic, less codeMathias Gumz1-9/+10
2014-05-12detect minute-based strftime-formats (again)Mathias Gumz1-3/+11
2014-05-12fix clocktool lagging behind and skipping secondsMathias Gumz1-2/+13
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-4/+0
2013-02-14Trigger ClockTool every second, independent of the format stringMathias Gumz1-53/+36
2013-01-26Calculates timeouts of ClockTool based upon System ClockMathias Gumz1-4/+5
2012-09-14minor cosmeticMathias Gumz1-3/+4
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz1-25/+12
2011-05-10Convert ToolbarItem::resizeSig to FbTk::SignalPavel Labath1-2/+2
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-5/+6
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-1/+1
2010-09-08introduced FbTk::BidiStringMathias Gumz1-5/+5
2010-09-05avoid constructing new strings implicitMathias Gumz1-1/+1
2010-08-24code simplification / deduplicationMathias Gumz1-54/+34
2010-08-23fixed compiler warning 'comparison between signed and unsigned integer expres...Mathias Gumz1-7/+7
2010-01-19optimization of how often fluxbox checks for the system time to display it in...Mathias Gumz1-4/+46
2008-01-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz1-0/+1
2008-01-11make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck1-6/+6
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-15/+13
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-13/+12
2007-12-18holding control will now keep the menu openMark Tiefenbruck1-2/+3
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck1-3/+3
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt1-3/+3
2007-10-13merged changes from pre-develmarkt1-2/+2
2007-04-08use proper test for whether it's a number.simonb1-1/+1
2007-04-08Only replace numbers with zeros when calculating clock width.simonb1-1/+11
2007-01-05use LC_TIME for interpreting clock locale.simonb1-4/+16
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-5/+5
2006-06-19fix timer issues (esp clock not updating on multiple screens)simonb1-1/+4
2006-04-24Use -Wall when --enable-debug and some warning fixes simonb1-1/+1
2006-04-18don't check the clock so often...simonb1-5/+2
2006-04-17grow the clock if the text gets too bigsimonb1-1/+9
2006-04-15implement vertical toolbar placement optionssimonb1-4/+13
2006-03-02fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at l...mathias1-1/+1
2006-02-16updated copyright infomathias1-1/+1
2005-06-30if we check the time only ever second we can get into trouble, eg:mathias1-3/+4
2005-05-12missing #include <typeinfo>mathias1-0/+1
2005-04-27fix a few more bugs with recent reworking stuffsimonb1-17/+15
2005-04-26extension of previous big patch. Move a bunch of menu things onto simonb1-0/+1
2005-01-24copyright datemathias1-1/+1
2004-12-10changing the timeformat of the clocktool is done via the editdialog which mathias1-1/+3
2004-12-07minor cosmetic issueRelease-0_9_11mathias1-3/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-10 * Update de_DE Translation and add some missing NLS valuesrathnor1-6/+13
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-11/+20
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-08-29a few random fixesrathnor1-1/+6