blender/source
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
..
blender Fix T41427: Region overlap moves into wrong window. 2014-08-15 15:40:53 +02:00
blenderplayer Pie Menus C code backend. 2014-08-11 11:02:26 +02:00
creator Tweaks to the recent wrapper on windows 2014-08-08 00:22:57 +06:00
gameengine Fix T40766: Startup fails with UnicodeDecodeError on Windows 2014-08-11 17:53:42 +10:00
icons
CMakeLists.txt Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
SConscript