From: Arnout E. <rab...@us...> - 2011-03-11 23:32:34
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 0cd1e04960312d5c1c1a28efe5bc9f3453e33de2 (commit) from 5dbc19e2d53f71c9d4d18dd629aa6938459e8d35 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0cd1e04960312d5c1c1a28efe5bc9f3453e33de2 Author: Arnout Engelen <arn...@bz...> Date: Sat Mar 12 00:26:18 2011 +0100 Handle XConfigureRequestEvent's moving transient dialogs to incorrect locations Some applications, in particular Java apps, tend to move transient dialogs to invalid locations by way of XConfigureRequestEvent's. This patch ignores X or Y values from XConfigureRequestEvent that are outside the bounds of the frame. When X/Y values are not out-of-bounds but still close to the right/bottom edge, the dialog might get 'squashed'. To prevent this, we now consider width and height to be non-'weak' even if only new X or Y values are submitted. https://sourceforge.net/tracker/?func=detail&aid=3167262&group_id=314802&atid=1324528 ----------------------------------------------------------------------- Summary of changes: ioncore/clientwin.c | 2 ++ ioncore/sizepolicy.c | 13 ++++++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |