[03:57:25] <CIA-123> anevilyak * r42362 /haiku/trunk/src/apps/debugger/ (5 files in 2 dirs): [03:57:25] <CIA-123> Now that DebuggerInterface is BReferenceable, all of these need to be correctly [03:57:25] <CIA-123> acquiring/releasing refs to it as well. Thanks Ingo. [17:57:28] <CIA-123> anevilyak * r42363 /haiku/trunk/src/preferences/shortcuts/ (6 files): [17:57:28] <CIA-123> Applied patch by Brian Luft to clean up the shortcuts GUI and bring it more [17:57:28] <CIA-123> into HIG compliance. Resolves part of #5420. Thanks! [17:58:19] <CIA-123> anevilyak * r42364 /haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp: Add Brian Luft to the contributors list. [22:08:17] <CIA-123> anevilyak * r42365 /haiku/trunk/src/apps/debugger/value/value_nodes/ (BMessageValueNode.cpp BMessageValueNode.h): (log message trimmed) [22:08:17] <CIA-123> * Restructure things a bit so we store the message's message and field headers [22:08:17] <CIA-123> after resolving them. This allows us to reuse BMessage's logic for computing [22:08:17] <CIA-123> the offsets of values in the data buffer. [22:08:17] <CIA-123> * Resolve fields to their types and correctly resolve the locations of their [22:08:18] <CIA-123> data. This means we can now see the values of fields inside the message, with [22:08:19] <CIA-123> some caveats: string types aren't yet handled properly, and we don't yet