diff options
author | mathias <mathias> | 2005-07-13 18:41:38 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-07-13 18:41:38 (GMT) |
commit | 3e16ad8cf8be40a1868b6c133649d6549a755761 (patch) | |
tree | 92cab56ca5ee4f8d4e707ec7fa8156f630054b80 /ChangeLog | |
parent | 21e525a856f54d7d62dc21a5d8ba8d74983c9747 (diff) | |
download | fluxbox_pavel-3e16ad8cf8be40a1868b6c133649d6549a755761.zip fluxbox_pavel-3e16ad8cf8be40a1868b6c133649d6549a755761.tar.bz2 |
When the screen is filled with windows it can be pretty hard to find a "valid"
area to drop a tab button to detach the client from the group. solution is to
detach the client if the tab button is dropped onto the client area of the
same group.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/07/13: | ||
4 | Dragging a tab button from current titlebar onto current client area will | ||
5 | detach that client (Mathias) | ||
6 | Window.cc | ||
3 | *05/07/12: | 7 | *05/07/12: |
4 | Renaming of 'bsetroot' to 'fbsetroot' (Mathias) | 8 | Renaming of 'bsetroot' to 'fbsetroot' (Mathias) |
5 | blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax | 9 | blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax |