From: Arnout E. <rab...@us...> - 2011-04-24 17:16:58
|
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 "mod_xinerama notion multi-head support". The branch, split has been updated via b0b01c59a15744d98fff23437e875db8952c3d1b (commit) via fcd1251cd84eb744a6500d27ccd31c5381f7e31d (commit) via 75ac185adaae877e044c7081364728a5cee01417 (commit) from 21f5aab424d89c79fa6c6902862d11565fe4ad97 (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 b0b01c59a15744d98fff23437e875db8952c3d1b Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 17 20:16:45 2011 +0200 Rewrite of the merging algorithms. * Better readability of all three algorithms. * Move merge_overlapping_screens to merge_overlapping_screens_alternate, as WScreens with default layout won't behave nice with this algorithm. * New merge_overlapping_screens, that outputs set of rectangles which do not overlap. * Rewrite of test: specify what we exactly expect to output. commit fcd1251cd84eb744a6500d27ccd31c5381f7e31d Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 17 12:29:45 2011 +0200 Fix merge_overlapping_screens. Bug was introduced by stabilising order in the merge. commit 75ac185adaae877e044c7081364728a5cee01417 Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 17 12:28:06 2011 +0200 Accept tables with hiles in numbering. Use logic that is consitent with other parts of notion. ----------------------------------------------------------------------- Summary of changes: mod_xinerama.c | 13 ++-- mod_xinerama.lua | 195 ++++++++++++++++++++++++++++++++++++++++------------- test_xinerama.lua | 192 ++++++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 333 insertions(+), 67 deletions(-) hooks/post-receive -- mod_xinerama notion multi-head support |