aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-26 01:41:55 (GMT)
committersimonb <simonb>2005-04-26 01:41:55 (GMT)
commit1c2f92a3d2288b1cae9500110a72173506a18072 (patch)
treecdb695da16dcee74872790c772bb535def9f2895 /ChangeLog
parentb49432be05c6cf748e662e196778463e2190b4c3 (diff)
downloadfluxbox_pavel-1c2f92a3d2288b1cae9500110a72173506a18072.zip
fluxbox_pavel-1c2f92a3d2288b1cae9500110a72173506a18072.tar.bz2
extension of previous big patch. Move a bunch of menu things onto
background pixmap. Same for textbuttons.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d967eb7..e938d6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/04/26:
4 * Extension of previous patch, pushing various bits of menu items and
5 text buttons onto the background, and fixing various issues (Simon)
6 + Incidentally, adds some new theme items (due to backwards
7 compatibility fix):
8 - menu.hilite.submenu.pixmap: <Pixmap>
9 - menu.hilite.selected.pixmap: <Pixmap>
10 - menu.hilite.unselected.pixmap: <Pixmap>
11 These are equivalent to the no-.hilite ones, except are shown
12 when the item is highlighted...
13 FbTk/...
14 Menu.hh/cc MenuItem.hh/cc MenuTheme.hh/cc TextButton.hh/cc
15 FbWindow.hh/cc MenuIcon.hh/cc
16 FbWinFrame.hh/cc IconButton.hh/cc ToggleMenu.hh Window.cc
3*05/04/25: 17*05/04/25:
4 * Fixed #1188690, fbrun segfault (Mathias) 18 * Fixed #1188690, fbrun segfault (Mathias)
5 FbTk/App.cc 19 FbTk/App.cc