From: Philipp H. <aop...@us...> - 2012-12-26 21:54:39
|
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 window manager core". The branch, master has been updated via 82b46dd387516e943f3d0f49ac0062dba9d82593 (commit) via 604649bc29866288ca73d130b7fa6037933835b4 (commit) via d7ec9e706e14f568cf025b1a3ffc280c9bad9ed6 (commit) from 46f2de2fea363d9219b803db00e4b8f949fae189 (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 82b46dd387516e943f3d0f49ac0062dba9d82593 Author: Philipp Hartwig <ph...@ph...> Date: Wed Dec 26 22:48:40 2012 +0100 Close watches along with screen Attach the notifywin of screen 1 to screen 0 and close screen 1 (cfg_xrandr.lua triggers this behavior). Before, an orphaned notifywin would survive and Notion would crash when trying to close it. commit 604649bc29866288ca73d130b7fa6037933835b4 Author: Philipp Hartwig <ph...@ph...> Date: Wed Dec 26 22:47:49 2012 +0100 Fix typo in d7ec9e706e14f568cf025b1a3ffc280c9bad9ed6 commit d7ec9e706e14f568cf025b1a3ffc280c9bad9ed6 Author: Philipp Hartwig <ph...@ph...> Date: Sun Dec 23 22:34:53 2012 +0100 Update activity notification on reattaching The region_set_activity(reg, SETPARAM_UNSET) in region_detach_manager did not take care of clearing the activity notification on the old screen because the attaching happens on the level of the WGroup, while the activity flag is set on the client itself. Closes https://sourceforge.net/tracker/?func=detail&aid=3009515&group_id=314802&atid=1324528 ----------------------------------------------------------------------- Summary of changes: ioncore/attach.c | 7 +++++++ ioncore/region.c | 2 -- ioncore/screen-notify.h | 2 ++ ioncore/screen.c | 3 +++ 4 files changed, 12 insertions(+), 2 deletions(-) hooks/post-receive -- notion window manager core |