VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35242   14 years vboxsync IMachineDebugger: Stubbed a few, new methods that may come in handy in …
(edit) @35212   14 years vboxsync Main/Mouse: ignore mouse events on disabled screens properly
(edit) @35184   14 years vboxsync ExtPack: Changed the installed callback so that it can report back …
(edit) @35177   14 years vboxsync Main: OnGuestMonitorChanged event.
(edit) @35175   14 years vboxsync Main/Machine: rename mSnapshotData to mConsoleTaskData (together with …
(edit) @35171   14 years vboxsync Main/Console: log the file system of the snapshot folder as well
(edit) @35157   14 years vboxsync Main: OnGuestMonitorDisabled event.
(edit) @35148   14 years vboxsync Main/Display: take into account disabled screens for pointer reporting
(edit) @35146   14 years vboxsync VRDE: use VRDE properties for video redirection settings.
(edit) @35135   14 years vboxsync Main/VirtualBoxClient: If the API client process stays alive after the …
(edit) @35105   14 years vboxsync Main: API to list supported VRDE properties.
(edit) @35100   14 years vboxsync IExtPackFile::Install: Added a 'replace' parameter for automatically …
(edit) @35061   14 years vboxsync GuestControl/Main: Added timeout value for SetProcessInput to prevent …
(edit) @35043   14 years vboxsync ovfreader: put note in that CIM 2.26 didn't touch the list of OSes
(edit) @35034   14 years vboxsync ConsoleImpl.h: Made the SafeVMPtr and SafeVMPtrQuiet safer by checking …
(edit) @35009   14 years vboxsync Main: delete media files on machine deletion only if the medium …
(edit) @34938   14 years vboxsync ExtPackManager: use VBOX_EXTPACK_LICENSE_NAME_PREFIX
(edit) @34907   14 years vboxsync Main/FE/Qt: don't enable USB 2.0 support for new VMs if the proper …
(edit) @34906   14 years vboxsync Initial audio filter implementation, which is used for audio input via …
(edit) @34902   14 years vboxsync IMachineDebugger::dumpGuestCore: Added DBGFR3CoreWrite interface.
(edit) @34897   14 years vboxsync Blessed the USB 2.0 config hack and fixed the assertion in …
(edit) @34893   14 years vboxsync ExtPack: First part of the extension pack license code.
(edit) @34876   14 years vboxsync PCI: some infrastructure work
(edit) @34831   14 years vboxsync GuestControl/Copy: Use a thread (guest task) for displaying real …
(edit) @34808   14 years vboxsync IExtPackBase: Added two attributes: license and showLicense.
(edit) @34794   14 years vboxsync ExtPackManager: Drop the drop zone idea.
(edit) @34787   14 years vboxsync Main,VBoxManage,FE/Qt: Implemented IExtPackFile and dropped …
(edit) @34770   14 years vboxsync Warning.
(edit) @34754   14 years vboxsync Main/VMMDev: optionally report multi-monitor mouse co-ordinates …
(edit) @34739   14 years vboxsync Main::Display: use screen id in VBVA mode.
(edit) @34714   14 years vboxsync ExtPackManager: Added API for opening a tarball prior to installation …
(edit) @34642   14 years vboxsync Main/VirtualBoxClient: Don't use the singleton factory, as the …
(edit) @34589   14 years vboxsync Burn fix
(edit) @34587   14 years vboxsync Main: Bandwidth groups for disks (and later network) This introduces …
(edit) @34579   14 years vboxsync Completed the extension pack renaming. Some bugfixes.
(edit) @34574   14 years vboxsync Make vrde auth library configurable per VM.
(edit) @34563   14 years vboxsync VRDPAuth -> VBoxAuth.
(edit) @34558   14 years vboxsync Updated VBox authentication library interface, removed references to VRDP.
(edit) @34501   14 years vboxsync Main/OVF: use ostype from ovf:/OperatingSystemSection/vbox:OSType …
(edit) @34434   14 years vboxsync Switch to the new block cache and disable the old one for now
(edit) @34424   14 years vboxsync Main/VirtualBoxClient: don't provide empty ctor/dtors, on OSX this …
(edit) @34421   14 years vboxsync Main/VirtualBoxClient: typos
(edit) @34416   14 years vboxsync Main/VirtualBoxClient: new client-side singleton interface for …
(edit) @34402   14 years vboxsync whitespace
(edit) @34397   14 years vboxsync Main: remove dead and obsolete code
(edit) @34391   14 years vboxsync More extension pack code.
(edit) @34341   14 years vboxsync Main/linux/USB and RDP/client/vrdp: clean up the handling of the USB …
(edit) @34335   14 years vboxsync Main/DrvIntNet: pass IgnoreConnectFailure to the driver to make it …
(edit) @34331   14 years vboxsync PCI: more 4.0 interfaces
(edit) @34313   14 years vboxsync two more
(edit) @34308   14 years vboxsync Main: PCI passthrough work
(edit) @34307   14 years vboxsync ExtPack: Correct file headers.
(edit) @34287   14 years vboxsync ExtPack: Don't hold any locks when calling extension pack hooks …
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @34111   14 years vboxsync Pass RDP credentials to the guest only from one client, when multiple …
(edit) @34101   14 years vboxsync Main-OVF: address r67784
(edit) @34093   14 years vboxsync r=bird: 'RT' and 'rt' is reserved for use in IPRT, please address the …
(edit) @34086   14 years vboxsync Main: Pass more IVirtualBox pointers to the extension pack. VRDE …
(edit) @34075   14 years vboxsync warnings
(edit) @34073   14 years vboxsync ExtPack: Fixes to IExtPack (QueryInterface can't be used for getting …
(edit) @34058   14 years vboxsync minor extpack adjustments.
(edit) @34010   14 years vboxsync Main, FE/VBoxManage: Make it possible to mark specific controllers as …
(edit) @33963   14 years vboxsync Main: moved listeners to location usable by fronends, rework
(edit) @33959   14 years vboxsync Main: code for generic listener creation
(edit) @33952   14 years vboxsync Main: replaces callback mechanism of NAT redirect change event …
(edit) @33921   14 years vboxsync Main: rework 'save registries' logic to ensure that all media …
(edit) @33918   14 years vboxsync Main: allow multiple AHCI controllers
(edit) @33915   14 years vboxsync Main, QT/FE, VBoxManage: per-chipset controller count limits
(edit) @33908   14 years vboxsync Main: sort Medium methods to have the same order in .h und .cpp
(edit) @33904   14 years vboxsync Main: fix snapshot folder and log folder regression (since 4.0 …
(edit) @33898   14 years vboxsync Guest Control/Main+VBoxManage: Implemented first bits for on-guest …
(edit) @33849   14 years vboxsync whitespace
(edit) @33848   14 years vboxsync Main/Console+Machine: move progress object for Console::SaveState from …
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33784   14 years vboxsync Main: Added ExtPackManager to Console and implemented the Console and …
(edit) @33776   14 years vboxsync Main/IGuest::updateGuestAdditions: Introduced additional flags …
(edit) @33765   14 years vboxsync Main: Added attribute IVirtualBox::ExtensionPackManager.
(edit) @33760   14 years vboxsync Main/Medium: don't just randomly throw exception if a device type …
(edit) @33758   14 years vboxsync Main, Devices/VMMDev, VBoxBFE: some rewrites of the mouse handling code
(edit) @33723   14 years vboxsync Automatic Guest Additions update: Support/graceful handling for …
(edit) @33708   14 years vboxsync Main: Eliminate the last bits of VirtualBoxBaseWithChildrenNEXT. It …
(edit) @33700   14 years vboxsync Main;Runtime: use size_t
(edit) @33698   14 years vboxsync Main-OVF: make it possible to overwrite all available items if a …
(edit) @33693   14 years vboxsync Main: More ExtPack code.
(edit) @33690   14 years vboxsync PCI: more slot management bits
(edit) @33687   14 years vboxsync PCI: part 1 of PCI slots assignment logic in Main
(edit) @33656   14 years vboxsync *: rebrand Sun (L)GPL disclaimers
(edit) @33651   14 years vboxsync Main-OVF: rename
(edit) @33623   14 years vboxsync ExtPack: More code.
(edit) @33598   14 years vboxsync Main: use RTPATH_MAX and RTPathUserHome() wrapper
(edit) @33596   14 years vboxsync Main: Change the 'default default' machine folder to …
(edit) @33592   14 years vboxsync VRDE: renamed VRDPServer.h, .cpp to VRDEServer.
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
(edit) @33556   14 years vboxsync VRDE: More API changes for the VRDP server separation.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33524   14 years vboxsync Storage: Implement offical support for other disk types like DVD and …
(edit) @33521   14 years vboxsync ExtPack: More code.
(edit) @33497   14 years vboxsync Build fix.
Note: See TracRevisionLog for help on using the revision log.

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