Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Otherwise width of things in proportional fonts can be way out. sf.net bug #1545066. | |||||
2007-01-05 | use LC_TIME for interpreting clock locale. | simonb | 1 | -4/+16 | |
Fix something likely to break locales on BSDs and things without nl_langinfo | |||||
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -5/+5 | |
console, plus handle catalogs better. | |||||
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 | |
+ thanks Jonas Koelker | |||||
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 ↵ | mathias | 1 | -1/+1 | |
lowlatency dot de> | |||||
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 | |
assume its 12:34:56.99, displaying 12:34:56 takes some time and so its already 12:34:57 when we display 12:34:56. to fix that i set the time to check the clock to 0.01 seconds. that shouldnt hurt much since we only redraw the clock when the string has changed. a more complex approach would be to analyze the strftime-string and set the timeout accordingly. but i dont know if its really worth the effort and beeing a bit off schedule can happen too, just not as often as if you are in seconds mode. | |||||
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 | |
Some fixes could incidentally fix a few other bugs... the flaws were pre-existing, I've just been weeding out a lot of duplication | |||||
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -0/+1 | |
background pixmap. Same for textbuttons. | |||||
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 | |
causes a reconfigure .. which causes a loop over all toolbaritems and call updateSizing() .. where we should check, if a new timeformat makes the clock bigger or smaller... closes #1026096 | |||||
2004-12-07 | minor cosmetic issue | 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 | |
(Thanks Christian Storm) - also a tiny cleanup of weird nls set | |||||
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -11/+20 | |
for consistency with transparency resources | |||||
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 | |
2004-01-13 | toolbar transparency | rathnor | 1 | -1/+4 | |
2003-12-19 | edit clock format menu item | fluxgen | 1 | -1/+29 | |
2003-12-07 | usePixmap from Texture | fluxgen | 1 | -2/+2 | |
2003-12-06 | fixed minor bug in menu item and saving resources when changing value | fluxgen | 1 | -5/+14 | |
2003-12-04 | toggle clock format via menu | fluxgen | 1 | -3/+70 | |
2003-08-15 | minor bugfix for pixmap | fluxgen | 1 | -2/+2 | |
2003-08-15 | minor offset fix | fluxgen | 1 | -3/+3 | |
2003-08-13 | using border theme | fluxgen | 1 | -4/+15 | |
2003-08-11 | minor fixes | fluxgen | 1 | -10/+9 | |
2003-08-11 | basic tools for toolbar | fluxgen | 1 | -0/+148 | |