aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-08-24 15:30:24 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-08-24 15:30:24 (GMT)
commitb8987fc6238a747285b3aeac6f3b206a74e0d36a (patch)
treef8826582a15deec69942310e4405aac3b412b4c0 /ChangeLog
parent874eb67297cd63999730d1e779ff00581dcbb89d (diff)
downloadfluxbox-b8987fc6238a747285b3aeac6f3b206a74e0d36a.zip
fluxbox-b8987fc6238a747285b3aeac6f3b206a74e0d36a.tar.bz2
code simplification / deduplication
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9ab118..4aacb60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2 2Changes for 1.1.2
3 3
4*10/08/24:
5 * Code deduplication and simplification (Mathias)
6 Clocktool.cc FbTk/StringUtil.hh
4*10/08/20: 7*10/08/20:
5 * Added new action 'ActivateTab' (Mathias) 8 * Added new action 'ActivateTab' (Mathias)
6 Window.{cc,hh} Keys.cc fluxbox.cc CurrentWindowCmd.cc 9 Window.{cc,hh} Keys.cc fluxbox.cc CurrentWindowCmd.cc