[05:07:15] <CIA-111> kallisti5 * r42203 /haiku/trunk/ (4 files in 2 dirs): pass device pciid through to accelerant [06:18:16] <CIA-111> anevilyak * r42204 /haiku/trunk/src/apps/debugger/user_interface/gui/ (5 files in 2 dirs): [06:18:16] <CIA-111> * Refactored MemoryView to be more flexible ; it can now show a configurable [06:18:16] <CIA-111> choice of hexadecimal and/or character displays of the memory data, with [06:18:16] <CIA-111> different digit grouping sizes. Still needs some work but is basically [06:18:16] <CIA-111> functional. [16:36:06] <CIA-111> kallisti5 * r42205 /haiku/trunk/src/add-ons/accelerants/radeon_hd/ (Jamfile accelerant.h dac.cpp dac.h mode.cpp pll.cpp pll.h): [16:36:07] <CIA-111> * Break DAC code into sperate source file [16:36:07] <CIA-111> * Implement assigning DAC A/B to crt [16:36:07] <CIA-111> * Clean up mode change code [16:36:07] <CIA-111> * Still some pixel clock wierdness [17:07:49] <CIA-111> zooey * r42206 /haiku/branches/features/package-management/src/system/libroot/posix/unistd/ (6 files): * drop tree-conflict resolution cruft that slipped in during the last merge from trunk [17:21:04] <CIA-111> kallisti5 * r42207 /haiku/trunk/src/add-ons/accelerants/radeon_hd/ (dac.cpp dac.h pll.cpp): A few style fixes, no functional change [17:58:29] <CIA-111> phoudoin * r42208 /haiku/trunk/src/add-ons/kernel/drivers/input/usb_hid/JoystickProtocolHandler.cpp: [17:58:29] <CIA-111> No space was made for Hat(s) value(s) in variable_joystick. [17:58:29] <CIA-111> Would explain why hat shown by StickIt was always static neutral... [20:04:53] <CIA-111> phoudoin * r42209 /haiku/trunk/src/add-ons/kernel/network/devices/dialup/dialup.cpp: Small changes resting on my working copy. [21:51:49] <CIA-111> pulkomandy * r42210 /haiku/branches/releases/r1alpha3/ (3 files in 2 dirs): [21:51:49] <CIA-111> * Disable serial output by default [21:51:49] <CIA-111> * Set official profile tag [22:19:27] <CIA-111> pulkomandy * r42211 /haiku/tags/releases/r1alpha3/: Tag alpha 3 release. [22:52:17] <CIA-111> anevilyak * r42212 /haiku/trunk/src/apps/debugger/user_interface/gui/inspector_window/ (InspectorWindow.cpp MemoryView.cpp): (log message trimmed) [22:52:17] <CIA-111> * Re-enable 64-bit representation. [22:52:17] <CIA-111> * Clean up various drawing issues in the memory view's rendering code that were [22:52:17] <CIA-111> causing scrolling artifacts. [22:52:17] <CIA-111> * Fix stupid mistake whereby the data being visualized was in fact from the [22:52:18] <CIA-111> Debugger's address space, and not the target team's. This would likely also [22:52:19] <CIA-111> have caused some crashes. [23:54:37] <CIA-111> anevilyak * r42213 /haiku/trunk/src/apps/debugger/user_interface/gui/inspector_window/ (MemoryView.cpp MemoryView.h): Implement scrolling to the target address.