# # ChangeLog for trunk/include/VBox/bioslogo.h in vbox # # Generated by Trac 1.4.3.2 # Dec 14, 2024 6:25:19 PM Tue, 15 Apr 2008 15:47:59 GMT vboxsync [8006] * trunk/include/VBox/bioslogo.h (modified) Speed up logo fade in/out. Thu, 10 Apr 2008 17:56:35 GMT vboxsync [7888] * trunk/include/VBox/bioslogo.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) Moved remained logic to VGA device. Wed, 09 Apr 2008 13:25:49 GMT vboxsync [7837] * trunk/include/VBox/bioslogo.h (modified) r=bird: Expressions in paranthesis. Tue, 08 Apr 2008 19:25:27 GMT vboxsync [7814] * trunk/include/VBox/bioslogo.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) Use dirty bits instead of pfnUpdateRect. Mon, 07 Apr 2008 15:07:29 GMT vboxsync [7774] * trunk/include/VBox/bioslogo.h (added) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) Moved the LOGO_* defines and LOGOHDR to a common header instead of ...