aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2005-05-06 18:04:14 (GMT)
committermathias <mathias>2005-05-06 18:04:14 (GMT)
commit4338fbec76d8ca822dcb21c66b6d8e492ee49020 (patch)
treed99a44d5269b244e9fcea2bbddcd170ae91df6e6 /ChangeLog
parent783a3903759117112e4120a5ff47b59f2a67cf06 (diff)
downloadfluxbox-4338fbec76d8ca822dcb21c66b6d8e492ee49020.zip
fluxbox-4338fbec76d8ca822dcb21c66b6d8e492ee49020.tar.bz2
Added new Buttons for the Titlebar of a Window (Mathias)
- Shade - just like the "Stick"-button Styleresources: window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap etc. - MenuIcon - click on it provides the windowmenu, if the app contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a little menu otherwise. Styleresources: windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap etc. Example ~/.fluxbox/init - entry: session.titlebar.left: MenuIcon Stick session.titlebar.right: Shade Minimize Maximize Close hint: if the app HAS a pixmap i use window.title.focus.pixmap (look WinButtonTheme for reference)in pixmap-based-styles. this looks excellent and dont need much extra-code to pipe that info into WinButtons.
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)