[00:27:14] <CIA-123> kallisti5 * r42486 /haiku/trunk/ (6 files in 3 dirs): (log message trimmed) [00:27:14] <CIA-123> * Move platform support.cpp into less generic of_support.cpp [00:27:14] <CIA-123> * Add header file to support of_support.cpp [00:27:14] <CIA-123> * Add support functions to obtain address and size cell lengths [00:27:14] <CIA-123> * Small style cleanups [00:27:14] <CIA-123> * Add support for G5 PowerPC cpus... [00:27:14] <CIA-123> * Refactor memory region code to be aware of 64-bit OF addresses. [00:27:22] <CIA-123> czeidler * r42487 /haiku/trunk/src/add-ons/decorators/SATDecorator/ (SATGroup.cpp SATGroup.h StackAndTile.cpp): Activate only the top window in a group and not all windows. Fixes #6652 and #6616. [00:41:37] <CIA-123> czeidler * r42488 /haiku/trunk/src/kits/interface/Region.cpp: Remove empty line, thanks Axel! [00:47:02] <CIA-123> kallisti5 * r42489 /haiku/trunk/headers/private/kernel/platform/openfirmware/openfirmware.h: small style fix [00:47:32] *** Duggan has joined #haiku-jp [00:52:38] <CIA-123> kallisti5 * r42490 /haiku/trunk/src/system/boot/platform/openfirmware/of_support.cpp: small tab fix; no functional change [04:42:37] <CIA-123> czeidler * r42491 /haiku/trunk/src/servers/app/Window.cpp: Fix changing of the window feel and borderless windows. [06:38:10] <CIA-123> czeidler * r42492 /haiku/trunk/src/ (12 files in 2 dirs): Only allow windows with a normal thick border to S&T. Fixes #6647. [07:54:22] <CIA-123> czeidler * r42493 /haiku/trunk/src/servers/app/ (5 files in 2 dirs): [07:54:22] <CIA-123> * Draw the complete decorator off screen and copy it to the front when finished. [07:54:22] <CIA-123> Stippi please take a look. This fixes some flickering when drawing shifted tabs [07:54:22] <CIA-123> in stack mode. In stack mode the different tabs sometime repaint each other, [07:54:22] <CIA-123> thus the decorator has to been drawn double buffered to avoid artefacts. [07:54:22] <CIA-123> * Add an option to draw the button directly, i.e. when they are clicked. [08:16:24] <CIA-123> czeidler * r42494 /haiku/trunk/src/servers/app/Window.cpp: When closing a window the window can't redraw the dirty region anymore. Mark the region of the remaining window dirty. [08:35:16] <CIA-123> czeidler * r42495 /haiku/trunk/src/servers/app/decorator/Decorator.cpp: Set the top tab every time when adding a new tab. This draws newly stacked tabs correctly. [08:49:59] <CIA-123> czeidler * r42496 /haiku/trunk/src/servers/app/ (MessageLooper.cpp Workspace.cpp): Assert the right lock, thanks Axel. Some clean up. [17:10:08] <CIA-123> kallisti5 * r42497 /haiku/trunk/ (4 files in 3 dirs): [17:10:08] <CIA-123> * Fix a few style issues as per Axel [17:10:08] <CIA-123> * Rename a few variables to make more sense [17:10:08] <CIA-123> * OF_FAILED is a signed int.. fix return of of_address_cells [17:10:09] <CIA-123> * OF_FAILED is a signed int.. fix return of of_size_cells [18:43:05] <CIA-123> kallisti5 * r42498 /haiku/trunk/ (7 files in 3 dirs): [18:43:05] <CIA-123> * Rename of_region type template as per Axel [18:43:05] <CIA-123> * Rename of_support.h/cpp back to support.cpp as per Axel [20:28:30] <CIA-123> kallisti5 * r42499 /haiku/trunk/src/add-ons/kernel/drivers/network/wimax/usb_beceemwmx/ (BeceemDevice.cpp BeceemNVM.cpp): [20:28:30] <CIA-123> * Fix improper sizeof, CID 10628 [20:28:30] <CIA-123> * Improve malloc check to look for NULL, CID 10698 [20:28:30] <CIA-123> * Remove unused size_t [20:37:39] <CIA-123> kallisti5 * r42500 /haiku/trunk/src/add-ons/kernel/drivers/network/wimax/usb_beceemwmx/BeceemDDR.cpp: * Insert missing case break, CID 10659