aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8f55fc..223ab39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,22 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/05/06: 3*05/05/06:
4 * Added new Buttons for the Titlebar of a Window (Mathias)
5 - Shade - just like the "Stick"-button
6 Styleresources:
7 window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap
8 window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap
9 etc.
10 - MenuIcon - click on it provides the windowmenu, if the app
11 contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a
12 little menu otherwise.
13 Styleresources:
14 windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap
15 etc.
16 Example ~/.fluxbox/init - entry:
17 session.titlebar.left: MenuIcon Stick
18 session.titlebar.right: Shade Minimize Maximize Close
19 Window.cc Resources.cc fluxbox.hh WinButton.cc/hh WinButtonTheme.cc/hh
4 * xrestop should now display "Fluxbox" (Simon) 20 * xrestop should now display "Fluxbox" (Simon)
5 Ewmh.hh/cc 21 Ewmh.hh/cc
6 * Fix potential segfault menu bug, thanks chenfeng (Simon) 22 * Fix potential segfault menu bug, thanks chenfeng (Simon)