VirtualBox

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

修定紀錄模式:


圖例:

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

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