[11:47:13] <CIA-123> aldeck * r42441 /haiku/trunk/src/kits/tracker/ (ContainerWindow.cpp PoseView.cpp): (log message trimmed) [11:47:13] <CIA-123> * Don't do anything in MouseIdle if we're not dragging a message. [11:47:13] <CIA-123> This especially avoid bringing tracker windows up to front when staying idle [11:47:13] <CIA-123> over a tracker window while holding down a button. This could happen when [11:47:13] <CIA-123> hovering while still holding a scroll thumb of another overlapping window. [11:47:13] <CIA-123> Fixes regression #7829 introduced in r41892 [11:47:14] <CIA-123> * Also properly reinitialise the cached dragMessage on B_EXITED_VIEW, [12:27:39] <CIA-123> aldeck * r42442 /haiku/trunk/src/kits/tracker/ (ContainerWindow.cpp PoseView.cpp): * Slight renamings, no functional changes. [13:36:50] <CIA-123> pulkomandy * r42443 /haiku/trunk/ (2 files in 2 dirs): [13:36:50] <CIA-123> Update usb-floppy icon with a fixed one by jstressman (tweaks the persective and overall look of the icon). Thanks ! [13:36:50] <CIA-123> Fixes #6677. [15:53:19] <CIA-123> bonefish * r42444 /haiku/trunk/headers/posix/sys/types.h: ANSI C doesn't like unnamed unions. [17:22:49] <CIA-123> anevilyak * r42445 /haiku/trunk/src/servers/debug/DebugServer.cpp: [17:22:49] <CIA-123> Add support for conditionally compiling the debug_server to hand off crashed [17:22:49] <CIA-123> teams to the native debugger instead. This assumes the latter is installed [17:22:49] <CIA-123> in /boot/system/apps. [18:51:18] <CIA-123> anevilyak * r42446 /haiku/trunk/src/servers/debug/DebugServer.cpp: [18:51:18] <CIA-123> to setting up gdb handover if the GUI is unavailable. [19:24:19] <CIA-123> aldeck * r42447 /haiku/trunk/src/kits/tracker/ (PoseView.cpp PoseView.h): (log message trimmed) [19:24:19] <CIA-123> * Finally finish implementing proper selection rect autoscroll to work with the [19:24:19] <CIA-123> new asynchronous mouse tracking. Sorry for the delay. Up to now it was needing [19:24:19] <CIA-123> mouse moves to autoscroll, it now behaves as before. [19:24:19] <CIA-123> * Removed check that was disabling regular drag'n'drop auto-scrolling when [19:24:19] <CIA-123> inactive. I don't see an obvious reason why that was done, as it's just handy [19:24:21] <CIA-123> and is consistent with the other behaviors when inactive.