VirtualBox

source: vbox/trunk/src/VBox/Main/DisplayImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26235   15 years vboxsync Main: coding style
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26004   15 years vboxsync png_write_data_fn: another (uint32_t) cast to shut up MSC, added …
(edit) @26002   15 years vboxsync build fix.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @25126   15 years vboxsync Main: fixes for libpng14 (public ticket #5615)
(edit) @25069   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP …
(edit) @25054   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP …
(edit) @25052   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP clients.
(edit) @25036   15 years vboxsync Fixed black screen when guest color depth is not 32 bpp (xTracker 4495).
(edit) @24995   15 years vboxsync Main: gcc warning
(edit) @24941   15 years vboxsync DisplayImpl: VBVA lock (xTracker 4463).
(edit) @24932   15 years vboxsync DisplayImpl: VBVA lock (xTracker 4463).
(edit) @24931   15 years vboxsync DisplayImpl: VBVA lock (xTracker 4463).
(edit) @24924   15 years vboxsync More VBVA lock code (disabled, xTracker 4463)
(edit) @24890   15 years vboxsync DisplayImpl: VBVA lock (incomplete, xTracker 4463).
(edit) @24539   15 years vboxsync Saved state screenshot API (xTracker 4364).
(edit) @24490   15 years vboxsync Saved state screenshot API stubs (xTracker 4364).
(edit) @24464   15 years vboxsync TakeScreenShotSlow corrected comment and API spec.
(edit) @24459   15 years vboxsync TakeScreenShotSlow convert pixels.
(edit) @24457   15 years vboxsync Put PNG screenshot to saved state (works but disabled).
(edit) @24407   15 years vboxsync Put screenshot to saved state (incomplete and disabled), fixed burn.
(edit) @24405   15 years vboxsync Put screenshot to saved state (incomplete and disabled).
(edit) @24373   15 years vboxsync Updated screenshot API (xTracker 4364).
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24166   15 years vboxsync 2d accel: fix the typo; some dbg assertions
(edit) @24165   15 years vboxsync 2d accel: proper handle the 2d command when framebuffer in null
(edit) @23185   15 years vboxsync Skip VBVA update if framebufer is being resized.
(edit) @23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22443   15 years vboxsync Removed unnecessary log statement.
(edit) @22412   15 years vboxsync HGSMI/VBVA updates
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @22215   15 years vboxsync video hw accel: basics for saved state support
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21796   15 years vboxsync trailing spaces
(edit) @20814   15 years vboxsync Main: prototyped screenshot usable for scripting languages
(edit) @20224   16 years vboxsync Main/Display: Fixes for multiple screens. Don't update the screen …
(edit) @20021   16 years vboxsync Main/Display: properly save/restore some important members, see …
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19817   16 years vboxsync IFramebuffer cleanup next part: * removed obsolete internal …
(edit) @19798   16 years vboxsync removed long obsolete methods IFramebuffer::solidFill() and …
(edit) @19588   16 years vboxsync Do not lock IFramebuffer while it is being resized (xTracker #3902).
(edit) @19432   16 years vboxsync HGSMI: Main.
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @18669   16 years vboxsync DisplayImpl.cpp: Don't bitch about VBOX_VIDEO_INFO_TYPE_NV_HEAP since …
(edit) @16199   16 years vboxsync displayRefreshCallback: removed obsolete assertion (xTracker #3489).
(edit) @16196   16 years vboxsync handleDisplayResize: corrected the return code (xTracker #3489).
(edit) @16185   16 years vboxsync handleDisplayResize postpones the resize if framebuffer is being …
(edit) @16181   16 years vboxsync Fixed a EMT-GUI deadlock in Main:Display::InvalidateAndUpdate
(edit) @15874   16 years vboxsync More detailed assertion message.
(edit) @15812   16 years vboxsync Fixed completely broken Display::COMGETTER(Width)
(edit) @15762   16 years vboxsync Main: Exmplicit machine state comparisons replaced with bool …
(edit) @15732   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15256   16 years vboxsync Explicit cast for VMR3ReqCall NULL parameters.
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14942   16 years vboxsync Tabs to spaces.
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13607   16 years vboxsync Main: keywords space
(edit) @13606   16 years vboxsync Main: First bulk of classes transfered to the new locking scheme.
(edit) @12925   16 years vboxsync warning
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11296   16 years vboxsync Main: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @10760   16 years vboxsync Fixed a bunch of changeFramebuffer invocations on EMT (VMR3ReqCall) …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @7258   17 years vboxsync Deleted obsolete code.
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4912   17 years vboxsync Do not call the framebuffer NotifyUpdate is rectangle is empty.
(edit) @4499   17 years vboxsync Accidental commit
(edit) @4498   17 years vboxsync Backed out 24093
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4053   17 years vboxsync Use the generic VBoxVideo interface in Windows guest video driver.
(edit) @4027   17 years vboxsync Direct draw heap and miniport heap memory reservation for Windows …
(edit) @4015   17 years vboxsync Use pdmdrv.h or pdmdev.h where appropriate.
(edit) @3911   17 years vboxsync Main: IGuest::seamlessSupport => supportsSeamless.
(edit) @3827   17 years vboxsync No need for function name
(edit) @3825   17 years vboxsync logging change
(edit) @3793   17 years vboxsync Inform guest about seamless mode changes
(edit) @3792   17 years vboxsync Less public logging (Log -> LogSunlover).
(edit) @3761   17 years vboxsync Main/Frontends: Cleaned up IFramebuffer interface.
(edit) @3681   17 years vboxsync Logging cleanup.
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