Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-14 | removed duplicate function signature for FbTk::StringUtil::extractNumber() | Mathias Gumz | 1 | -1/+1 | |
2010-09-17 | use FbTk::API to reduce code duplication | Mathias Gumz | 1 | -1/+5 | |
2010-08-24 | code simplification / deduplication | Mathias Gumz | 1 | -0/+12 | |
* parse the string only once for a bunch of chars to check instead of starting over again and again from the beginning, created a helper function to do this (FbTk::StringUtil::findCharFromAlphabetAfterTrigger) * put same code into a function (setClockModeLabel()) * use much simpler code to switch between 12h and 24h mode and replace the fmt-switches | |||||
2009-10-01 | another little helper for FbTk::StringUtil: extractNumber() | Mathias Gumz | 1 | -0/+8 | |
2009-10-01 | simpler code | Mathias Gumz | 1 | -0/+2 | |
2009-05-26 | Exit loop for unterminated { } pair | Jim Ramsay | 1 | -1/+1 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-28 | moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys file | Mark Tiefenbruck | 1 | -0/+8 | |
2007-12-20 | added ForEach key command | Mark Tiefenbruck | 1 | -0/+21 | |
2007-12-14 | StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was ↵ | markt | 1 | -1/+1 | |
only whitespace | |||||
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -0/+3 | |
auto-register | |||||
2006-06-27 | some minor code cleanups thanks Slava Semushin (php-coder), who also thanks ↵ | simonb | 1 | -1/+0 | |
Mikhail Gusarov | |||||
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-10-21 | Fixed #1223878, Style reloading on USR2 (patch from Zan) | mathias | 1 | -1/+1 | |
cosmetic stuff in StringUtil.cc/hh | |||||
2005-10-20 | added replaceString | fluxgen | 1 | -0/+5 | |
2005-02-10 | cosmetic + updated copyright year | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-10 | cosmetic, man, we need a beautifarm :) | akir | 1 | -3/+3 | |
2004-05-02 | copyright update | fluxgen | 1 | -2/+3 | |
2003-12-16 | fixed some icc warnings | fluxgen | 1 | -3/+3 | |
2003-10-25 | added removeTrailingWhitespace | fluxgen | 1 | -1/+2 | |
2003-09-29 | added removeFirstWhitespace | fluxgen | 1 | -1/+5 | |
2003-08-22 | fixed basename | fluxgen | 1 | -1/+5 | |
2003-08-22 | cleaning, added toUpper | fluxgen | 1 | -5/+6 | |
2003-07-01 | make it work... (fix some small issues) | rathnor | 1 | -1/+3 | |
2003-06-12 | add support for nesting in getStringBetween | rathnor | 1 | -2/+2 | |
2003-04-26 | moved from fluxbox source | fluxgen | 1 | -0/+85 | |