VirtualBox

source: vbox/trunk/src/VBox/Main/include/ConsoleImpl.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18348   16 years vboxsync LsiLogic, BusLogic: Add Led support
(edit) @17684   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17553   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17275   16 years vboxsync networking API renaming
(edit) @17217   16 years vboxsync make VBOX_WITH_NETFLT= compile on Linux hosts again
(edit) @16966   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @15708   16 years vboxsync Main: #3424: Bumped XML format version to 1.6 and so that the …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14949   16 years vboxsync Appended vim modeline to set tabstop and expand tabs (in the way …
(edit) @13878   16 years vboxsync Main: typos
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13779   16 years vboxsync Recommitted r38734: Guest Properties (HostServices and Main): major …
(edit) @13762   16 years vboxsync Backed out 38734.
(edit) @13759   16 years vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
(edit) @13606   16 years vboxsync Main: First bulk of classes transfered to the new locking scheme.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13377   16 years vboxsync HostServices/GuestProperties: use an HGCM service extension instead of …
(edit) @13374   16 years vboxsync Main, FE/Qt: Added IProgress::PowerDownAsync() (#3242).
(edit) @13165   16 years vboxsync Main: use the HGCM guest property change notification interface and do …
(edit) @13079   16 years vboxsync added getGuestEnteredACPIMode()
(edit) @12889   16 years vboxsync Main: IConsole::powerUpPaused for use with the debugger.
(edit) @12126   16 years vboxsync Drop existing RDP connection and allow the new client to connect, …
(edit) @11083   16 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11041   16 years vboxsync Main: added guest property enumeration (currently only works when the …
(edit) @10304   16 years vboxsync Main: Documenting.
(edit) @10233   16 years vboxsync Main: clean up the guest property code - send accesses to the console …
(edit) @10000   16 years vboxsync Pure naming change for the guest property store stuff. Functionality …
(edit) @9883   16 years vboxsync Main: add the Main part of the guest/host configuration registry
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8134   17 years vboxsync Fixed USB led when EHCI is enabled.
(edit) @7939   17 years vboxsync AHCI: add status LED support, minor cleanups in the ahci controller code
(edit) @6853   17 years vboxsync fixed windows builds
(edit) @6852   17 years vboxsync FE/SDL: use feedback from the guest to decide if we need to switch off …
(edit) @6464   17 years vboxsync Simplified consoleInitReleaseLog a bit and fixed a little bug in the …
(edit) @6388   17 years vboxsync BOOL seems to be more correct
(edit) @6387   17 years vboxsync warning
(edit) @6384   17 years vboxsync next try
(edit) @6382   17 years vboxsync backed out again, needs build fixes on Windows
(edit) @6379   17 years vboxsync support read-only shared folders
(edit) @6156   17 years vboxsync implemented the ACPI sleep button
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5982   17 years vboxsync Removed obsolete VRDP server interface that used COM.
(edit) @5741   17 years vboxsync try avoid the PDMR3USB bits when VBOX_WITH_USB isn't defined.
(edit) @5721   17 years vboxsync Cleaned out some old (pre-PDMUSB) code.
(edit) @5713   17 years vboxsync Added an maskedInterface property to the USB filters. It is used to …
(edit) @5520   17 years vboxsync PDMUsb
(edit) @5390   17 years vboxsync Main: Implemented IConsole::AdoptSavedState(); Prototyped …
(edit) @4404   17 years vboxsync Fixed the initialization of the remote USB channel.
(edit) @4131   17 years vboxsync Main/Frontends: Added missing IConsoleCallback notifications …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4041   17 years vboxsync Main: Shared Folders (#2130): - Solved folder name unicity problems by …
(edit) @4034   17 years vboxsync Added USB status led
(edit) @4021   17 years vboxsync Preparations for shared folders status led.
(edit) @4015   17 years vboxsync Use pdmdrv.h or pdmdev.h where appropriate.
(edit) @3891   17 years vboxsync Some sketchy PDMUsb changes (disabled of course).
(edit) @3720   17 years vboxsync VRDP NO_COM code in Main.
(edit) @3652   17 years vboxsync Parallel port support. Contributed by: Alexander Eichner
(edit) @3566   17 years vboxsync Async USB detach (for darwin) with async operation timeout (not …
(edit) @3494   17 years vboxsync added support for serial ports to Main and VBoxManage
(edit) @3288   17 years vboxsync Main: More precise check of whether the VM is running or not when USB …
(edit) @3278   17 years vboxsync Removed some obsolete VRDP code.
(edit) @3034   18 years vboxsync Main: Fixed async USB (added proper detection of device re-cycle on …
(edit) @3001   18 years vboxsync Main/Frontends: Next step to support asynchronous USB device flow.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2540   18 years vboxsync Main & All Frontends: Improved console window activation helper APIs …
(edit) @2527   18 years vboxsync Check VRDP multiconnection property. A new external authentication …
(edit) @2463   18 years vboxsync Main & All Frontends: Prototyped a bunch of Main API changes …
(edit) @2453   18 years vboxsync Updated the Linux TAP code again to make it more legacy compatible
(edit) @2386   18 years vboxsync Clipboard RDP channel
(edit) @2382   18 years vboxsync New dynamic TAP setup code for Linux
(edit) @2333   18 years vboxsync gcc-4.2 warnings
(edit) @902   18 years vboxsync Main: Restored r18598 + fixes (don't call OnStateChange on new …
(edit) @887   18 years vboxsync Backed out rev. 18598
(edit) @886   18 years vboxsync Main: Implemented sending essential notifications (such as the current …
(edit) @606   18 years vboxsync Initial darwin port. (Not tested on linux yet.)
(edit) @436   18 years vboxsync Main: Added USBDevice to the DeviceType enum to provide USB device …
(edit) @235   18 years vboxsync Main: Implemented runtime error notifications in IConsole …
(add) @1   55 years vboxsync import
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