# # ChangeLog for trunk/include/VBox/VBoxCocoa.h in vbox # # Generated by Trac 1.4.3.2 # Dec 28, 2024 5:20:48 PM Fri, 04 Nov 2011 15:16:16 GMT vboxsync [39206] * trunk/Config.kmk (modified) * trunk/include/VBox/VBoxCocoa.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/GL/glext.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) Made OpenGL build against the Mac OS X 10.7 SDK. Some cleanups. Fri, 13 Aug 2010 15:54:23 GMT vboxsync [31665] * trunk/include/VBox/VBoxCocoa.h (modified) * trunk/include/VBox/VMMDevTesting.h (modified) include: header fixes Wed, 09 Jun 2010 15:15:52 GMT vboxsync [30126] * trunk/include/VBox/VBoxCocoa.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) OpenGL-OSX: use new VBoxCocoa.h include file Wed, 09 Jun 2010 13:50:26 GMT vboxsync [30122] * trunk/include/VBox/VBoxCocoa.h (copied) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/CocoaEventHelper.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/CocoaEventHelper.mm (copied) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaHelper.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h (modified) FE/Qt4-OSX/Global: Split the event handling methods and the Qt ... Wed, 09 Jun 2010 12:40:16 GMT vboxsync [30114] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaApplication.h (moved) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaApplication.mm (moved) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaHelper.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-cocoa.mm (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIHotKeyEdit.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp (modified) FE/Qt4-OSX: Rewrote the NSApplication interface and event handling to ...