VirtualBox

source: vbox/trunk/src/VBox/Main/idl/VirtualBox.xidl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @57524   9 years vboxsync Main: NVMe integration
(edit) @56830   10 years vboxsync Main/idl: comment
(edit) @56788   10 years vboxsync Main/Machine: new attribute (not yet implemented to the level that it …
(edit) @56610   10 years vboxsync Main/Machine: add stub of a new method which will apply the VM default …
(edit) @56596   10 years vboxsync Main/idl: change the unit of "reservedAttributes" from read-write …
(edit) @56588   10 years vboxsync Main/idl: reserved method/attribute fine tuning now that more …
(edit) @56523   10 years vboxsync Main/idl: fix a few missing <desc> tags, and keep the DTD up to date.
(edit) @56480   10 years vboxsync Cleaned up leftovers.
(edit) @56459   10 years vboxsync Main: Added audio codec type property, including recommended type.
(edit) @56423   10 years vboxsync typo
(edit) @56398   10 years vboxsync IVirtualBox: Added APIRevision attribute for the ValidationKit, …
(edit) @56397   10 years vboxsync VirtualBox.xidl: Some rainy day insurance.
(edit) @56372   10 years vboxsync ISystemProperties: Added rawModeSupported attribute for querying …
(edit) @56142   10 years vboxsync Main: introduce a new "medium config changed" event which was missing, …
(edit) @56088   10 years vboxsync pr6522. First part: added logic which allows to read\save audio …
(edit) @56035   10 years vboxsync Main/Machine+USBController+StorageController: Mix of deleting useless …
(edit) @55977   10 years vboxsync Main/Snapshot: add a parameter to IMachine.takeSnapshot, returning the …
(edit) @55885   10 years vboxsync IMachineDebugger: Added a queryOSKernelLog method.
(edit) @55883   10 years vboxsync IMachineDebugger: Added loadPlugIn and unloadPlugIn methods.
(edit) @55854   10 years vboxsync Main: saved screenshot API cleanup.
(edit) @55807   10 years vboxsync Main/Machine: fix self-deadlock during inaccessible machine unregistration
(edit) @55800   10 years vboxsync Main/Session+Machine: small API cleanup, introducing explicit session …
(edit) @55674   10 years vboxsync Main,VBoxManage,Settings: Changed the boolean syntheticCPU setting …
(edit) @55668   10 years vboxsync Modified IGuestSession::fileOpenEx: removed the 'offset' parameter and …
(edit) @55633   10 years vboxsync typo in open action conversion.
(edit) @55631   10 years vboxsync IGuestSession: - Added pathStyle attribute and associated enum. …
(edit) @55629   10 years vboxsync Fixed FsObjType link.
(edit) @55625   10 years vboxsync Try to fix Linux burns.
(edit) @55619   10 years vboxsync Attempt to fix burn.
(edit) @55613   10 years vboxsync IGuestSession: Added a pathStyle attribute (read-only) that translates …
(edit) @55611   10 years vboxsync Main: Merged the VFSFileType and FsObjType enums, keeping the …
(edit) @55608   10 years vboxsync apiwrap-server.xsl,VirtualBox.xidl: Added a check in the API wrapper …
(edit) @55595   10 years vboxsync IGuestProcess needs a dummy attribute to work with the midl proxy stub …
(edit) @55591   10 years vboxsync Main: Renamed IGuestSession::environment to …
(edit) @55590   10 years vboxsync Main: Removed IGuestSession::environmentClear because it duplicates …
(edit) @55586   10 years vboxsync VirtualBox.xidl: link fixes.
(edit) @55583   10 years vboxsync VirtualBox.xidl: Clearified IGuestSession and associated documentation …
(edit) @55535   10 years vboxsync Main,VBoxManage,VBoxShell,ValidationKit: Changed the …
(edit) @55531   10 years vboxsync Main,VBoxService: Added ProcessCreateFlag_UnquotedArguments.
(edit) @55528   10 years vboxsync Main/idl: added IAudioAdapter::enabledIn/enabledOut
(edit) @55523   10 years vboxsync Main: extend IVetoEvent interface to support approvals too.
(edit) @55505   10 years vboxsync Main: Add method to return list of medium identifiers assoicated with …
(edit) @55437   10 years vboxsync Main/Console+Machine: deliver OnGuestPropertyChanged for the current …
(edit) @55422   10 years vboxsync DnD: Protocol overhaul with versioning added which now can communicate …
(edit) @55405   10 years vboxsync Main/IDL: fix copy/paste bug in comments
(edit) @55259   10 years vboxsync Main/Serial+Devices/Serial: new TCP backend for serial port. …
(edit) @55255   10 years vboxsync Main/Snapshot: only update the machine state on the VM process if …
(edit) @55218   10 years vboxsync Main/idl: fix last dangling link
(edit) @55217   10 years vboxsync Main/idl: fix more dangling links
(edit) @55216   10 years vboxsync Main/idl: fix dangling link
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @55182   10 years vboxsync Main,FE/VBoxManage: Support exporting machines as appliances which …
(edit) @55133   10 years vboxsync Main,Frontends: framebuffer identifier.
(edit) @55078   10 years vboxsync 5.0.0 Beta 1 (and backed out r99347 as it might have caused a regression)
(edit) @54979   10 years vboxsync OVF: pr7721. Import images in other formats. Added option …
(edit) @54976   10 years vboxsync Main/Console: Add method to add multiple disk encryption passwords …
(edit) @54911   10 years vboxsync Main: Added paravirt. provider KVM APIs.
(edit) @54885   10 years vboxsync Main: Add a method to check for the correct encryption password
(edit) @54855   10 years vboxsync Main/Medium: Logic change for IMedium::ChangeEncryption, an empty …
(edit) @54854   10 years vboxsync Main: Rearrange and rename parameters of IMedium::ChangeEncryption
(edit) @54848   10 years vboxsync Main: Make IMedium::getEncryptionSettings const
(edit) @54835   10 years vboxsync Encryption: Add a way to retrieve the encryption settings without …
(edit) @54828   10 years vboxsync Main,Frontends: use BitmapFormat in API.
(edit) @54809   10 years vboxsync Distinguished error codes when a provided password is wrong
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54584   10 years vboxsync DHCPServer: Define DHCP option encodings as an enum. The enum is not …
(edit) @54582   10 years vboxsync Host 3D unscaled HiDPI output: privide notifyHiDPIOutputPolicyChange() …
(edit) @54486   10 years vboxsync Main/Medium: Add basic support to encrypt/decrypt media, work in progress
(edit) @54438   10 years vboxsync Main/VirtualBox: eliminate redundant parameter to i_registerMedium, …
(edit) @54266   10 years vboxsync Main/webservice: change code to support multiple ISession instances …
(edit) @53906   10 years vboxsync The java stuff doesn't like the DTD?
(edit) @53904   10 years vboxsync VirtualBox.dtd: Added some missing DTD bits; VirtualBox.xidl: Include …
(edit) @53865   10 years vboxsync Main: Added dtrace probes to the auto generated wrappers (half …
(edit) @53851   10 years vboxsync Host 3D & Main: coding style update.
(edit) @53847   10 years vboxsync Host 3D: content scalling: export IDisplay interface and connect it to …
(edit) @53385   10 years vboxsync javadoc v8 HTML fixes.
(edit) @53354   10 years vboxsync R7524 - needs testing in VBoxManage.
(edit) @53297   10 years vboxsync Main: Added API to report actual USB device speed.
(edit) @53062   10 years vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @52978   10 years vboxsync IDisplay::GetScreenResolution returns status of the guest monitor.
(edit) @52958   10 years vboxsync Main: merged IMachine::readSavedThumbnailToArray and …
(edit) @52924   10 years vboxsync IKeyboard::KeyboardLEDs getter
(edit) @52921   10 years vboxsync IMouse::PointerShape
(edit) @52830   10 years vboxsync Main: missing MediumVariant.
(edit) @52574   10 years vboxsync IFramebuffer::capabilities
(edit) @52360   11 years vboxsync VirtualBox.xidl: update IMachine uuid (after r95429).
(edit) @52324   11 years vboxsync Main/Medium: fix deadlock between Medium::RefreshState and …
(edit) @52319   11 years vboxsync Main,Frontends: poll more than one device in IConsole::GetDeviceActivity.
(edit) @52312   11 years vboxsync 6219: New parameters related to file size / recording time limitation …
(edit) @52251   11 years vboxsync Main: update guest properties API to work with API wrappers, removed …
(edit) @52200   11 years vboxsync Main,Frontends: TakeScreenShot API cleanup.
(edit) @52117   11 years vboxsync DisplayImpl: IDisplay::InvalidateAndUpdateScreen
(edit) @52095   11 years vboxsync Main/Medium+AutoCaller+others: fix medium uninit deadlock caused by …
(edit) @52090   11 years vboxsync Main, Fe/Qt4: Added method to get effective paravirt. provider in …
(edit) @52064   11 years vboxsync Main: IDisplay converted to use API wrappers.
(edit) @51670   11 years vboxsync Main,Frontends: use safearray for IFramebuffer::Notify3DEvent
(edit) @51627   11 years vboxsync IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.
(edit) @51610   11 years vboxsync Reverted r94341: too early.
(edit) @51606   11 years vboxsync Main,Frontends: IFramebuffer::NotifyUpdateImage
(edit) @51605   11 years vboxsync Main,Frontends: removed obsolete IFramebuffer methods: Address, …
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