diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ | |||
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/20: | ||
4 | Changed some *Focus options (Mathias) | ||
5 | removed SloppyFocus, SemiSloppyFocus and ClickToFocus options | ||
6 | added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus | ||
7 | - MouseFocus - change the focus to the window under the mouse | ||
8 | (almost similar to the 'old' SloppyFocus) | ||
9 | - ClickFocus - change the focus to the window the user clicks | ||
10 | - MouseTabFocus - change active tabclient to the one under the | ||
11 | mouse in titlebar, does NOT change the focus | ||
12 | - ClickTabFocus - change active tabclient when clicked onto a | ||
13 | tabbutton | ||
14 | to achieve former SemiSloppyFocus behavior one needs MouseFocus and | ||
15 | ClickTabFocus | ||
16 | Window.cc Screen.cc/hh ScreenResource.cc FocusModelMenuItem.hh fluxbox.cc | ||
17 | nls/fluxbox-nls.hh and some nls/*/Translation.m | ||
3 | *05/07/13: | 18 | *05/07/13: |
4 | Dragging a tab button from current titlebar onto current client area will | 19 | Dragging a tab button from current titlebar onto current client area will |
5 | detach that client (Mathias) | 20 | detach that client (Mathias) |