summaryrefslogtreecommitdiff
path: root/src/ClockTool.cc
AgeCommit message (Expand)Author
2012-09-14minor cosmeticMathias Gumz
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz
2011-05-10Convert ToolbarItem::resizeSig to FbTk::SignalPavel Labath
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz
2010-09-08introduced FbTk::BidiStringMathias Gumz
2010-09-05avoid constructing new strings implicitMathias Gumz
2010-08-24code simplification / deduplicationMathias Gumz
2010-08-23fixed compiler warning 'comparison between signed and unsigned integer expres...Mathias Gumz
2010-01-19optimization of how often fluxbox checks for the system time to display it in...Mathias Gumz
2008-01-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz
2008-01-10make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck
2008-01-04update code to use ThemeProxyMark Tiefenbruck
2008-01-03remove old svn $Id$ tagsMark Tiefenbruck
2007-12-30removed some unneeded headersMathias Gumz
2007-12-17holding control will now keep the menu openMark Tiefenbruck
2007-12-15changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt
2007-10-13merged changes from pre-develmarkt
2007-04-08use proper test for whether it's a number.simonb
2007-04-08Only replace numbers with zeros when calculating clock width.simonb
2007-01-05use LC_TIME for interpreting clock locale.simonb
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb
2006-06-19fix timer issues (esp clock not updating on multiple screens)simonb
2006-04-24Use -Wall when --enable-debug and some warning fixes simonb
2006-04-18don't check the clock so often...simonb
2006-04-17grow the clock if the text gets too bigsimonb
2006-04-15implement vertical toolbar placement optionssimonb
2006-03-02fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at l...mathias
2006-02-16updated copyright infomathias
2005-06-30if we check the time only ever second we can get into trouble, eg:mathias
2005-05-12missing #include <typeinfo>mathias
2005-04-27fix a few more bugs with recent reworking stuffsimonb
2005-04-26extension of previous big patch. Move a bunch of menu things onto simonb
2005-01-24copyright datemathias
2004-12-10changing the timeformat of the clocktool is done via the editdialog which mathias
2004-12-07minor cosmetic issueRelease-0_9_11mathias
2004-11-19svn propset svn:keywords "Id"mathias
2004-10-10 * Update de_DE Translation and add some missing NLS valuesrathnor
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor
2004-08-31add autoconf check for std c++ headersrathnor
2004-08-29a few random fixesrathnor
2004-08-25fix up theming of the toolbarrathnor
2004-06-16toolbar fixes, updates and optimisationsrathnor
2004-01-13toolbar transparencyrathnor
2003-12-19edit clock format menu itemfluxgen
2003-12-07usePixmap from Texturefluxgen
2003-12-06fixed minor bug in menu item and saving resources when changing valuefluxgen
2003-12-04toggle clock format via menufluxgen
2003-08-15minor bugfix for pixmapfluxgen