|
|
@76580
|
6 years |
vboxsync |
WINNT/Graphics/.scm-settings: restore previous revision (mixed it up …
|
|
|
@76565
|
6 years |
vboxsync |
Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
|
|
|
@76563
|
6 years |
vboxsync |
Additions: Use GA_INCLUDED_ and variations_ as header guard prefixes …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76540
|
6 years |
vboxsync |
Additions/WINNT: scm --fix-header-guards. bugref:9344
|
|
|
@76474
|
6 years |
vboxsync |
scm --fix-err-h src/ (bugref:9344)
|
|
|
@76430
|
6 years |
vboxsync |
VBox/shflsvc.h: Use errcore.h rather than err.h. bugref:9344
|
|
|
@76428
|
6 years |
vboxsync |
VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
|
|
|
@76422
|
6 years |
vboxsync |
VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
|
|
|
@76409
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76379
|
6 years |
vboxsync |
VBox/GuestHost/DragAndDrop.h: Don't include err.h, dir.h and file.h …
|
|
|
@76376
|
6 years |
vboxsync |
VBoxUhgsmi.h: GCC doesn't like unnamed sub-structures in C++ code, so …
|
|
|
@76343
|
6 years |
vboxsync |
WDDM: check that VBVA has been initialized.
|
|
|
@76194
|
6 years |
vboxsync |
Additions/Makefile.kmk+WINNT/Mouse/NT5/Makefile.kmk: use proper …
|
|
|
@76161
|
6 years |
vboxsync |
trailing space fix
|
|
|
@76160
|
6 years |
vboxsync |
Additions/win.x86: Ship selected bits as files for NT 3.x use …
|
|
|
@76105
|
6 years |
vboxsync |
DnD/VBoxTray: Added VBoxDnDWnd::Abort() to (hopefully) properly abort …
|
|
|
@76104
|
6 years |
vboxsync |
DnD/VBoxTray: No need to call VbglR3DnDEventFree() here; will be NULL …
|
|
|
@76103
|
6 years |
vboxsync |
DnD/VBoxTray: Don't try to (debug) log event type in VBoxDnDWorker() …
|
|
|
@76102
|
6 years |
vboxsync |
DnD/VBoxTray: Also free the VbglR3 event in …
|
|
|
@76098
|
6 years |
vboxsync |
Additions/VBoxTray: Added VBoxTrayShowError() and warn if VBoxHook.dll …
|
|
|
@75697
|
6 years |
vboxsync |
WDDM: GaScreenDestroy
|
|
|
@75655
|
6 years |
vboxsync |
WDDM: extended GaScreenDefine
|
|
|
@75654
|
6 years |
vboxsync |
win/VBoxSF: Implement restarting directory listing …
|
|
|
@75630
|
6 years |
vboxsync |
WDDM: Gallium Display Driver: code cleanup
|
|
|
@75566
|
6 years |
vboxsync |
Additions/WINNT: Use ICD forwarder dll. bugref:9296
|
|
|
@75545
|
6 years |
vboxsync |
WDDM: additional check
|
|
|
@75495
|
6 years |
vboxsync |
HGCM,Main,SharedFolder,SharedClipboard,GuestProperties: Added HGCM …
|
|
|
@75487
|
6 years |
vboxsync |
WDDM: Gallium miniport driver: wait until the host completes submitted …
|
|
|
@75468
|
6 years |
vboxsync |
XPDM: miniport driver fix for vboxsvga.
|
|
|
@75464
|
6 years |
vboxsync |
WDDM: Gallium miniport driver: comment.
|
|
|
@75460
|
6 years |
vboxsync |
WDDM: Gallium miniport driver: disable the device when the driver is …
|
|
|
@75445
|
6 years |
vboxsync |
WDDM: Gallium driver (disabled)
|
|
|
@75443
|
6 years |
vboxsync |
Exported Mesa related code to OSE.
|
|
|
@75407
|
6 years |
vboxsync |
VBoxSharedFolders,VBoxService,VBoxTray: New go at auto mounting shared …
|
|
|
@75403
|
6 years |
vboxsync |
Additions/win: Win10 build 17763 uses different registry key to store …
|
|
|
@74671
|
6 years |
vboxsync |
WDDM: enable R3 logging in debug builds
|
|
|
@74670
|
6 years |
vboxsync |
WDDM: enable VectoredExceptionHandler in debug builds
|
|
|
@74528
|
6 years |
vboxsync |
Committed a bit too much (r125394).
|
|
|
@74526
|
6 years |
vboxsync |
DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
|
|
|
@74521
|
6 years |
vboxsync |
WDDM: fixed misplaced ifdef, cleanup. bugref:8893
|
|
|
@74494
|
6 years |
vboxsync |
WDDM: comment. bugref:8893
|
|
|
@74493
|
6 years |
vboxsync |
WDDM: union for context specific data. bugref:8893
|
|
|
@74478
|
6 years |
vboxsync |
DnD/VBoxTray: Made the proxy window's reset() function public and use …
|
|
|
@74477
|
6 years |
vboxsync |
WDDM: renamed VBOXVIDEO_HWTYPE_CROGL to VBOXVIDEO_HWTYPE_VBOX. bugref:8893
|
|
|
@74476
|
6 years |
vboxsync |
DnD: Fixed message handling on VM restore on Windows guests.
|
|
|
@74475
|
6 years |
vboxsync |
DnD/VBoxTray: Various fixes for the internal message handling.
|
|
|
@74473
|
6 years |
vboxsync |
DnD/VBoxTray: Made the proxy window's reset() function public and use …
|
|
|
@74448
|
6 years |
vboxsync |
DnD/VBoxTray: A bit of polishing for r125178 (Fixed handling CF_HDROP …
|
|
|
@74442
|
6 years |
vboxsync |
DnD: Build fix.
|
|
|
@74439
|
6 years |
vboxsync |
DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
|
|
|
@74411
|
6 years |
vboxsync |
DnD: Renamed action names, added typedefs for DnD actions.
|
|
|
@74380
|
6 years |
vboxsync |
DnD: Added VBGLR3DNDEVENTTYPE to abstract the DnD protocol from the …
|
|
|
@74366
|
6 years |
vboxsync |
DnD/VBoxTray: Build fix.
|
|
|
@74365
|
6 years |
vboxsync |
DnD/VBoxTray: Logging nit.
|
|
|
@74364
|
6 years |
vboxsync |
DnD/VBoxTray: Fixed handling CF_HDROP entries in Unicode format …
|
|
|
@74236
|
6 years |
vboxsync |
WDDM: Miniport driver: Assert -> AssertBreak
|
|
|
@73966
|
6 years |
vboxsync |
Additions/VboxTray: avoid using multidisplay resize request in XPDM, …
|
|
|
@73947
|
6 years |
vboxsync |
DnD/VBoxTray: Added a "started" indicator for the proxy window …
|
|
|
@73945
|
6 years |
vboxsync |
DnD/VBoxTray: Fixed return values of WM_CREATE case in …
|
|
|
@73724
|
6 years |
vboxsync |
VMMDev: multimonitor resize for Windows guests, bugref:8444
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@72621
|
6 years |
vboxsync |
WDDM: display driver: handle the case when …
|
|
|
@72618
|
6 years |
vboxsync |
WDDM/VBoxTray: bugref:8444, trailing spaces fixed
|
|
|
@72611
|
6 years |
vboxsync |
WDDM/VBoxTray: bugref:8444, applying mode hints to all displays at …
|
|
|
@72372
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444: fix trailing whitespace from previous commit.
|
|
|
@72366
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444, VMMDevDisplayDef is used instead of …
|
|
|
@72352
|
7 years |
vboxsync |
Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
|
|
|
@72351
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444, applying mode hints to all displays at …
|
|
|
@72346
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444, defined 'unified' format for display mode hint
|
|
|
@72082
|
7 years |
vboxsync |
WDDM: x86 debug build of the miniport driver needs memcmp to work on …
|
|
|
@72010
|
7 years |
vboxsync |
WDDM: VBoxDispD3D: D3D backend creation cleanup.
|
|
|
@72003
|
7 years |
vboxsync |
VBoxDispIf: trailing tab
|
|
|
@72000
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444, updating all guest monitors 'at once' …
|
|
|
@71938
|
7 years |
vboxsync |
WDDM: VBoxDispMpLogger headers cleanup
|
|
|
@71934
|
7 years |
vboxsync |
WDDM: VBoxDispD3D: OpenAdapter cleanup, moved DllMain to the end of …
|
|
|
@71887
|
7 years |
vboxsync |
VBoxMouseNT: Must init IPRT for KeQueryTickCount to work.
|
|
|
@71862
|
7 years |
vboxsync |
WDDM: miniport/display drivers interface adjustments and cleanups.
|
|
|
@71860
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444, Fix turning displays off
|
|
|
@71658
|
7 years |
vboxsync |
WDDM: miniport adjustments for DevExt changes.
|
|
|
@71596
|
7 years |
vboxsync |
DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
|
|
|
@71595
|
7 years |
vboxsync |
DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
|
|
|
@71593
|
7 years |
vboxsync |
DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
|
|
|
@71592
|
7 years |
vboxsync |
DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
|
|
|
@71590
|
7 years |
vboxsync |
DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
|
|
|
@71514
|
7 years |
vboxsync |
WDDM: use VGA configuration interface (more)
|
|
|
@71511
|
7 years |
vboxsync |
WDDM: use VGA configuration interface
|
|
|
@71329
|
7 years |
vboxsync |
WDDM: another not supported D3D capability.
|
|
|
@71323
|
7 years |
vboxsync |
WDDM: build and use VBoxWddm.sys. bugref:9133
|
|
|
@71200
|
7 years |
vboxsync |
WDDM, Config.kmk: removed VBOX_WITH_WDDM_W8, it is always enabled now.
|
|
|
@71196
|
7 years |
vboxsync |
WDDM: use Win8 DDK for VBoxVideoWddm, replace preprocessor ifdefs …
|
|
|
@71179
|
7 years |
vboxsync |
Fixing few VirtualBox related typos in various places, mostly GUI, GA, …
|
|
|
@71167
|
7 years |
vboxsync |
WDDM: fixed calculation of pitch for compressed texture formats.
|
|
|
@71103
|
7 years |
vboxsync |
bugref:8444. Trailing blanks removed.
|
|
|
@71086
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444: Fixed compilation error caused by typo
|
|
|
@71085
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444: Get rid of the loop over displays
|
|
|
@71070
|
7 years |
vboxsync |
WDDM/VBoxTray: bugref:8444: Cleaning up the code which sends …
|
|
|
@70873
|
7 years |
vboxsync |
VMMDev,VBoxGuest: Classify who is calling the host (part 1). bugref:9105
|
|
|
@70804
|
7 years |
vboxsync |
GAs/NT/VBoxHook: The VBoxHook.dll is not needed on NT4, so mark it …
|
|
|
@70802
|
7 years |
vboxsync |
Makefiles/GAs/Win: Made the WDDM related DLLs Windows Vista+ and the …
|
|
|