VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49603   11 years vboxsync DevVGA,DisplayImpl: prevent access to invalid framebuffer.
(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) @49311   11 years vboxsync Main/Display: harmless typo
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @47905   11 years vboxsync Main: warnings.
(edit) @47774   11 years vboxsync Main,Frontends: IDisplay::GetScreenResolution returns the screen origin.
(edit) @47117   11 years vboxsync Main: RT_ZERO() / RTStrCopy()
(edit) @46828   11 years vboxsync Main/VPX: give all screens the same timestamp
(edit) @46826   11 years vboxsync Main/VPX: fixed file name generation
(edit) @46667   11 years vboxsync Main/idl: clarify IMachine.videoCaptureFile to be an absolute path, …
(edit) @46549   11 years vboxsync Main/VPX: propery handle concurrency during termination
(edit) @46540   11 years vboxsync Main/DisplayImpl: notify the clients if video recording started
(edit) @46523   11 years vboxsync Main/VBoxManage: allow to enable video recording at VM runtime
(edit) @46471   11 years vboxsync build fix
(edit) @46468   11 years vboxsync build fix
(edit) @46467   11 years vboxsync build fix
(edit) @46465   11 years vboxsync Main/VPX: introduced onVideoCaptureChange event
(edit) @46123   12 years vboxsync Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and …
(edit) @46086   12 years vboxsync DisplayImpl: fix and cleanup for postponed seamless region update
(edit) @46075   12 years vboxsync Main/DisplayImpl: 6711: Code fix for SMP and code improvement.
(edit) @46065   12 years vboxsync Main/DisplayImpl: 6711: Fix for the race condition where in GA sends …
(edit) @46057   12 years vboxsync backout r85727
(edit) @46055   12 years vboxsync Main/Display: store mode data in case of a null framebuffer
(edit) @46007   12 years vboxsync Main/VPX: play safe
(edit) @46006   12 years vboxsync Main/VPX: do uninitialization in drvDestruct() rather than in uninit()
(edit) @45992   12 years vboxsync Main/Display: explicitely initialize mpVideoRecCtx
(edit) @45991   12 years vboxsync Fix local strict build issues.
(edit) @45980   12 years vboxsync DisplayImpl: Explicitly clear mpVideoRecCtx.
(edit) @45962   12 years vboxsync Main/VPX: more fixes
(edit) @45961   12 years vboxsync Main/VPX: don't initialize anything if disabled
(edit) @45958   12 years vboxsync Main/VPX: start at 1 not 0.
(edit) @45956   12 years vboxsync Main/VPX: multi-monitor fixes; use .webm as default extension
(edit) @45950   12 years vboxsync Main/VPX: multimonitor (needs more cleanup)
(edit) @45941   12 years vboxsync Main/VPX: some code restructuring to be able to log errors / success …
(edit) @45926   12 years vboxsync IMachine::VideoCaptureFps
(edit) @45914   12 years vboxsync Main: warnings
(edit) @45890   12 years vboxsync Main: warnings
(edit) @45878   12 years vboxsync VPX: separate encoding thread; more cleanup
(edit) @45838   12 years vboxsync VPX: plugged memory leak; introduced rate parameter; clear artefacts …
(edit) @45776   12 years vboxsync VPX: nits
(edit) @45772   12 years vboxsync VPX: allow to build against libvpx provided by the build system
(edit) @45743   12 years vboxsync Main/Display: cosmetics
(edit) @45740   12 years vboxsync Main/VideoRec: use milliseconds as time units to get more precise …
(edit) @45731   12 years vboxsync several fixes for video recording
(edit) @45674   12 years vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(edit) @45132   12 years vboxsync crOpenGL: seamles mode support impl; bugfizes & cleanup
(edit) @45030   12 years vboxsync Main/drv*: s/pData/pThis/g.
(edit) @45029   12 years vboxsync Main: drvDestruct/drvConstruct cleanups.
(edit) @44822   12 years vboxsync Main: 6414: VM crashes with 2 virtual screens configured on Mac host …
(edit) @44421   12 years vboxsync mpVM -> mpUVM in comments and such.
(edit) @44402   12 years vboxsync ConsoleImpl.h/.cpp: changed SafeVMPtrBase to not mess around with pVM, …
(edit) @44382   12 years vboxsync Main/DisplayImpl: Fix for access violation in case of multimonitor. …
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44130   12 years vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @43934   12 years vboxsync DisplayImpl: LogFlow -> Log2
(edit) @43139   12 years vboxsync Main/Display: clean up the interface to the video recording code
(edit) @42944   12 years vboxsync Main/VideoRecAndEncode module: Replaced COM error codes with general …
(edit) @42913   12 years vboxsync Main/VideoRecAndEncode module: removed COMGETTERS from …
(edit) @42878   12 years vboxsync Main/VideoRec: a few fixes
(edit) @42861   12 years vboxsync main/VideoCaptureAndEncoding: Error checking, formatting. Still under …
(edit) @42844   12 years vboxsync Main/VideoEncodingAndCapture: Code improvement
(edit) @42838   12 years vboxsync Main/EncodeAndVideoRecording Module and API implementation: …
(edit) @42646   12 years vboxsync Main/src-client/DisplayImpl: Code improvement for video recording of …
(edit) @42619   12 years vboxsync Frontends/VBoxSDL: implementation of video capture in VBOXSDL. Still …
(edit) @42479   12 years vboxsync Main/DisplayImpl.cpp: Working on supporting video recording for …
(edit) @42249   12 years vboxsync DisplayImpl: cosmetcial fix
(edit) @42248   12 years vboxsync API change for SetVideoModeHint to be able to disable guest screens …
(edit) @41597   12 years vboxsync DisplayImpl: make sure that the primary screen is enabled, when the …
(edit) @41595   12 years vboxsync Main/Machine+Display: do not ignore the error code from …
(edit) @41492   13 years vboxsync DisplayImpl: secondary displays are disabled at startup.
(edit) @41404   13 years vboxsync crOpenGL: VM window scroll handling
(edit) @41240   13 years vboxsync VRDP+3D: fix screen update issues
(edit) @41065   13 years vboxsync Main: DisplayImpl correct initialization when saved state is loaded.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @39603   13 years vboxsync crHgsmi: cleanup
(edit) @39391   13 years vboxsync warning
(edit) @39288   13 years vboxsync CrOpenGL: avoid blocked client polling & extra memcpy (block hgsmi …
(edit) @38995   13 years vboxsync DisplayImpl: make sure that framebuffer info is updated.
(edit) @38966   13 years vboxsync Main/Display: made a lot of logging into conditional release logging. …
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38642   13 years vboxsync DisplayImpl: do not use VGA device to take a screenshot of the primary …
(edit) @38505   13 years vboxsync crOpenGL: fix incorrect rendering when switching to/from fullscreen …
(edit) @38275   13 years vboxsync Main/DisplayImpl: document an internal API
(edit) @37220   14 years vboxsync Main/Display: correct Framebuffer Dimensions for negative x/yOrigins
(edit) @37175   14 years vboxsync Devices and Main/seamless: allow for the possibility that nothing is …
(edit) @36921   14 years vboxsync DisplayImpl: do not allow DrawToScreen when the screen is being resized.
(edit) @35790   14 years vboxsync DisplayImpl: check input parameters in TakeScreenshot* methods.
(edit) @35760   14 years vboxsync Main/DisplayImpl: free the screenshot buffer on error for secondary …
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35633   14 years vboxsync Main/Display: multimonitor enable/disable screen fixes.
(edit) @35612   14 years vboxsync Main/Display: make sure that we do not try to update a disabled …
(edit) @35576   14 years vboxsync Main/Display: missing initialisation and saved state bits for X.Org …
(edit) @35547   14 years vboxsync Main/Display: disabled screens should be black
(edit) @35545   14 years vboxsync Main/Display: committed too much in r69428
(edit) @35544   14 years vboxsync Main/Display: drop the lock before scheduling a call to EMT that can …
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/DisplayImpl.cpp
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
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