This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Bastien Montagne 968e1b3b10 Fix T41427: Region overlap moves into wrong window.
There was some fuzzyness in `region_overlap_fix()`, using an 'other side' region
as ref to move current one in case their rect would intersect...

New code is a bit more complex, but should handle nicely all situations, mostly
ensuring we only translate an overlap if we find a previous one **on the same side**,
and ensuring we also never have intersecting overlapping regions from different sides
(since this does not work nice at all).
2014-08-15 15:40:53 +02:00
..
2014-08-15 19:59:31 +10:00
2014-08-15 14:22:34 +10:00
2014-08-14 10:36:07 +10:00
2014-07-01 09:36:28 +10:00
2014-08-13 10:38:08 +10:00
2014-08-14 11:40:10 +02:00