aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-04 14:07:07 (GMT)
committersimonb <simonb>2006-04-04 14:07:07 (GMT)
commit42719701dc17b5acef41223fe0237b9154cb3f0a (patch)
treedc2c5567e071fa6d445003439800ba03b328ce20 /ChangeLog
parentc243fa897f37dabeade187ac74ea5cd175e80a22 (diff)
downloadfluxbox-42719701dc17b5acef41223fe0237b9154cb3f0a.zip
fluxbox-42719701dc17b5acef41223fe0237b9154cb3f0a.tar.bz2
rotated Xmb Fonts, by rotating as we draw
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6f6a94..d195bc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/04/04: 3*06/04/04:
4 * Rotated Xmb Fonts (Simon)
5 - rotated when drawn. Probably not very efficient for
6 parentrelative backgrounds. If it proves an issue, we should
7 probably cache recently-drawn strings so we can just re-stipple.
8 XmbFontImp.hh/cc Text.hh
4 * Rotated X Fonts again, plus minor external tab alignment fixes (Simon) 9 * Rotated X Fonts again, plus minor external tab alignment fixes (Simon)
5 - Still need to do XmbFonts. Most people probably load those 10 - Still need to do XmbFonts. Most people probably load those
6 instead of XFont these days. Will need yet another approach... 11 instead of XFont these days. Will need yet another approach...