VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69361   7 years vboxsync VBoxTray: scm cleanups
(edit) @69201   7 years vboxsync Additions/win/vboxtray: Code cleanup in VBoxDisplay service, step 2.
(edit) @69180   7 years vboxsync Additions/win/vboxtray: Code cleanup in VBoxDisplay service, step 1.
(edit) @68664   7 years vboxsync Additions: Reduce number of VMMDev.h inclusions.
(edit) @68630   7 years vboxsync Adding VBoxGuestCoreTypes.h for avoiding having to include VMMDev.h …
(edit) @68437   7 years vboxsync VBoxTray: Use VbglR3 APIs for everything. Untested.
(edit) @68375   7 years vboxsync VboxTray: Code cleanup in VBoxDisplay service (part 2), bugref:8444
(edit) @68367   7 years vboxsync VboxTray: Code cleanup in VBoxDisplay service, bugref:8444
(edit) @63100   8 years vboxsync GA/NT/VBoxTray: warnings
(edit) @62865   8 years vboxsync 3D: report guest screen position to the host when the user rearranges …
(edit) @62522   8 years vboxsync (C) 2016
(edit) @61620   9 years vboxsync VBoxTray: primary guest display must remain at 0,0.
(edit) @60020   9 years vboxsync Additions/Windows/VBoxTray: useless condition (thanks PVS)
(edit) @58307   9 years vboxsync Additions/WINNT/VBoxGuestInternal.h: Removed empty misnamed file. …
(edit) @57741   9 years vboxsync Additions/VBoxTray: - Refactored internal services to use the …
(edit) @53313   10 years vboxsync VBoxTray: keep monitor layout when resizing with WDDM driver, logging.
(edit) @51469   11 years vboxsync VBoxTray: Logging; ripped out all custom logging.
(edit) @49891   11 years vboxsync Merged private draganddrop branch into trunk.
(edit) @48979   11 years vboxsync VBoxTray/wddm: fix Vista autoresize
(edit) @48070   11 years vboxsync wddm,vboxtray: forward-port autoresize, multimon, and seamless fixes …
(edit) @48030   11 years vboxsync Additions/WINNT: uninitialized variable, warnings.
(edit) @46625   12 years vboxsync unify casing
(edit) @45761   12 years vboxsync VBoxTray: missing file commit
(edit) @44735   12 years vboxsync WINNT/VBoxTray.cpp: memory leak fix, code fixes as per VBox standard.
(edit) @44648   12 years vboxsync WINNT/VBoxTray/VBoxDisplay: Added multi-monitor support for XP XPDM . …
(edit) @44578   12 years vboxsync Additions/WINNT/VBoxTray: Fix for a return value. "FALSE" return value …
(edit) @44557   12 years vboxsync Additions/WINNT/VBoxTray: Support for dynamic operations on virtual …
(edit) @44550   12 years vboxsync VBoxTray/wddm: autoresize retries
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44305   12 years vboxsync VboxTray/VideoMode: Dynamic configuration of secondary monitor for …
(edit) @44297   12 years vboxsync VBoxTray: fix ChangeDisplaySettingsEx ref
(edit) @44296   12 years vboxsync VBoxTray: some auto-resize cleanup & todos/questions
(edit) @44194   12 years vboxsync VboxTray/videomode: r82861 Code optimization. Making it backward …
(edit) @44161   12 years vboxsync VboxTray/VideoMode: Dynamic configuration of secondary monitor for …
(edit) @42232   12 years vboxsync fAnyX basics (not impl for xpdm miniport yet)
(edit) @42224   12 years vboxsync vboxtray: 64bit build fix
(edit) @42217   12 years vboxsync wddm: autoresize, etc. fixes, more to follow..
(edit) @42098   12 years vboxsync wddm: new autoresize mechanism basics
(edit) @40672   13 years vboxsync VBoxTray: Display thread fixes.
(edit) @34130   14 years vboxsync wddm: autoresize fixes
(edit) @34025   14 years vboxsync VBoxTray: Implemented global message registration/handling mechanism, …
(edit) @33966   14 years vboxsync VBoxTray: Cleaning up, refactoring, grouping window messages.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33264   14 years vboxsync Additions/Win: Allow any horizontal resolution if graphics device …
(edit) @32687   14 years vboxsync VBoxTray: Applied refined patch for NT4 resizing/graphics capabilities …
(edit) @32622   14 years vboxsync wddm: VBOXWDDM->VBOX_WITH_WDDM
(edit) @32592   14 years vboxsync Logging.
(edit) @32588   14 years vboxsync Logging.
(edit) @32249   14 years vboxsync VBoxTray: Corrected some logging prefixes.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27988   15 years vboxsync wddm: more impl for guest autoresize support
(edit) @27955   15 years vboxsync wddm: vboxtray: abstraction display driver API for passing escape …
(edit) @27912   15 years vboxsync wddm: make WDDM Adapter be properly identified by VBoxTray
(edit) @27185   15 years vboxsync Windows guest additions multimonitor: update the video mode table for …
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @24320   15 years vboxsync more RT_ZERO()
(edit) @21888   15 years vboxsync Additions/WINNT: fix problems of the mouse cursor not being shown when …
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @20201   16 years vboxsync Fixed a regression in VBoxTray: setvideomodehint was ignored if there …
(edit) @19836   16 years vboxsync Fix for the videomodehint processing in Windows7 guest.
(edit) @19705   16 years vboxsync VBoxTray: Debug msg.
(edit) @19703   16 years vboxsync VBoxTray: Display debug stuff. Added check for setting display mode.
(edit) @19701   16 years vboxsync VBoxTray: Make display thread less noisy.
(edit) @11430   16 years vboxsync some obviously missing \n at end of a Log() string
(edit) @10777   16 years vboxsync Windows VBoxService: Getting rid of custom logging routines; now using …
(edit) @10552   16 years vboxsync More IOCTLs.
(edit) @10541   16 years vboxsync Removed deprecated IOCTL namings.
(edit) @10374   16 years vboxsync Corrected log messages.
(edit) @8887   17 years vboxsync Windows Guest VBoxTray: Logging.
(copy) @8857   17 years vboxsync VBoxGuest for Windows: Changed VBoxService to VBoxTray (continued).
copied from trunk/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.cpp
(edit) @8850   17 years vboxsync Windows Guest Additions: Renamed VBoxService.exe to VBoxTray.exe. …
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