|
|
@4015
|
18 years |
vboxsync |
Use pdmdrv.h or pdmdev.h where appropriate.
|
|
|
@3950
|
18 years |
vboxsync |
Corrected the style in the new dbus and libhal code in Main
|
|
|
@3939
|
18 years |
vboxsync |
Export to OSE.
|
|
|
@3911
|
18 years |
vboxsync |
Main: IGuest::seamlessSupport => supportsSeamless.
|
|
|
@3891
|
18 years |
vboxsync |
Some sketchy PDMUsb changes (disabled of course).
|
|
|
@3793
|
18 years |
vboxsync |
Inform guest about seamless mode changes
|
|
|
@3764
|
18 years |
vboxsync |
Drop holdDevice(). darwin changes.
|
|
|
@3761
|
18 years |
vboxsync |
Main/Frontends: Cleaned up IFramebuffer interface.
|
|
|
@3758
|
18 years |
vboxsync |
More USBFILTER changes.
|
|
|
@3756
|
18 years |
vboxsync |
USBFILTER for darwin.
|
|
|
@3720
|
18 years |
vboxsync |
VRDP NO_COM code in Main.
|
|
|
@3668
|
18 years |
vboxsync |
replace underscore symbols in Main/
|
|
|
@3662
|
18 years |
vboxsync |
Fixed memory leak (hubs).
|
|
|
@3653
|
18 years |
vboxsync |
Parallel port support. Contributed by: Alexander Eichner
|
|
|
@3652
|
18 years |
vboxsync |
Parallel port support. Contributed by: Alexander Eichner
|
|
|
@3582
|
18 years |
vboxsync |
Added seamless support property to the IGuest class
|
|
|
@3578
|
18 years |
vboxsync |
Removed rendermode property from the base IFrameBuffer class
|
|
|
@3576
|
18 years |
vboxsync |
Main: Beautified method/property names in COM interfaces.
|
|
|
@3571
|
18 years |
vboxsync |
Added framebuffer property RenderMode.
|
|
|
@3569
|
18 years |
vboxsync |
QueryVisibleRegion -> GetVisibleRegion
|
|
|
@3566
|
18 years |
vboxsync |
Async USB detach (for darwin) with async operation timeout (not …
|
|
|
@3532
|
18 years |
vboxsync |
Add QueryVisibleRegion & SetVisibleRegion to the IFrameBuffer class.
|
|
|
@3500
|
18 years |
vboxsync |
Export
|
|
|
@3494
|
18 years |
vboxsync |
added support for serial ports to Main and VBoxManage
|
|
|
@3480
|
18 years |
vboxsync |
Main: Use named mutexes for watching client processes on OS/2.
|
|
|
@3424
|
18 years |
vboxsync |
Main: Removed outdated CHECK_MACHINE_MUTABILITY and CHECK_STATE macros.
|
|
|
@3420
|
18 years |
vboxsync |
Main: Converted the VRDPServer class to the new locking scheme.
|
|
|
@3412
|
18 years |
vboxsync |
Main: Converted USBDeviceFilter and HostUSBDeviceFilter to the new …
|
|
|
@3411
|
18 years |
vboxsync |
Main: Do not delete target hard disk images when the "clone/create …
|
|
|
@3392
|
18 years |
vboxsync |
First part of fix for udevd::chmod vs. VBoxSVC race on attach.
|
|
|
@3348
|
18 years |
vboxsync |
Main: Converted AudioAdapter and NetworkAdapter to the new locking scheme.
|
|
|
@3330
|
18 years |
vboxsync |
Main: Converted DVDDrive and FloppyDrive to the new locking scheme.
|
|
|
@3329
|
18 years |
vboxsync |
Main: Added AutoLock::maybeRlock()/maybeWlock() in order for …
|
|
|
@3317
|
18 years |
vboxsync |
Main: Improved error handling when opening hard disks using the …
|
|
|
@3302
|
18 years |
vboxsync |
Main: More Machine children use the AutoStateDependency template.
|
|
|
@3288
|
18 years |
vboxsync |
Main: More precise check of whether the VM is running or not when USB …
|
|
|
@3278
|
18 years |
vboxsync |
Removed some obsolete VRDP code.
|
|
|
@3191
|
18 years |
vboxsync |
Main: Made it build on OS/2.
|
|
|
@3153
|
18 years |
vboxsync |
Multimonitor support.
|
|
|
@3110
|
18 years |
vboxsync |
Added the display index parameter to the SetVideoModeHint (in the …
|
|
|
@3034
|
18 years |
vboxsync |
Main: Fixed async USB (added proper detection of device re-cycle on …
|
|
|
@3033
|
18 years |
vboxsync |
Main: Made Auto[Limited]Caller support NULL objects (for conditional …
|
|
|
@3001
|
18 years |
vboxsync |
Main/Frontends: Next step to support asynchronous USB device flow.
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2967
|
18 years |
vboxsync |
async capture/hold/release of usb devices. (untested)
|
|
|
@2961
|
18 years |
vboxsync |
Main: Added the IMachine::logFolder property and corrected changeset:21642.
|
|
|
@2957
|
18 years |
vboxsync |
Made IHostFloppyDrive use libhal on Linux and added UDI strings to the …
|
|
|
@2939
|
18 years |
vboxsync |
Main: Preparations for async USB handling.
|
|
|
@2929
|
18 years |
vboxsync |
Main: Removed devNode from the host DVD drive description (it's up to …
|
|
|
@2917
|
18 years |
vboxsync |
Updated the host DVD code on Linux to use hal for device detection
|
|
|
@2853
|
18 years |
vboxsync |
typo
|
|
|
@2845
|
18 years |
vboxsync |
Main: Switched USBController to the new locking model.
|
|
|
@2805
|
18 years |
vboxsync |
Main: Fixed: Machine-level USB filters are now inserted to the USB …
|
|
|
@2804
|
18 years |
vboxsync |
Main: Added Machine::AutoStateDependency smart class that helps to …
|
|
|
@2755
|
18 years |
vboxsync |
Added a little hack to make sure we catch newly attached devices.
|
|
|
@2672
|
18 years |
vboxsync |
Main: Ported latest dmik/exp branch changes (r21219:21226) into the trunk.
|
|
|
@2644
|
18 years |
vboxsync |
Use a cast to avoid compiler warnings.
|
|
|
@2603
|
18 years |
vboxsync |
config loader logging
|
|
|
@2602
|
18 years |
vboxsync |
preliminary system time offset implementation
|
|
|
@2600
|
18 years |
vboxsync |
Implemented USB attach and detach notifications. (darwin)
|
|
|
@2587
|
18 years |
vboxsync |
Darwin USB (work in progress)…
|
|
|
@2567
|
18 years |
vboxsync |
Main & All Frontends: replaced the IGuestOSType IMachine::OSType …
|
|
|
@2540
|
18 years |
vboxsync |
Main & All Frontends: Improved console window activation helper APIs …
|
|
|
@2527
|
18 years |
vboxsync |
Check VRDP multiconnection property. A new external authentication …
|
|
|
@2522
|
18 years |
vboxsync |
VRDP multiconnection clipboard. The VRDP server always works in …
|
|
|
@2519
|
18 years |
vboxsync |
added API for VRDP multi connection
|
|
|
@2463
|
18 years |
vboxsync |
Main & All Frontends: Prototyped a bunch of Main API changes …
|
|
|
@2453
|
18 years |
vboxsync |
Updated the Linux TAP code again to make it more legacy compatible
|
|
|
@2389
|
18 years |
vboxsync |
Fixing Linux build.
|
|
|
@2388
|
18 years |
vboxsync |
Fixing Linux build.
|
|
|
@2386
|
18 years |
vboxsync |
Clipboard RDP channel
|
|
|
@2382
|
18 years |
vboxsync |
New dynamic TAP setup code for Linux
|
|
|
@2333
|
18 years |
vboxsync |
gcc-4.2 warnings
|
|
|
@2219
|
18 years |
vboxsync |
Repaint display when framebuffer completed an asynchronous resize.
|
|
|
@2212
|
18 years |
vboxsync |
Repaint display when framebuffer completed an asynchronous resize.
|
|
|
@2106
|
18 years |
vboxsync |
Do not block EMT while resizing the framebuffer.
|
|
|
@2029
|
18 years |
vboxsync |
Main: Added IVirtualBox::findHardDisk().
VBoxSDL: Fixed so that .vmdk …
|
|
|
@1874
|
18 years |
vboxsync |
Main: Fixed: Simultaneous usage of immutable VDIs by more than one …
|
|
|
@1788
|
18 years |
vboxsync |
Implemented hgcmThreadWait.
|
|
|
@1721
|
18 years |
vboxsync |
Implemented new 'MonitorCount' VM setting, to be used by VGA device …
|
|
|
@1711
|
18 years |
vboxsync |
HGCM cleanup.
|
|
|
@1681
|
18 years |
vboxsync |
Implemented HGCM save/load state
|
|
|
@1641
|
18 years |
vboxsync |
warnings.
|
|
|
@1400
|
18 years |
vboxsync |
warning
|
|
|
@1385
|
18 years |
vboxsync |
Implemented hgcmReset. Removed more obsolete code.
|
|
|
@1344
|
18 years |
vboxsync |
Disabled obsolete code in HGCM, added logging.
|
|
|
@1218
|
18 years |
vboxsync |
Implemented binding the RDP server to a specific interface.
|
|
|
@1217
|
18 years |
vboxsync |
Cleaned up EOL style.
|
|
|
@1080
|
18 years |
vboxsync |
- Support for save and restore added for shared folders.
- Object type …
|
|
|
@1077
|
18 years |
vboxsync |
Main: Added new IMachine attributes: description, sessionType and …
|
|
|
@953
|
18 years |
vboxsync |
Main: Prototyped IVMDKImage.
|
|
|
@911
|
18 years |
vboxsync |
Main: Fixed an assertion hit when opening the VDM dialog from the …
|
|
|
@906
|
18 years |
vboxsync |
Save and load state notifications for HGCM host services added.
|
|
|
@902
|
18 years |
vboxsync |
Main: Restored r18598 + fixes (don't call OnStateChange on new …
|
|
|
@887
|
18 years |
vboxsync |
Backed out rev. 18598
|
|
|
@886
|
18 years |
vboxsync |
Main: Implemented sending essential notifications (such as the current …
|
|
|
@815
|
18 years |
vboxsync |
Main:
- Return E_NOTIMPL for global USB filters and all other stuff …
|
|
|
@749
|
18 years |
vboxsync |
Main: Fixed: Don't try to delete the image file of a differencing VDI …
|
|
|
@606
|
18 years |
vboxsync |
Initial darwin port. (Not tested on linux yet.)
|
|
|
@470
|
18 years |
vboxsync |
Main/Frontends: Changed all interface attributes and method parameters …
|
|
|