Age | Commit message (Expand) | Author | Files | Lines |
2014-05-12 | cosmetic, less code | Mathias Gumz | 1 | -9/+10 |
2014-05-12 | detect minute-based strftime-formats (again) | Mathias Gumz | 1 | -3/+11 |
2014-05-12 | fix clocktool lagging behind and skipping seconds | Mathias Gumz | 1 | -2/+13 |
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 1 | -4/+0 |
2013-02-14 | Trigger ClockTool every second, independent of the format string | Mathias Gumz | 1 | -53/+36 |
2013-01-26 | Calculates timeouts of ClockTool based upon System Clock | Mathias Gumz | 1 | -4/+5 |
2012-09-14 | minor cosmetic | Mathias Gumz | 1 | -3/+4 |
2012-08-28 | changed timing functions to use a monotonic increasing clock | Mathias Gumz | 1 | -25/+12 |
2011-05-10 | Convert ToolbarItem::resizeSig to FbTk::Signal | Pavel Labath | 1 | -2/+2 |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -5/+6 |
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 1 | -1/+1 |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -5/+5 |
2010-09-05 | avoid constructing new strings implicit | Mathias Gumz | 1 | -1/+1 |
2010-08-24 | code simplification / deduplication | Mathias Gumz | 1 | -54/+34 |
2010-08-23 | fixed compiler warning 'comparison between signed and unsigned integer expres... | Mathias Gumz | 1 | -7/+7 |
2010-01-19 | optimization of how often fluxbox checks for the system time to display it in... | Mathias Gumz | 1 | -4/+46 |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -0/+1 |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ObjectR... | Mark Tiefenbruck | 1 | -6/+6 |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -15/+13 |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -13/+12 |
2007-12-18 | holding control will now keep the menu open | Mark Tiefenbruck | 1 | -2/+3 |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -3/+3 |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them aut... | markt | 1 | -3/+3 |
2007-10-13 | merged changes from pre-devel | markt | 1 | -2/+2 |
2007-04-08 | use proper test for whether it's a number. | simonb | 1 | -1/+1 |
2007-04-08 | Only replace numbers with zeros when calculating clock width. | simonb | 1 | -1/+11 |
2007-01-05 | use LC_TIME for interpreting clock locale. | simonb | 1 | -4/+16 |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -5/+5 |
2006-06-19 | fix timer issues (esp clock not updating on multiple screens) | simonb | 1 | -1/+4 |
2006-04-24 | Use -Wall when --enable-debug and some warning fixes | simonb | 1 | -1/+1 |
2006-04-18 | don't check the clock so often... | simonb | 1 | -5/+2 |
2006-04-17 | grow the clock if the text gets too big | simonb | 1 | -1/+9 |
2006-04-15 | implement vertical toolbar placement options | simonb | 1 | -4/+13 |
2006-03-02 | fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at l... | mathias | 1 | -1/+1 |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 |
2005-06-30 | if we check the time only ever second we can get into trouble, eg: | mathias | 1 | -3/+4 |
2005-05-12 | missing #include <typeinfo> | mathias | 1 | -0/+1 |
2005-04-27 | fix a few more bugs with recent reworking stuff | simonb | 1 | -17/+15 |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -0/+1 |
2005-01-24 | copyright date | mathias | 1 | -1/+1 |
2004-12-10 | changing the timeformat of the clocktool is done via the editdialog which | mathias | 1 | -1/+3 |
2004-12-07 | minor cosmetic issueRelease-0_9_11 | mathias | 1 | -3/+1 |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 |
2004-10-10 | * Update de_DE Translation and add some missing NLS values | rathnor | 1 | -6/+13 |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -11/+20 |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 |
2004-08-29 | a few random fixes | rathnor | 1 | -1/+6 |
2004-08-25 | fix up theming of the toolbar | rathnor | 1 | -2/+6 |
2004-06-16 | toolbar fixes, updates and optimisations | rathnor | 1 | -4/+2 |