[00:01:58] <CIA-123> pulkomandy * r42609 /haiku/trunk/docs/user/interface/IconUtils.dox: [00:01:58] <CIA-123> Patch by John Scipione again : fix the new BIconUtils documentation. [00:01:58] <CIA-123> thanks! [00:59:47] <CIA-123> czeidler * r42610 /haiku/trunk/src/servers/app/stackandtile/ (5 files): [00:59:47] <CIA-123> * Remove the bad designed GroupCookie class and move its functionality into the WindowArea. As an result each WindowArea only has one set of tabs and constraints. [00:59:47] <CIA-123> * Fix group splitting. [00:59:47] <CIA-123> * Style: win -> parentWindow [02:07:52] <CIA-123> czeidler * r42611 /haiku/trunk/src/servers/app/ (6 files in 2 dirs): Only remove a window from the S&T group when the hide event is not triggered by a minimize call. [02:13:10] <CIA-123> mmadia * r42612 /haiku/trunk/src/add-ons/kernel/file_systems/googlefs/attrs.c: Automatic whitespace cleanup. No functional change. [02:15:25] <CIA-123> mmadia * r42613 /haiku/trunk/src/add-ons/kernel/file_systems/googlefs/ (README.googlefs.txt attrs.c): Updated (TM) to (R). No functional change. [02:24:30] <CIA-123> mmadia * r42614 /haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp: Updated (TM) to (R). No functional change. [03:53:27] <CIA-123> czeidler * r42615 /haiku/trunk/src/servers/app/ (Window.cpp stackandtile/SATGroup.cpp): When stacking windows, move the new window to the parent position and size. Simplify the part in S&T that took care of it before. [17:52:59] <CIA-123> kallisti5 * r42616 /haiku/trunk/ (12 files in 2 dirs): [17:52:59] <CIA-123> * consolidate and remove unneeded Xorg headers [17:52:59] <CIA-123> * move mc code to more generic gpu source/header [17:52:59] <CIA-123> * add gpu reset functions (with r600 documented) [17:55:38] <CIA-123> kallisti5 * r42617 /haiku/trunk/src/add-ons/accelerants/radeon_hd/ (gpu.cpp gpu.h): [17:55:38] <CIA-123> * a few small style fixes to last commit [17:55:38] <CIA-123> * no functional change [21:19:31] <CIA-123> scottmc * r42618 /haiku/trunk/headers/posix/stdio.h: Fixed open_memstream(), buf was void, opengroup.org shows that it should be char. Fixes #7905. [22:57:46] <CIA-123> axeld * r42619 /haiku/trunk/src/system/kernel/fs/vfs.cpp: [22:57:46] <CIA-123> * Fixed reversed handling of O_NOTRAVERSE in attr_open(), and attr_create(). [22:57:46] <CIA-123> * Added support for O_NOFOLLOW for those two as well. [23:12:42] <CIA-123> axeld * r42620 /haiku/trunk/ (5 files in 5 dirs): [23:12:42] <CIA-123> * Introduced new fs_lopen_attr_dir() function that opens the attribute [23:12:42] <CIA-123> directory of a file without traversing leaf links (just like lstat()). [23:12:42] <CIA-123> * Minor cleanup.