VirtualBox

source: vbox/trunk/src/VBox/Main/include/DisplayImpl.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51762   10 years vboxsync DisplayImpl: legacy video accel lock fixes, do not call VGA under the lock.
(edit) @51627   11 years vboxsync IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.
(edit) @51610   11 years vboxsync Reverted r94341: too early.
(edit) @51606   11 years vboxsync Main,Frontends: IFramebuffer::NotifyUpdateImage
(edit) @51604   11 years vboxsync DisplayImpl: removed obsolete mLast* fields.
(edit) @51603   11 years vboxsync DisplayImpl: removed obsolete framebuffer resize handling.
(edit) @51553   11 years vboxsync Main: removed obsolete SetFramebuffer method.
(edit) @51552   11 years vboxsync Main: removed obsolete GetFramebuffer, updateDisplayData methods.
(edit) @51551   11 years vboxsync Main: removed obsolete RequestResize, ResizeCompleted methods.
(edit) @51525   11 years vboxsync DisplayImpl: notify framebuffer about VM shutdown.
(edit) @51476   11 years vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
(edit) @51460   11 years vboxsync main: async call crogl when needed
(edit) @51436   11 years vboxsync Main,Frontends: IDisplay provides the guest screen bitmap to frontends.
(edit) @51141   11 years vboxsync crOpenGL: crcmd enhancements & fixes; osx deadlock fix; temporary …
(edit) @51121   11 years vboxsync extend PDMIDISPLAYCONNECTOR::pfnVBVAXxx and VBVA resize for better …
(edit) @51013   11 years vboxsync Main/crOpenGL/DevVGA: synchronization, bugfixes, cleanup
(edit) @50940   11 years vboxsync compilable w/o CROGL
(edit) @50848   11 years vboxsync crOpenGL: new command submission continued
(edit) @50828   11 years vboxsync DisplayImpl: repaint display after a resize (better fix for a race)
(edit) @50754   11 years vboxsync Dev/VGA/crOpenGL/wddm: command thread, more command processing
(edit) @50677   11 years vboxsync wddm: misc bugfixes
(edit) @50394   11 years vboxsync crOpenGL: greyed-out 3D image on VM pause
(edit) @50364   11 years vboxsync crOpenGL: screenshot support; a bit of performance for video recording
(edit) @50315   11 years vboxsync Main: build fix for VBOX_WITH_VPX disabled
(edit) @50314   11 years vboxsync crOpenGL/VideoRec: do hardweight screen capthure only when recorder is …
(edit) @50313   11 years vboxsync crOpenGL: video recording working
(edit) @50260   11 years vboxsync DisplayImpl: force resize when VBVA is reenabled.
(edit) @50178   11 years vboxsync crOpenGL: seamless and resize bugfixes
(edit) @50095   11 years vboxsync crOpenGL: presentation infrastructure rework (still work in progress)
(edit) @49790   11 years vboxsync Main: unsigned width/height
(edit) @49783   11 years vboxsync DisplayImpl: DevVGA must not access framebuffer which has incorrect size.
(edit) @49474   11 years vboxsync crOpenGL: some host bits for buffer-based command submission
(edit) @49420   11 years vboxsync forward-port and adopt VHWA fixes
(edit) @48955   11 years vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @47774   11 years vboxsync Main,Frontends: IDisplay::GetScreenResolution returns the screen origin.
(edit) @47192   11 years vboxsync Main/MouseImpl: restored Mouse test case, not yet building though; fix …
(edit) @47190   11 years vboxsync Main/MouseImpl: restored Mouse test case, not yet building though.
(edit) @46523   12 years vboxsync Main/VBoxManage: allow to enable video recording at VM runtime
(edit) @46465   12 years vboxsync Main/VPX: introduced onVideoCaptureChange event
(edit) @46123   12 years vboxsync Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and …
(edit) @46065   12 years vboxsync Main/DisplayImpl: 6711: Fix for the race condition where in GA sends …
(edit) @45838   12 years vboxsync VPX: plugged memory leak; introduced rate parameter; clear artefacts …
(edit) @45674   12 years vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44383   12 years vboxsync Main/DisplayImpl: fix for the burn 83352..
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @42878   12 years vboxsync Main/VideoRec: a few fixes
(edit) @42248   12 years vboxsync API change for SetVideoModeHint to be able to disable guest screens …
(edit) @41404   13 years vboxsync crOpenGL: VM window scroll handling
(edit) @39603   13 years vboxsync crHgsmi: cleanup
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35305   14 years vboxsync Main/Display: removed obsolete code.
(edit) @35304   14 years vboxsync Main/Display, VBoxTray: removed obsolete code.
(edit) @35177   14 years vboxsync Main: OnGuestMonitorChanged event.
(edit) @35148   14 years vboxsync Main/Display: take into account disabled screens for pointer reporting
(edit) @34754   14 years vboxsync Main/VMMDev: optionally report multi-monitor mouse co-ordinates …
(edit) @34739   14 years vboxsync Main::Display: use screen id in VBVA mode.
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33146   14 years vboxsync wddm/3d: chromium hgsmi, host part + guest part debugging
(edit) @31958   14 years vboxsync Main: thumbnail PNG API, refactoring
(edit) @31718   14 years vboxsync Main: PNG screenshoting API
(edit) @31279   14 years vboxsync Display: replaced floating point implementation of screenshot scaling …
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30627   14 years vboxsync Main, some frontends: removing callbacks
(edit) @29518   15 years vboxsync Main: onMousePointerShapeChange reworked
(edit) @28973   15 years vboxsync IConsoleCallback in Display (xTracker 4878)
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28602   15 years vboxsync Main/Display: resize a new framebuffer (xTracker 4655)
(edit) @28368   15 years vboxsync Main/Display: seamless for multimonitor. (xTracker 4655)
(edit) @28245   15 years vboxsync IDisplay::TakeScreenshot for multimonitor. (xTracker 4655)
(edit) @28220   15 years vboxsync IDisplay::DrawToScreen for multimonitor (xTracker 4655)
(edit) @28215   15 years vboxsync IDisplay API changes for multimonitor (xTracker 4655)
(edit) @27751   15 years vboxsync Main/Display: VBVA should call Framebuffer::RequestResize only if …
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @26782   15 years vboxsync Main, Frontends: added support for virtual pointing devices with no …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25069   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) @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) @24457   15 years vboxsync Put PNG screenshot to saved state (works but disabled).
(edit) @24405   15 years vboxsync Put screenshot to saved state (incomplete and disabled).
(edit) @24373   15 years vboxsync Updated screenshot API (xTracker 4364).
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23185   15 years vboxsync Skip VBVA update if framebufer is being resized.
(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) @22412   15 years vboxsync HGSMI/VBVA updates
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21823   15 years vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21686   15 years vboxsync Main: back out r50147 until the locking is properly understood; will …
(edit) @21622   15 years vboxsync Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage 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