From: Arnout E. <rab...@us...> - 2012-04-20 19:23:47
|
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 9e8d041cb17bcb6aa1ebb077bc4491a2028fae75 (commit) via d235c61d49a9dc8c8ee0d581fb67d5cdf03cd0ff (commit) via 98c24169433a0b1a29a1e676f307e12446d2207c (commit) via da839e974d3f51edb143324c6c29f13003025086 (commit) via 01767efc2779327343d73200ecddb16e8eea7092 (commit) via 0d817223aaf50e909c6347e1826b00c2ebb8da3d (commit) via 5d5ffb34b4dd2c01f02417772178e0525f3581c5 (commit) via 6f9df91eb628495ab8977ccb77b947764312b206 (commit) from 2475e0d61954aafb527561a26faea5b52b170e86 (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 9e8d041cb17bcb6aa1ebb077bc4491a2028fae75 Author: Arnout Engelen <arn...@bz...> Date: Fri Apr 20 21:22:46 2012 +0200 don't screen_update_notifywin if there is no screen attached to this region commit d235c61d49a9dc8c8ee0d581fb67d5cdf03cd0ff Author: Arnout Engelen <arn...@bz...> Date: Fri Apr 20 21:08:00 2012 +0200 Revert "Remove dead 'uses_root' flag from WScreen" This is an ABI change and we want to reduce those to a minimum, to keep our modules as universal as possible. This reverts commit 0d817223aaf50e909c6347e1826b00c2ebb8da3d. commit 98c24169433a0b1a29a1e676f307e12446d2207c Merge: da839e9 01767ef Author: Arnout Engelen <arn...@bz...> Date: Fri Apr 20 20:18:35 2012 +0200 Merge branch 'rootwin_nature' commit da839e974d3f51edb143324c6c29f13003025086 Author: Arnout Engelen <arn...@bz...> Date: Fri Apr 20 20:17:53 2012 +0200 Flash fullscreen fix, huge thanks to AopicieR/Philipp Hartwig commit 01767efc2779327343d73200ecddb16e8eea7092 Author: Arnout Engelen <arn...@bz...> Date: Fri Apr 20 20:01:34 2012 +0200 remove redundant casts commit 0d817223aaf50e909c6347e1826b00c2ebb8da3d Author: Arnout Engelen <arn...@bz...> Date: Fri Apr 20 19:59:42 2012 +0200 Remove dead 'uses_root' flag from WScreen commit 5d5ffb34b4dd2c01f02417772178e0525f3581c5 Author: Arnout Engelen <arn...@bz...> Date: Fri Apr 20 19:57:43 2012 +0200 Remove screen_fitrep hack - no longer needed (and actually harmful) now that WRootWin is no longer a WScreen commit 6f9df91eb628495ab8977ccb77b947764312b206 Author: Philipp Hartwig <ph...@ph...> Date: Fri Apr 20 17:07:30 2012 +0200 Revert the essence of 88a54276c7545f759af4229bcc73f9155ede00fb The goal is to make WRootWin into a subclass of WWindow again, so that it can manage multiple WScreen's without contradicting the definition of an MPlex. In the end this will require a fundamental change to the logic of mod_xinerama. ----------------------------------------------------------------------- Summary of changes: ioncore/manage.c | 31 +++++++---------- ioncore/mplexpholder.c | 2 +- ioncore/netwm.c | 8 ++-- ioncore/netwm.h | 2 +- ioncore/rootwin.c | 84 +++++++++++++++++++++++++++++++++++++++------- ioncore/rootwin.h | 4 +- ioncore/screen-notify.c | 18 +++++---- ioncore/screen.c | 31 ----------------- mod_sp/main.c | 2 +- 9 files changed, 103 insertions(+), 79 deletions(-) hooks/post-receive -- notion window manager core |