aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2005-04-27 21:18:41 (GMT)
committermathias <mathias>2005-04-27 21:18:41 (GMT)
commitf1c5abd17ffd572a7586d396622c2891881e5ca4 (patch)
treee4f8eaaf1f7f67ff657ff5de9ce989bd38216970 /ChangeLog
parentc0f725806323e370d8eda922e680a0b17db17175 (diff)
downloadfluxbox-f1c5abd17ffd572a7586d396622c2891881e5ca4.zip
fluxbox-f1c5abd17ffd572a7586d396622c2891881e5ca4.tar.bz2
i added an attribute to FbWindow to mark windows which are only used as
"carrier" (maybe a temporarly name?) ... carriers dont need background-updates .. ever. this leads to a big performance"boost" over the last commits. before we updated also the windows which are the hosts for the apps (m_window and m_clientarea in FbWinFrame) -> bad idea.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a9c6a5..b346667 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/04/27: 3*05/04/27:
4 * Fix some initialisation, plus setting background too much (Simon) 4 * Fix some initialisation, plus setting background too much (Simon + Mathias)
5 FbWindow.cc 5 FbTk/FbWindow.cc/hh FbWinFrame.cc
6 * Add some extremely basic handling for icon pixmaps that aren't 6 * Add some extremely basic handling for icon pixmaps that aren't
7 the same depth as the screen (treat all as 1-bit, easy to handle) 7 the same depth as the screen (treat all as 1-bit, easy to handle)
8 (Simon) 8 (Simon)