diff options
author | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
commit | af74a2284551c8511b66d77112c7bf32831c1522 (patch) | |
tree | 35a8830352f5facc1fc9c58b82c0c6dce8fc921e /ChangeLog | |
parent | 872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff) | |
download | fluxbox_pavel-af74a2284551c8511b66d77112c7bf32831c1522.zip fluxbox_pavel-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2 |
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,5 +1,20 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/03/26: | ||
4 | * More external tabs work AND rotated Xft text (Simon) | ||
5 | - new tab positions (LeftTop, LeftBottom, etc) | ||
6 | - TextButtons and Containers can have orientation set on them | ||
7 | - XftFonts store all rotated versions (if used), | ||
8 | so the theme doesn't need to know about it. Pixmaps are also auto-rotated. | ||
9 | - TODO: Update XFontImp rotation code | ||
10 | - Note: many files touched because constness removed from many fonts | ||
11 | FbTk/ Button.hh FbPixmap.hh/cc Font.hh/cc FontImp.hh ImageControl.hh/cc | ||
12 | Text.hh/cc TextButton.hh/cc TextureRender.hh/cc XFontImp.hh/cc | ||
13 | XftFontImp.hh/cc XmbFontImp.hh/cc | ||
14 | Container.hh/cc FbWinFrame.hh/cc FbWinFrameTheme.hh IconButton.hh/cc | ||
15 | IconbarTheme.hh IconbarTool.hh Screen.cc ToolFactory.hh/cc | ||
16 | WinButtonTheme.hh/cc | ||
17 | tests/testFont.cc | ||
3 | *06/03/24: | 18 | *06/03/24: |
4 | * Fix compile error in Theme.cc (sf.net bug #1454204) | 19 | * Fix compile error in Theme.cc (sf.net bug #1454204) |
5 | FbTk/Theme.cc | 20 | FbTk/Theme.cc |
@@ -200,7 +215,6 @@ Changes for 0.9.15: | |||
200 | src/ScreenResources.cc | 215 | src/ScreenResources.cc |
201 | * Use fbsetroot in Default-Styles (Mathias) | 216 | * Use fbsetroot in Default-Styles (Mathias) |
202 | data/styles/* | 217 | data/styles/* |
203 | ------------------------------------------------------------- | ||
204 | Changes for 0.9.14: | 218 | Changes for 0.9.14: |
205 | *05/09/12: | 219 | *05/09/12: |
206 | * Fixes #1281708, MenuIcon doesnt scale properly (thanx Erik-Jan) | 220 | * Fixes #1281708, MenuIcon doesnt scale properly (thanx Erik-Jan) |