VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @53939   10 years vboxsync shared uppercase template.
(edit) @53938   10 years vboxsync capiidl.xsl: Must use xsl:key+key() to access interface[@name=?]. …
(edit) @53934   10 years vboxsync glue-java.xsl,typemap-shared.inc.xsl: Generalized and optimized the …
(edit) @53926   10 years vboxsync Moved G_sNewLine to typemap-shared.inc.xsl.
(edit) @53920   10 years vboxsync midl.xsl,xpidl.xsl: Include typemap-shared.inc.xsl and use the utility …
(edit) @53917   10 years vboxsync comimpl.xsl: Use xsl:key + key() to access interfaces[@name=?] and …
(edit) @53915   10 years vboxsync apiwrap-server.xsl: Work around stupid xsltproc performance issue when …
(edit) @53913   10 years vboxsync Main: Split the wrapper source generator job into two to speed reduce …
(edit) @53906   10 years vboxsync The java stuff doesn't like the DTD?
(edit) @53905   10 years vboxsync apiwrap-server.xsl: Optimizing the parameter code a little, the no-tmp …
(edit) @53904   10 years vboxsync VirtualBox.dtd: Added some missing DTD bits; VirtualBox.xidl: Include …
(edit) @53903   10 years vboxsync apiwrap-server.xsl: Use xsl:key + key() to lookup interfaces and enums …
(edit) @53886   10 years vboxsync fix
(edit) @53885   10 years vboxsync micro opts.
(edit) @53883   10 years vboxsync More micro opts
(edit) @53882   10 years vboxsync apiwrap-server.xsl: Micro optimizations.
(edit) @53879   10 years vboxsync apiwrap-server.xsl: Fixed a couple of bugs in previous commit and …
(edit) @53878   10 years vboxsync apiwrap-server.xsl: Generate headers and VBoxAPI.d in separate runs …
(edit) @53875   10 years vboxsync Use the native line ending because kmk_append does and we don't like …
(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) @52719   10 years vboxsync Main/Event: wrapper conversion, not covering the automatically …
(edit) @52574   10 years vboxsync IFramebuffer::capabilities
(edit) @52360   10 years vboxsync VirtualBox.xidl: update IMachine uuid (after r95429).
(edit) @52324   10 years vboxsync Main/Medium: fix deadlock between Medium::RefreshState and …
(edit) @52319   10 years vboxsync Main,Frontends: poll more than one device in IConsole::GetDeviceActivity.
(edit) @52312   10 years vboxsync 6219: New parameters related to file size / recording time limitation …
(edit) @52251   10 years vboxsync Main: update guest properties API to work with API wrappers, removed …
(edit) @52248   10 years vboxsync Main: ISession fully converted to use API wrappers
(edit) @52200   10 years vboxsync Main,Frontends: TakeScreenShot API cleanup.
(edit) @52117   10 years vboxsync DisplayImpl: IDisplay::InvalidateAndUpdateScreen
(edit) @52095   10 years vboxsync Main/Medium+AutoCaller+others: fix medium uninit deadlock caused by …
(edit) @52090   10 years vboxsync Main, Fe/Qt4: Added method to get effective paravirt. provider in …
(edit) @52064   10 years vboxsync Main: IDisplay converted to use API wrappers.
(edit) @51670   10 years vboxsync Main,Frontends: use safearray for IFramebuffer::Notify3DEvent
(edit) @51627   10 years vboxsync IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.
(edit) @51610   10 years vboxsync Reverted r94341: too early.
(edit) @51606   10 years vboxsync Main,Frontends: IFramebuffer::NotifyUpdateImage
(edit) @51605   10 years vboxsync Main,Frontends: removed obsolete IFramebuffer methods: Address, …
(edit) @51601   10 years vboxsync Main/Machine: fix regression (lack of AutoLimitedCaller) due to …
(edit) @51556   11 years vboxsync DnD: Added support for dynamically managing formats on the host.
(edit) @51551   11 years vboxsync Main: removed obsolete RequestResize, ResizeCompleted methods.
(edit) @51527   11 years vboxsync Main: Documentation.
(edit) @51502   11 years vboxsync same for <pre>
(edit) @51501   11 years vboxsync Main/doxygen: fix <ol> / <ul> confusion
(edit) @51500   11 years vboxsync VirtualBox.xidl: tabs!
(edit) @51494   11 years vboxsync Documentation: Wording.
(edit) @51491   11 years vboxsync Main/idl: fixed doygen output
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