VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @47477   12 years vboxsync Documentation: occured -> occurred.
(edit) @47470   12 years vboxsync Build fix.
(edit) @47469   12 years vboxsync Guest Control: Adjustments for supporting < 4.3 Guest Additions in …
(edit) @47464   12 years vboxsync Main: use VRDE input interface.
(edit) @47447   12 years vboxsync Main/NetworkServices: no zombies on shutdown.
(edit) @47428   12 years vboxsync Addressed some warnings.
(edit) @47419   12 years vboxsync Main: initialise the PS/2 mouse even if we are not in combination mode.
(edit) @47416   12 years vboxsync include,Main,Extpack: emulated webcam updates
(edit) @47409   12 years vboxsync Another windows build fix
(edit) @47408   12 years vboxsync build fix for Windows
(edit) @47405   12 years vboxsync Try to fix lnx32dep
(edit) @47404   12 years vboxsync Try to fix lnx32dep
(edit) @47401   12 years vboxsync Main,Frontends: Second step of USB controller rework. There is one …
(edit) @47393   12 years vboxsync VirtualBox.xidl: Clarification for IProcess::terminate().
(edit) @47392   12 years vboxsync Main/webservice/Makefile.kmk: fix dependency typo leading to …
(edit) @47391   12 years vboxsync Main/VirtualBoxErrorInfo: Initialize mResultDetail.
(edit) @47390   12 years vboxsync Main: Fix lock order violation in USBDeviceFiltersImpl
(edit) @47386   12 years vboxsync Main/include/VirtualBoxBase.h: extend the list of ComAssert* macros to …
(edit) @47384   12 years vboxsync Main/testcase/tstMouseImpl: warnings.
(edit) @47377   12 years vboxsync build fix
(edit) @47376   12 years vboxsync Main/USB: USB Controller implementation rework. Moved filter handling …
(edit) @47358   12 years vboxsync Main/MouseImpl: properly pass through multi-touch notification.
(edit) @47357   12 years vboxsync This is how I meant you should do decompression.
(edit) @47343   12 years vboxsync pr6022. cleaning up the code. RTZip interface …
(edit) @47342   12 years vboxsync Main: Cache information about USB controller availability locally in …
(edit) @47340   12 years vboxsync pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
(edit) @47338   12 years vboxsync Use <pre> instead of <computeroutput>.
(edit) @47337   12 years vboxsync Documentation.
(edit) @47333   12 years vboxsync Main: add missing TouchContactState/None enumeration value to the IDL.
(edit) @47310   12 years vboxsync Build fix.
(edit) @47308   12 years vboxsync Build fix.
(edit) @47295   12 years vboxsync Docs: Update.
(edit) @47294   12 years vboxsync Guest user state reporting: Update.
(edit) @47277   12 years vboxsync windows warnings.
(edit) @47275   12 years vboxsync Main/testcase: typo in tstMouseImpl
(edit) @47273   12 years vboxsync Main/testcase: eliminated fundamentally broken use of Assert, and made …
(edit) @47266   12 years vboxsync Config.kmk: new template for Main unit testing Main/testcase: fix …
(edit) @47262   12 years vboxsync Main/Mouse: disable the test case again, it builds locally but no …
(edit) @47261   12 years vboxsync Main/Mouse/test case: attempt to fix a Windows burn.
(edit) @47258   12 years vboxsync Main/IGuest: Added eventSource in IDL.
(edit) @47257   12 years vboxsync Main: fix and enable mouse test case.
(edit) @47256   12 years vboxsync Main/IDL: correct description doxygen.
(edit) @47251   12 years vboxsync ConsoleVRDPServer: obsolete assert
(edit) @47250   12 years vboxsync Main: fix a warning.
(edit) @47249   12 years vboxsync Main/Multi-touch: extend OnMouseCapabilityChanged event.
(edit) @47246   12 years vboxsync Setings: add multi-touch setting and fix combo mouse somewhat.
(edit) @47245   12 years vboxsync Main/Mouse: updated multi-touch protocol for in-contact informatin.
(edit) @47233   12 years vboxsync Main/MouseImpl: send buttons through the absolute device when there is …
(edit) @47228   12 years vboxsync ConsoleImpl2: enable the multi-touch device in the guest.
(edit) @47226   12 years vboxsync Main/Mouse: more adjustments to prepare for multi-touch.
(edit) @47223   12 years vboxsync Main/ConsoleImpl2.cpp+BusAssignmentManager.cpp: fix long standing …
(edit) @47221   12 years vboxsync Build fix.
(edit) @47219   12 years vboxsync Devices/Input: machine configuration for multi-touch device.
(edit) @47217   12 years vboxsync Build fix.
(edit) @47216   12 years vboxsync Main: Added new event OnGuestUserStateChanged + GuestUserState enumeration.
(edit) @47215   12 years vboxsync Main/vboxshell: mouse code aesthetics and fix mouse events.
(edit) @47208   12 years vboxsync Devices/Input: more multi-touch plumbing.
(edit) @47192   12 years vboxsync Main/MouseImpl: restored Mouse test case, not yet building though; fix …
(edit) @47190   12 years vboxsync Main/MouseImpl: restored Mouse test case, not yet building though.
(edit) @47175   12 years vboxsync Devices/Input: most of the Main plumbing for guest multi-touch. Fix …
(edit) @47174   12 years vboxsync Devices/Input: most of the Main plumbing for guest multi-touch.
(edit) @47158   12 years vboxsync VRDP,Main,SharedOpenGL: enable 3d redirection if a RDP client connects
(edit) @47155   12 years vboxsync Main/NetIf: Remove trailing new line characters from error messages as …
(edit) @47125   12 years vboxsync python: Emit VBOX_E_xxx constants. Make pretty output.
(edit) @47124   12 years vboxsync Fixed python bindings bustage on windows, the libary UUID was changed …
(edit) @47117   12 years vboxsync Main: RT_ZERO() / RTStrCopy()
(edit) @47114   12 years vboxsync On 32-bit darwin we must use the sysctl hw.cpu64bit_capable to figure …
(edit) @47113   12 years vboxsync ConsoleVRDPServer: stop remote usb thread before stopping the VRDP server.
(edit) @47112   12 years vboxsync Main: warnings
(edit) @47106   12 years vboxsync ConsoleImpl: serialize onVRDEServerChange
(edit) @47022   12 years vboxsync Main: typo: strcmp -> strcpy.
(edit) @47018   12 years vboxsync Main: re-commit r86967 Main/Network: DHCP server has got the ear in …
(edit) @47001   12 years vboxsync grrr
(edit) @46997   12 years vboxsync Main/solaris/NetIf: sane limit
(edit) @46996   12 years vboxsync Main/solaris/NetIf: build fix
(edit) @46994   12 years vboxsync Main/solaris/NetIf: range check
(edit) @46980   12 years vboxsync Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
(edit) @46972   12 years vboxsync pr6022. Relative paths in the OVA package are processed from now.
(edit) @46971   12 years vboxsync pr6022. Support handling directories in the TAR has been added. Added …
(edit) @46970   12 years vboxsync re-added Main/src-server/NATNetworkServiceRunner.cpp …
(edit) @46969   12 years vboxsync backed out …
(edit) @46961   12 years vboxsync Main: win build fix.
(edit) @46959   12 years vboxsync Main/Network: DHCP server has got the ear in Main, and we able …
(edit) @46937   12 years vboxsync Devices/Input/UsbMouse: add multi-touch mode to pfnReportModes in PDM, …
(edit) @46909   12 years vboxsync Todos.
(edit) @46908   12 years vboxsync server.cpp: Fixed memory leak, bail out when unable to build logfile name.
(edit) @46907   12 years vboxsync svcmain.cpp: Fixed memory leak, bail out when unable to build logfile name.
(edit) @46880   12 years vboxsync \n
(edit) @46877   12 years vboxsync not for Win 8.1 / 32
(edit) @46876   12 years vboxsync added Win8.1 OS type
(edit) @46828   12 years vboxsync Main/VPX: give all screens the same timestamp
(edit) @46826   12 years vboxsync Main/VPX: fixed file name generation
(edit) @46825   12 years vboxsync Main/VPX: error handling
(edit) @46824   12 years vboxsync Main: forgotten file for previous fix
(edit) @46823   12 years vboxsync Main: fix breakage in previous client/server separation cleanup
(edit) @46822   12 years vboxsync corrected a progress information when there are CD/DVD images
(edit) @46820   12 years vboxsync Main: do not include VirtualBoxImpl.h from code ending in VBoxC …
(edit) @46816   12 years vboxsync Main/VPX: only save the settings if the change was successful
(edit) @46815   12 years vboxsync Main/VPX: be more verbose on error
(edit) @46807   12 years vboxsync Main/ConsoleImpl: consider NULL here
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette