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) @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.
(edit) @3611   17 years vboxsync Main: Improved IFramebuffer::resizeCompleted() docs; Renamed …
(edit) @3576   17 years vboxsync Main: Beautified method/property names in COM interfaces.
(edit) @3398   17 years vboxsync Call VRDP on EMT only when Framebuffer is not being resized.
(edit) @3358   17 years vboxsync Fixed a deadlock in Display.
(edit) @3278   17 years vboxsync Removed some obsolete VRDP code.
(edit) @3227   17 years vboxsync warning
(edit) @3153   17 years vboxsync Multimonitor support.
(edit) @3110   17 years vboxsync Added the display index parameter to the SetVideoModeHint (in the …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2798   18 years vboxsync Framebuffer, which does not use the guest VRAM directly, must be …
(edit) @2417   18 years vboxsync Prevent VRDP updates when framebuffer is being resized.
(edit) @2266   18 years vboxsync Do not access framebuffer when it is being resized.
(edit) @2219   18 years vboxsync Repaint display when framebuffer completed an asynchronous resize.
(edit) @2212   18 years vboxsync Repaint display when framebuffer completed an asynchronous resize.
(edit) @2210   18 years vboxsync Disable r20541, r20552.
(edit) @2206   18 years vboxsync Repaint display when the resize is completed (second try).
(edit) @2200   18 years vboxsync Repaint display when the resize is completed.
(edit) @2106   18 years vboxsync Do not block EMT while resizing the framebuffer.
(edit) @1904   18 years vboxsync warning
(edit) @783   18 years vboxsync Fixed deadlock in RegisterExternalFramebuffer
(edit) @781   18 years vboxsync Fixed deadlock in SetupInternalFramebuffer
(edit) @470   18 years vboxsync Main/Frontends: Changed all interface attributes and method parameters …
(edit) @431   18 years vboxsync Log the video mode hint only when it is actually delivered to the guest.
(edit) @422   18 years vboxsync Assertion details.
(edit) @412   18 years vboxsync Reset the update event in proper place (similar to r17824, r17825).
(edit) @279   18 years vboxsync Reset the resize event in proper place.
(edit) @238   18 years vboxsync Keep the framebuffer locked during resizing
(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