VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @67914   7 年 vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @67531   7 年 vboxsync Main/Display: eliminate the old resize code, the new code is well …
(edit) @66400   8 年 vboxsync Main: bugref:8783: fixes for the new resizing code.
(edit) @66396   8 年 vboxsync Main: reverted r114346.
(edit) @66394   8 年 vboxsync Main: remove the old resizing code.
(edit) @66329   8 年 vboxsync Main: enabled the new resizing code.
(edit) @66328   8 年 vboxsync Main: updated the guest resizing code (disabled).
(edit) @65410   8 年 vboxsync VideoRec: Interface work, added container / codec configuration stuff.
(edit) @65401   8 年 vboxsync VideoRec: Update.
(edit) @65381   8 年 vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65263   8 年 vboxsync VideoRec: Made the feature less dependent from the codec(s) being used …
(edit) @63606   8 年 vboxsync PDMIDISPLAYCONNECTOR: const ptr vs const data mismatch.
(edit) @63487   8 年 vboxsync removed dead code
(edit) @63459   8 年 vboxsync gcc 6 compile fixes
(edit) @63244   8 年 vboxsync Main: warnings
(edit) @63240   8 年 vboxsync Main: warnings
(edit) @63147   8 年 vboxsync Main: warnings
(edit) @62485   8 年 vboxsync (C) 2016
(edit) @62139   8 年 vboxsync bugref:8389: Main: fixed video recording with VBoxheadless
(edit) @61564   8 年 vboxsync Main: IDisplay changed queryScreenLayout to be an attribute
(edit) @61560   8 年 vboxsync Main: IDisplay queryScreenLayout and setScreenLayout API stubs
(edit) @60905   9 年 vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @57088   9 年 vboxsync DisplayImpl.cpp: Free the screen shot data in the correct way. pu8Data …
(edit) @56468   9 年 vboxsync Main/Display: update seamless rectangles if window origin changes.
(edit) @55133   10 年 vboxsync Main,Frontends: framebuffer identifier.
(edit) @54828   10 年 vboxsync Main,Frontends: use BitmapFormat in API.
(edit) @54582   10 年 vboxsync Host 3D unscaled HiDPI output: privide notifyHiDPIOutputPolicyChange() …
(edit) @54495   10 年 vboxsync Main/Display and Mouse: input mapping fix for when VMMDev is not in use.
(edit) @54053   10 年 vboxsync Main/Display: do not send ACPI events if host cursor capabilities have …
(edit) @53965   10 年 vboxsync Devices/Graphics, Main: optionally send cursor integration toggle and …
(edit) @53851   10 年 vboxsync Host 3D & Main: coding style update.
(edit) @53850   10 年 vboxsync missing 'virtual'
(edit) @53849   10 年 vboxsync Attempt to fix Windows burns.
(edit) @53847   10 年 vboxsync Host 3D: content scalling: export IDisplay interface and connect it to …
(edit) @53748   10 年 vboxsync DisplayImpl: Cache the 'Accelerated3DEnabled && GraphicControlerType …
(edit) @53528   10 年 vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53053   10 年 vboxsync DisplayImpl: cleanup - inlined handleResizeCompletedEMT, removed old …
(edit) @52978   10 年 vboxsync IDisplay::GetScreenResolution returns status of the guest monitor.
(edit) @52901   10 年 vboxsync Main: trailing spaces + warning
(edit) @52769   10 年 vboxsync DisplayImpl: move legacy guest interfaces to DisplayImplLegacy.cpp.
(edit) @52667   10 年 vboxsync DisplayImpl,VMMDev: cleaned up reenabling of the legacy video …
(edit) @52652   10 年 vboxsync DisplayImpl: fixes for legacy VBVA locking and restoring saved state.
(edit) @52574   10 年 vboxsync IFramebuffer::capabilities
(edit) @52390   10 年 vboxsync Main/crOpenGL: fix video recording
(edit) @52309   10 年 vboxsync DisplayImpl: do not wait for InvalidateAndUpdateEMT completion, …
(edit) @52200   10 年 vboxsync Main,Frontends: TakeScreenShot API cleanup.
(edit) @52117   10 年 vboxsync DisplayImpl: IDisplay::InvalidateAndUpdateScreen
(edit) @52064   10 年 vboxsync Main: IDisplay converted to use API wrappers.
(edit) @51762   10 年 vboxsync DisplayImpl: legacy video accel lock fixes, do not call VGA under the lock.
(edit) @51627   10 年 vboxsync IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.
(edit) @51610   10 年 vboxsync Reverted r94341: too early.
(edit) @51606   10 年 vboxsync Main,Frontends: IFramebuffer::NotifyUpdateImage
(edit) @51604   10 年 vboxsync DisplayImpl: removed obsolete mLast* fields.
(edit) @51603   10 年 vboxsync DisplayImpl: removed obsolete framebuffer resize handling.
(edit) @51553   11 年 vboxsync Main: removed obsolete SetFramebuffer method.
(edit) @51552   11 年 vboxsync Main: removed obsolete GetFramebuffer, updateDisplayData methods.
(edit) @51551   11 年 vboxsync Main: removed obsolete RequestResize, ResizeCompleted methods.
(edit) @51525   11 年 vboxsync DisplayImpl: notify framebuffer about VM shutdown.
(edit) @51476   11 年 vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
(edit) @51460   11 年 vboxsync main: async call crogl when needed
(edit) @51436   11 年 vboxsync Main,Frontends: IDisplay provides the guest screen bitmap to frontends.
(edit) @51141   11 年 vboxsync crOpenGL: crcmd enhancements & fixes; osx deadlock fix; temporary …
(edit) @51121   11 年 vboxsync extend PDMIDISPLAYCONNECTOR::pfnVBVAXxx and VBVA resize for better …
(edit) @51013   11 年 vboxsync Main/crOpenGL/DevVGA: synchronization, bugfixes, cleanup
(edit) @50940   11 年 vboxsync compilable w/o CROGL
(edit) @50848   11 年 vboxsync crOpenGL: new command submission continued
(edit) @50828   11 年 vboxsync DisplayImpl: repaint display after a resize (better fix for a race)
(edit) @50754   11 年 vboxsync Dev/VGA/crOpenGL/wddm: command thread, more command processing
(edit) @50677   11 年 vboxsync wddm: misc bugfixes
(edit) @50394   11 年 vboxsync crOpenGL: greyed-out 3D image on VM pause
(edit) @50364   11 年 vboxsync crOpenGL: screenshot support; a bit of performance for video recording
(edit) @50315   11 年 vboxsync Main: build fix for VBOX_WITH_VPX disabled
(edit) @50314   11 年 vboxsync crOpenGL/VideoRec: do hardweight screen capthure only when recorder is …
(edit) @50313   11 年 vboxsync crOpenGL: video recording working
(edit) @50260   11 年 vboxsync DisplayImpl: force resize when VBVA is reenabled.
(edit) @50178   11 年 vboxsync crOpenGL: seamless and resize bugfixes
(edit) @50095   11 年 vboxsync crOpenGL: presentation infrastructure rework (still work in progress)
(edit) @49790   11 年 vboxsync Main: unsigned width/height
(edit) @49783   11 年 vboxsync DisplayImpl: DevVGA must not access framebuffer which has incorrect size.
(edit) @49474   11 年 vboxsync crOpenGL: some host bits for buffer-based command submission
(edit) @49420   11 年 vboxsync forward-port and adopt VHWA fixes
(edit) @48955   11 年 vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @47774   11 年 vboxsync Main,Frontends: IDisplay::GetScreenResolution returns the screen origin.
(edit) @47192   11 年 vboxsync Main/MouseImpl: restored Mouse test case, not yet building though; fix …
(edit) @47190   11 年 vboxsync Main/MouseImpl: restored Mouse test case, not yet building though.
(edit) @46523   11 年 vboxsync Main/VBoxManage: allow to enable video recording at VM runtime
(edit) @46465   11 年 vboxsync Main/VPX: introduced onVideoCaptureChange event
(edit) @46123   12 年 vboxsync Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and …
(edit) @46065   12 年 vboxsync Main/DisplayImpl: 6711: Fix for the race condition where in GA sends …
(edit) @45838   12 年 vboxsync VPX: plugged memory leak; introduced rate parameter; clear artefacts …
(edit) @45674   12 年 vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44383   12 年 vboxsync Main/DisplayImpl: fix for the burn 83352..
(edit) @44347   12 年 vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @42878   12 年 vboxsync Main/VideoRec: a few fixes
(edit) @42248   12 年 vboxsync API change for SetVideoModeHint to be able to disable guest screens …
(edit) @41404   13 年 vboxsync crOpenGL: VM window scroll handling
(edit) @39603   13 年 vboxsync crHgsmi: cleanup
(edit) @35638   14 年 vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette