diff options
author | mathias <mathias> | 2005-09-04 21:22:09 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-09-04 21:22:09 (GMT) |
commit | cfb26be26928c53a0be267f4707041bb82371519 (patch) | |
tree | ab9a613fd108fd8081b13f1f8d07c0ba8c3ce805 /ChangeLog | |
parent | 2b2236e97c10bf61f1ae518e5f9b951326a5fa0a (diff) | |
download | fluxbox_pavel-cfb26be26928c53a0be267f4707041bb82371519.zip fluxbox_pavel-cfb26be26928c53a0be267f4707041bb82371519.tar.bz2 |
added feature request #1084510:
when mod1 + leftmouse are clicked on a window and the mouse is not
moved, the window is raised at leftmouserelease. i dont think we
need an extra option for that since its very unobtrusive but neat
to have.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/09/04: | ||
4 | * Added Feature Request #1084510 (Mathias) | ||
5 | When Mod1 + LeftMouse are clicked on a Window and the mouse is not | ||
6 | moved, the window is raised at LeftMouseRelease | ||
7 | src/Window.cc | ||
3 | *05/09/03: | 8 | *05/09/03: |
4 | * Exchanged the hardcoded 3200 pixel limit for texture size to | 9 | * Exchanged the hardcoded 3200 pixel limit for texture size to |
5 | a calculated value based on screen dimensions (Mathias) | 10 | a calculated value based on screen dimensions (Mathias) |