diff options
author | mathias <mathias> | 2005-07-20 18:29:01 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-07-20 18:29:01 (GMT) |
commit | 460dffdcc1f2de5463225feedd7d02f6f27958c2 (patch) | |
tree | 2e76bc31a08544a423e018c94ac9b06f7965684e /ChangeLog | |
parent | 3e16ad8cf8be40a1868b6c133649d6549a755761 (diff) | |
download | fluxbox-460dffdcc1f2de5463225feedd7d02f6f27958c2.zip fluxbox-460dffdcc1f2de5463225feedd7d02f6f27958c2.tar.bz2 |
Changed some *Focus options, just to make some things a bit more clear.
the "Sloppy" was always a bit .. unprecise.
removed SloppyFocus, SemiSloppyFocus and ClickToFocus options
added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus
- MouseFocus - change the focus to the window under the mouse
(almost similar to the 'old' SloppyFocus)
- ClickFocus - change the focus to the window the user clicks
- MouseTabFocus - change active tabclient to the one under the
mouse in titlebar, does NOT change the focus
- ClickTabFocus - change active tabclient when clicked onto a
tabbutton
to achieve former SemiSloppyFocus behavior one needs MouseFocus and
ClickTabFocus
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) |