# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # May 5, 2025 3:51:41 AM Wed, 19 Feb 2014 15:45:58 GMT vboxsync [50508] * trunk/include/VBox/GuestHost/DragAndDrop.h (modified) * trunk/include/VBox/HostServices/DragAndDropSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp (modified) * trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp (modified) * trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp (modified) * trunk/src/VBox/HostServices/DragAndDrop/service.cpp (modified) * trunk/src/VBox/Main/include/GuestDnDImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp (modified) * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) DnD: Update. Wed, 19 Feb 2014 13:17:43 GMT vboxsync [50504] * trunk/src/VBox/Main/include/SnapshotImpl.h (modified) Main/Snapshot: do not rename virtual methods carelessly, the code ... Tue, 18 Feb 2014 21:50:11 GMT vboxsync [50502] * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/include/GuestFsObjInfoImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp (modified) * trunk/src/VBox/Main/src-client/xpcom/module.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) 6813 - r92342 & r92343 changes backed out due to errors on win-dbg ... Tue, 18 Feb 2014 20:15:38 GMT vboxsync [50501] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) 6813 - client/GuestFsObjInfoImpl.cpp 2nd go Tue, 18 Feb 2014 19:11:17 GMT vboxsync [50500] * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/include/GuestFsObjInfoImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp (modified) * trunk/src/VBox/Main/src-client/xpcom/module.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) 6813 - client/GuestFsObjInfoImpl.cpp Fri, 14 Feb 2014 18:58:53 GMT vboxsync [50472] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp (modified) 6813 - formatting changes as needed - HostImpl.cpp ... Fri, 14 Feb 2014 14:33:05 GMT vboxsync [50469] * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) 6813 - formatting changes as needed NetworkAdapterImpl.cpp Fri, 14 Feb 2014 09:46:58 GMT vboxsync [50460] * trunk/include/VBox/GuestHost/DragAndDrop.h (added) * trunk/include/VBox/HostServices/DragAndDropSvc.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDataObject.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDrag.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDrag.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDEnumFormat_win.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDEnumFormat_win.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp (modified) * trunk/src/VBox/GuestHost/DragAndDrop (added) * trunk/src/VBox/GuestHost/DragAndDrop/DnDDir.cpp (added) * trunk/src/VBox/GuestHost/DragAndDrop/DnDMIME.cpp (added) * trunk/src/VBox/GuestHost/DragAndDrop/DnDPath.cpp (added) * trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp (added) * trunk/src/VBox/GuestHost/DragAndDrop/Makefile.kmk (added) * trunk/src/VBox/GuestHost/Makefile.kmk (modified) * trunk/src/VBox/HostServices/DragAndDrop/Makefile.kmk (modified) * trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp (modified) * trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h (modified) * trunk/src/VBox/HostServices/DragAndDrop/service.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) DnD: Update. Thu, 13 Feb 2014 20:12:53 GMT vboxsync [50455] * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) 6813 - formatting changes as needed - SystemPropertiesImpl.cpp Thu, 13 Feb 2014 19:47:46 GMT vboxsync [50454] * trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp (modified) 6813 - formatting changes as needed - BandwidthControlImpl.cpp Thu, 13 Feb 2014 13:42:17 GMT vboxsync [50447] * trunk/doc/manual/en_US/user_VBoxManage.xml (modified) * trunk/doc/manual/user_ChangeLogImpl.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) Main/Appliance: new options for suppressing MAC addresses on export ... Thu, 13 Feb 2014 12:22:13 GMT vboxsync [50444] * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) pr7197. Deleting unneeded CDROMs from export configuration was ... Thu, 13 Feb 2014 10:12:16 GMT vboxsync [50439] * trunk/src/VBox/Main/testcase/tstVBoxAPI.cpp (modified) Moved cleanup code. Wed, 12 Feb 2014 18:53:15 GMT vboxsync [50436] * trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp (modified) * trunk/src/VBox/Main/src-server/BandwidthGroupImpl.cpp (modified) Main/BandwidthControl+BandwidthGroup: fix an init bug which led to ... Wed, 12 Feb 2014 18:49:26 GMT vboxsync [50435] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: avoid losing error info for OVF import failures, it ... Wed, 12 Feb 2014 18:47:09 GMT vboxsync [50434] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/VirtualBox: fix some Utf8Str/Bstr related format string ... Wed, 12 Feb 2014 13:23:39 GMT vboxsync [50427] * trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp (modified) Main/BandwidthControl: to me it seems we must not uninit the ... Tue, 11 Feb 2014 18:12:40 GMT vboxsync [50417] * trunk/src/VBox/Main/glue/glue-java.xsl (modified) Main: handle NULL input arrays in the Java XPCOM binding correctly Tue, 11 Feb 2014 18:00:45 GMT vboxsync [50416] * trunk/include/VBox/com/array.h (modified) * trunk/src/VBox/Main/include/Wrapper.h (modified) Main: fix the remaining NULL safearray issues, the template had ... Tue, 11 Feb 2014 12:45:12 GMT vboxsync [50413] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL/Main: fix assertion Tue, 11 Feb 2014 09:39:39 GMT vboxsync [50411] * trunk/src/VBox/Main/src-client/USBDeviceImpl.cpp (modified) USBDeviceImpl: init with correct values Mon, 10 Feb 2014 20:10:18 GMT vboxsync [50405] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL: include 3D data in framebuffer saved state snapshot, saved ... Mon, 10 Feb 2014 18:53:47 GMT vboxsync [50403] * trunk/src/VBox/Main/include/USBDeviceImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/xpcom/module.cpp (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) 6813 - src-client/USBDeviceImpl.cpp Mon, 10 Feb 2014 16:04:15 GMT vboxsync [50397] * trunk/src/VBox/Main/testcase/tstVBoxAPI.cpp (modified) Show full error info and remove test VM files before exit. Mon, 10 Feb 2014 15:52:59 GMT vboxsync [50395] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main: warning Mon, 10 Feb 2014 15:33:47 GMT vboxsync [50394] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL: greyed-out 3D image on VM pause Mon, 10 Feb 2014 14:14:53 GMT vboxsync [50390] * trunk/src/VBox/Main/testcase/tstVBoxAPI.cpp (added) svn properties Mon, 10 Feb 2014 13:32:55 GMT vboxsync [50389] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) Use HRESULT instead of int. Mon, 10 Feb 2014 11:25:04 GMT vboxsync [50386] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) Temporary disable compilation. Mon, 10 Feb 2014 10:57:26 GMT vboxsync [50384] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main: restore case insensitive comparison Mon, 10 Feb 2014 10:42:22 GMT vboxsync [50382] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) Added initial testcase with IVirtualBox interface testing. Mon, 10 Feb 2014 10:31:35 GMT vboxsync [50380] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main: fixed attribute type of IVirtualBox::getGuestOSType(). It's a ... Fri, 07 Feb 2014 20:05:47 GMT vboxsync [50370] * trunk/src/VBox/Main/include/AdditionsFacilityImpl.h (modified) * trunk/src/VBox/Main/src-client/AdditionsFacilityImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) * trunk/src/VBox/Main/src-client/xpcom/module.cpp (modified) 6813 src-client/AdditionsFacilityImpl.cpp Fri, 07 Feb 2014 16:16:41 GMT vboxsync [50369] * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server.h (modified) * trunk/src/VBox/Main/src-server/xpcom/server_module.cpp (modified) Main/xpcom: fix server registration breakage, incomplete conversion ... Fri, 07 Feb 2014 14:11:50 GMT vboxsync [50364] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_blitter.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL: screenshot support; a bit of performance for video recording Fri, 07 Feb 2014 02:41:59 GMT vboxsync [50359] * trunk/src/VBox/Main/src-server/xpcom/server.h (modified) Main/server.h: (please review) fixes of clang build and gcc-warning ... Thu, 06 Feb 2014 20:18:34 GMT vboxsync [50358] * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main/VirtualBox: more windows specific breakage fixes Thu, 06 Feb 2014 20:12:51 GMT vboxsync [50357] * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main/VirtualBox: fix Windows specific regressions, a bit too much ATL ... Thu, 06 Feb 2014 19:25:04 GMT vboxsync [50356] * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) 6813 - stage 7 rev 2 Thu, 06 Feb 2014 17:55:07 GMT vboxsync [50355] * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-all/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) * trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostDnsService.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostPower.cpp (modified) * trunk/src/VBox/Main/src-server/HostVideoInputDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyService.cpp (modified) * trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server.h (modified) * trunk/src/VBox/Main/src-server/xpcom/server_module.cpp (modified) 6813 stage 7 VirtualBoxImpl.cpp etc Thu, 06 Feb 2014 16:21:03 GMT vboxsync [50351] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/ovf-winxp-vbox-sharedfolders/winxp.ovf (modified) * trunk/src/VBox/Main/testcase/tstOVF.cpp (modified) Main/testcase/tstOVF: fixes to make it work reliably (biggest problem ... Thu, 06 Feb 2014 13:56:00 GMT vboxsync [50342] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) Main/testcase: use better suited template for tstVBoxAPIXPCOM Thu, 06 Feb 2014 10:30:07 GMT vboxsync [50339] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/makefile.tstVBoxAPIXPCOM (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp (modified) Main/testcase: beat some sense into the XPCOM sample code, it was ... Tue, 04 Feb 2014 14:04:35 GMT vboxsync [50319] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) ConsoleVRDPServer: another bitmap format for 3d redirect. Tue, 04 Feb 2014 07:58:15 GMT vboxsync [50315] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main: build fix for VBOX_WITH_VPX disabled Mon, 03 Feb 2014 19:29:26 GMT vboxsync [50314] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) * trunk/src/VBox/Main/src-client/VideoRec.h (modified) crOpenGL/VideoRec: do hardweight screen capthure only when recorder ... Mon, 03 Feb 2014 18:46:27 GMT vboxsync [50313] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_blitter.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_vreg.h (modified) * trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VideoRec.h (modified) crOpenGL: video recording working Fri, 31 Jan 2014 10:20:54 GMT vboxsync [50297] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) build fix Thu, 30 Jan 2014 16:34:08 GMT vboxsync [50293] * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) Main: Missing file Thu, 30 Jan 2014 16:22:55 GMT vboxsync [50291] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) Main/SystemProperties: Add GetStorageControllerHotplugCapable to ... Wed, 29 Jan 2014 14:15:29 GMT vboxsync [50269] * trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c (modified) Main/cbinding: remove development leftover Wed, 29 Jan 2014 11:12:44 GMT vboxsync [50265] * trunk/include/VBox/HostServices/DragAndDropSvc.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp (modified) * trunk/src/VBox/HostServices/DragAndDrop/service.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp (modified) DnD: First working implementation for Windows guest->host support; ... Tue, 28 Jan 2014 19:29:52 GMT vboxsync [50263] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-server/HostDnsService.cpp (modified) * trunk/src/VBox/Main/src-server/HostDnsService.h (modified) * trunk/src/VBox/Main/src-server/HostDnsServiceResolvConf.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp (modified) * trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp (modified) * trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp (modified) Main/HostDnsService: - Generic part could be used with threading on ... Tue, 28 Jan 2014 14:19:18 GMT vboxsync [50260] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: force resize when VBVA is reenabled. Tue, 28 Jan 2014 12:35:54 GMT vboxsync [50254] * trunk/src/VBox/Main/cbinding/capiidl.xsl (modified) * trunk/src/VBox/Main/cbinding/tstCAPIGlue.c (modified) Main/cbinding: final touchups, and making things as COM compatible as ... Tue, 28 Jan 2014 10:19:33 GMT vboxsync [50251] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL: disable some async notifications for now Tue, 28 Jan 2014 09:13:59 GMT vboxsync [50250] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/include/VBox/VBoxVideo3D.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL: async notifications Mon, 27 Jan 2014 16:29:43 GMT vboxsync [50249] * trunk/src/VBox/Main/glue/com.cpp (modified) VBoxLogRelCreate: Fix previous to deal with pcszLogFile == NULL. Mon, 27 Jan 2014 16:22:59 GMT vboxsync [50247] * trunk/src/VBox/Main/glue/com.cpp (modified) VBoxLogRelCreate: avoid uncontrolled format string attack. This ... Mon, 27 Jan 2014 12:23:36 GMT vboxsync [50242] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main: 6713: Adding (32 bit) postfix to OSes descriptions. Fri, 24 Jan 2014 16:39:09 GMT vboxsync [50227] * trunk/src/VBox/Main/src-server/HostPower.cpp (modified) Main/HostPower: fix log message Fri, 24 Jan 2014 14:03:53 GMT vboxsync [50221] * trunk/src/VBox/Main/src-server/HostPower.cpp (modified) Main/HostPower: play safe Fri, 24 Jan 2014 13:46:27 GMT vboxsync [50220] * trunk/src/VBox/Main/include/HostPower.h (modified) * trunk/src/VBox/Main/src-server/HostPower.cpp (modified) Main/HostPower: another shot at savestate-on-battery-low Fri, 24 Jan 2014 11:32:03 GMT vboxsync [50216] * trunk/src/VBox/Main/src-server/HostPower.cpp (modified) Main/HostPower: ... Fri, 24 Jan 2014 09:34:27 GMT vboxsync [50215] * trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.h (modified) * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) header fixes Fri, 24 Jan 2014 08:23:12 GMT vboxsync [50213] * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostDnsServiceResolvConf.cpp (modified) * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkServiceRunner.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp (modified) * trunk/src/VBox/NetworkServices/DHCP/ClientDataInt.h (modified) * trunk/src/VBox/NetworkServices/DHCP/Config.cpp (modified) * trunk/src/VBox/NetworkServices/DHCP/Config.h (modified) * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/ComHostUtils.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h (modified) * trunk/src/VBox/NetworkServices/NetLib/shared_ptr.h (modified) * trunk/src/VBox/NetworkServices/NetLib/utils.h (modified) spaces Fri, 24 Jan 2014 00:48:20 GMT vboxsync [50204] * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp (modified) Main: Fixed bug preventing exporting ISOs/DMGs larger than 4GB on ... Fri, 24 Jan 2014 00:10:01 GMT vboxsync [50203] * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) Main: Removed the USE_RTTAR_FOR_READING code. Fri, 24 Jan 2014 00:02:01 GMT vboxsync [50202] * trunk/src/VBox/Main/Makefile.kmk (modified) Enabled the tarvfs.cpp read code in main. tar.cpp is only used for ... Thu, 23 Jan 2014 21:13:23 GMT vboxsync [50200] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) Main: Working on reducing RTTar to a write-only interface. Not there ... Thu, 23 Jan 2014 18:48:54 GMT vboxsync [50199] * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) Corrected misleading helper function names: ... Thu, 23 Jan 2014 18:35:29 GMT vboxsync [50198] * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) doxygen Thu, 23 Jan 2014 18:28:14 GMT vboxsync [50197] * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) Appliance::TaskOVF::startThread: Corrected the return type and ... Thu, 23 Jan 2014 18:15:23 GMT vboxsync [50196] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) * trunk/src/VBox/Main/include/netif.h (modified) * trunk/src/VBox/Main/include/ovfreader.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/src-server/os2/NetIf-os2.cpp (modified) * trunk/src/VBox/Main/testcase/tstOVF.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/ovfreader.cpp (modified) Main: s/Vbox/VBox/g s/VB/VBox/g Thu, 23 Jan 2014 18:03:23 GMT vboxsync [50195] * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) error text fix. Thu, 23 Jan 2014 17:50:07 GMT vboxsync [50193] * trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) ApplianceImplImport.cpp,ApplianceImplIO.cpp: Logging, tiny memory ... Thu, 23 Jan 2014 16:57:41 GMT vboxsync [50190] * trunk/src/VBox/Main/cbinding/tstCAPIGlue.c (modified) Main/cbinding: another build fix (this time an incorrect Windows ... Thu, 23 Jan 2014 16:55:14 GMT vboxsync [50188] * trunk/src/VBox/Main/cbinding/capiidl.xsl (modified) * trunk/src/VBox/Main/cbinding/tstCAPIGlue.c (modified) Main/cbinding: another Windows build fix Thu, 23 Jan 2014 16:37:53 GMT vboxsync [50187] * trunk/src/VBox/Main/cbinding/capiidl.xsl (modified) Main/cbinding: fix a few windows build glitches Thu, 23 Jan 2014 15:58:21 GMT vboxsync [50183] * trunk/src/VBox/Installer/win/VirtualBox.wxs (modified) * trunk/src/VBox/Main/cbinding/Makefile.kmk (modified) * trunk/src/VBox/Main/cbinding/VBoxCAPI.cpp (moved) * trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c (moved) * trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.h.in (moved) * trunk/src/VBox/Main/cbinding/capiidl.xsl (moved) * trunk/src/VBox/Main/cbinding/makefile.tstCAPIGlue (moved) * trunk/src/VBox/Main/cbinding/tstCAPIGlue.c (moved) * trunk/src/VBox/Main/glue/glue-java.xsl (modified) * trunk/src/VBox/Main/idl/apiwrap-server.xsl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-php.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-python.xsl (modified) Main/cbinding: bring the C binding to a new functionality level, ... Thu, 23 Jan 2014 15:35:42 GMT vboxsync [50182] * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) ApplianceImplImport.cpp: One more ErrorInfoKeeper, just in case. Thu, 23 Jan 2014 15:30:40 GMT vboxsync [50181] * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) ApplianceImplImport.cpp: Must use ErrorInfoKeepers to perserve error ... Thu, 23 Jan 2014 12:04:44 GMT vboxsync [50178] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/GuestHost/OpenGL/util/compositor.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/util/htable.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL: seamless and resize bugfixes Thu, 23 Jan 2014 10:10:50 GMT vboxsync [50175] * trunk/src/VBox/Main/include/HostPower.h (modified) * trunk/src/VBox/Main/src-server/HostPower.cpp (modified) Main/HostPower: Introduced global extradata item ... Thu, 23 Jan 2014 09:22:22 GMT vboxsync [50174] * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/DHCPServerImpl.h (modified) * trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h (modified) * trunk/src/VBox/Main/include/NATNetworkImpl.h (modified) * trunk/src/VBox/Main/include/SharedFolderImpl.h (modified) * trunk/src/VBox/Main/include/VFSExplorerImpl.h (modified) * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostPower.cpp (modified) * trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) Main/src-server: unify {p,m}VBox => {p,m}VirtualBox Tue, 21 Jan 2014 19:17:29 GMT vboxsync [50152] * trunk/src/VBox/Main/include/Wrapper.h (modified) file headers. Tue, 21 Jan 2014 19:16:49 GMT vboxsync [50151] * trunk/src/VBox/Main/include/Wrapper.h (modified) Wrapper.h: Fixed regression in IAppliance::importMachines where a ... Tue, 21 Jan 2014 18:18:36 GMT vboxsync [50149] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/include/VBox/VBoxVideo3D.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL: bugfixes Tue, 21 Jan 2014 18:07:57 GMT vboxsync [50148] * trunk/src/VBox/Main/xml/ovfreader.cpp (modified) Wrong 'type' attribute fetching in 'Section' introduced by me a while ... Mon, 20 Jan 2014 16:42:14 GMT vboxsync [50124] * trunk/src/VBox/Main/Makefile.kmk (modified) Main: use different file names for IID file, otherwise the SDK build ... Mon, 20 Jan 2014 16:00:24 GMT vboxsync [50122] * trunk/src/VBox/Main/idl/xpidl_iid.xsl (modified) Main: fix data type Mon, 20 Jan 2014 14:31:00 GMT vboxsync [50121] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl_iid.xsl (copied) Main: finally handle the IID and CLSID stuff on XPCOM the same way as ... Mon, 20 Jan 2014 14:05:02 GMT vboxsync [50117] * trunk/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server_module.cpp (modified) * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) * trunk/src/VBox/Main/testcase/tstOVF.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp (modified) * trunk/src/VBox/Main/webservice/websrv-cpp.xsl (modified) Main+Frontends: clear out some cruft code, outdated EventQueue stuff ... Fri, 17 Jan 2014 16:34:07 GMT vboxsync [50095] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.cpp (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt (modified) * trunk/src/VBox/GuestHost/OpenGL/include/chromium.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_blitter.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_compositor.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_error.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_htable.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_vreg.h (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/dump.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/util/compositor.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/util/error.c (modified) * trunk/src/VBox/GuestHost/OpenGL/util/htable.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/util/vreg.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_clear.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_config.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_context.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_lists.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp (moved) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_stream.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_agl.c (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) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_glx.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_init.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) crOpenGL: presentation infrastructure rework (still work in progress) Fri, 17 Jan 2014 14:17:53 GMT vboxsync [50094] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) ConsoleImpl: Pass BIOS disk information along for SCSI/SAS drives, too. Thu, 16 Jan 2014 09:33:20 GMT vboxsync [50084] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/ConsoleImp: prevent VERR_CFGM_INVALID_NODE_PATH errors by an ... Wed, 15 Jan 2014 12:27:18 GMT vboxsync [50080] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: removed unnecessary cleanup from vbvaDisable. Thu, 09 Jan 2014 16:13:28 GMT vboxsync [50041] * trunk (modified) * trunk/doc/manual/en_US/user_Glossary.xml (modified) * trunk/doc/manual/en_US/user_Introduction.xml (modified) * trunk/doc/manual/en_US/user_Troubleshooting.xml (modified) * trunk/include/VBox/vmm/cpumctx-v1_6.h (modified) * trunk/src/VBox (modified) * trunk/src/VBox/Additions/WINNT/VBoxMMR (modified) * trunk/src/VBox/Additions/common/VBoxService (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_get.py (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c (modified) * trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ReadMe.txt (modified) * trunk/src/VBox/Devices/PC/DevApic.h (modified) * trunk/src/VBox/Frontends (modified) * trunk/src/VBox/Frontends/VBoxHeadless (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetails.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetails.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElement.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElement.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsGroup.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsGroup.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsItem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsItem.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsModel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h (modified) * trunk/src/VBox/GuestHost/OpenGL/LICENSE (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt (modified) * trunk/src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py (modified) * trunk/src/VBox/GuestHost/OpenGL/include/GL/glext.h (added) * trunk/src/VBox/GuestHost/OpenGL/include/chromium.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_dump.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_glext.h (added) * trunk/src/VBox/GuestHost/OpenGL/include/cr_glstate.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_extensions.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/dump.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/dump_gen.py (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/get_components.py (added) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_get.py (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_point.c (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_texture.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/LICENSE (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/get_components.py (deleted) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_get.py (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_lists.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_special (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_texture.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (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_glx.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_init.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c (modified) * trunk/src/VBox/Installer/darwin/DiskImage/DS_Store (modified) * trunk/src/VBox/Main/glue/tests (modified) * trunk/src/VBox/Main/glue/tests/Makefile (modified) * trunk/src/VBox/Main/include/MediumLock.h (modified) * trunk/src/VBox/Main/src-client/EbmlWriter.cpp (modified) * trunk/src/VBox/Main/src-client/EbmlWriter.h (modified) * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) * trunk/src/VBox/Main/src-client/VideoRec.h (modified) * trunk/src/VBox/Main/testcase/tstMouseImpl.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTMemEf.cpp (modified) * trunk/src/libs/libxml2-2.6.31 (modified) * trunk/src/libs/xpcom18a4 (modified) crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. ... Wed, 08 Jan 2014 15:22:01 GMT vboxsync [50033] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) ConsoleImpl: load transient shared folders from saved state Fri, 20 Dec 2013 18:53:23 GMT vboxsync [49994] * trunk/src/VBox/Main/idl/apiwrap-server.xsl (modified) Main/idl/apiwrap-server.xsl: fix the generated ...