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) @75488   6 years vboxsync Recording/Main: Implemented better support for recording limits (also …
(edit) @75448   6 years vboxsync Main/DisplayImpl: Do much of the i_drvDestruct work earlier in the …
(edit) @75361   6 years vboxsync Recording/Main: Renamed the IRecord* interfaces again to IRecording* …
(edit) @75354   6 years vboxsync Recording: More renaming for Main internals.
(edit) @75352   6 years vboxsync Recording: More renaming for IConsole and IDisplay internals.
(edit) @75345   6 years vboxsync Recording: VBOX_WITH_VIDEOREC -> VBOX_WITH_RECORDING.
(edit) @75344   6 years vboxsync Recording/Main: More file renaming.
(edit) @75341   6 years vboxsync Recording: Renaming APIs ICapture* -> IRecord* and other terminology …
(edit) @75251   6 years vboxsync Capturing: Separated capturing settings into new interfaces …
(edit) @75067   6 years vboxsync Build fix.
(edit) @74905   6 years vboxsync VideoRec/Main: Use the medium audio recording profile as default.
(edit) @74413   6 years vboxsync DisplayImpl: mark the screen resized by VGA as active.
(edit) @73104   6 years vboxsync Main: Two clang build fixes (offset-of cleanup).
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @72980   6 years vboxsync Main: Enjoy VBOX_WITH_XPCOM_CPP_ENUM_HACK and get rid of silly casts.
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72014   7 years vboxsync VideoRec/Main: Simplified recoding state checking by only using the …
(edit) @71651   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
(edit) @71626   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71619   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71597   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71590   7 years vboxsync DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
(edit) @70644   7 years vboxsync Audio/Main: More code needed for attaching / detaching host backends …
(edit) @70596   7 years vboxsync DevVGA: cleanup in progress
(edit) @70563   7 years vboxsync Audio/Main: Also made the video recording driver use the new …
(edit) @70075   7 years vboxsync Devices/Graphics, Main, FE/Qt: add plumbing for sending cursor …
(edit) @70039   7 years vboxsync Fixed typo: Occurance -> Occurrence.
(edit) @70036   7 years vboxsync Build fix.
(edit) @70035   7 years vboxsync Main/VideoRec: Made the audio driver's LUN assignment more flexible by …
(edit) @69725   7 years vboxsync VideoRec: Added a bit more error logging going into the release log.
(edit) @69724   7 years vboxsync VideoRec: Added a bit more error logging going into the release log.
(edit) @68990   7 years vboxsync VideoRec: Use Bstr instead of BSTR in VIDEORECCFG, comments.
(edit) @68984   7 years vboxsync DisplayImpl.cpp: Dropped the debug LogRels.
(edit) @68975   7 years vboxsync VideoRec: Renaming (be more consistent): video capture vs. video recording.
(edit) @68972   7 years vboxsync DisplayImpl.cpp: some debug LogRel's.
(edit) @68971   7 years vboxsync VideoRec: Documentation, comments.
(edit) @68958   7 years vboxsync VideoRec: Audio recording is now disabled by default for new VMs or if …
(edit) @68947   7 years vboxsync Build fix.
(edit) @68946   7 years vboxsync Build fix.
(edit) @68944   7 years vboxsync VideoRec/Main: Implemented support for attaching + detaching the video …
(edit) @68942   7 years vboxsync VideoRec: Typo in i_videoCaptureInvalidate().
(edit) @68871   7 years vboxsync VideoRec/DisplayImpl: Moved getting IMachine::VideoCaptureEnabled to …
(edit) @68857   7 years vboxsync Comment.
(edit) @68856   7 years vboxsync VideoRec: Made failing to start video capturing non-critical on …
(edit) @68852   7 years vboxsync Main/Display+Keyboard: remove effectively unused variables, the VMMDev …
(edit) @68835   7 years vboxsync VideoRec: Set sensible defaults.
(edit) @68809   7 years vboxsync VideoRec: Enable recording audio by default. Can be disabled by the …
(edit) @68808   7 years vboxsync VideoRec: Only send CrOGL frames if video recording is enabled.
(edit) @68803   7 years vboxsync Build fix.
(edit) @68802   7 years vboxsync Build fix.
(edit) @68801   7 years vboxsync Build fix.
(edit) @68798   7 years vboxsync VideoRec: Overhauled configuration handling to also support audio …
(edit) @68534   7 years vboxsync Main: IDisplay::DetachScreens stub
(edit) @67914   7 years vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @67531   7 years vboxsync Main/Display: eliminate the old resize code, the new code is well …
(edit) @67474   7 years vboxsync Devices/DevVGA: Unify the drawing logic (full update is handled by the …
(edit) @66400   8 years vboxsync Main: bugref:8783: fixes for the new resizing code.
(edit) @66396   8 years vboxsync Main: reverted r114346.
(edit) @66394   8 years vboxsync Main: remove the old resizing code.
(edit) @66330   8 years vboxsync Main: doxygen fix for the new guest resizing code.
(edit) @66328   8 years vboxsync Main: updated the guest resizing code (disabled).
(edit) @65418   8 years vboxsync Main/VideoRec: Renaming, comment.
(edit) @65412   8 years vboxsync VideoRec: Renaming.
(edit) @65410   8 years vboxsync VideoRec: Interface work, added container / codec configuration stuff.
(edit) @65401   8 years vboxsync VideoRec: Update.
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65363   8 years vboxsync Build fix.
(edit) @65263   8 years vboxsync VideoRec: Made the feature less dependent from the codec(s) being used …
(edit) @65173   8 years vboxsync VideoRec: Revamped stream context allocation / structure handling by …
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @64105   8 years vboxsync 3D: Support for GuestMonitorStatus_Blank flag in …
(edit) @63822   8 years vboxsync include,Main,DevVGA: bugref:8387: support for guest request to blank …
(edit) @63606   8 years vboxsync PDMIDISPLAYCONNECTOR: const ptr vs const data mismatch.
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63418   8 years vboxsync main: warnings in weird configs
(edit) @63244   8 years vboxsync Main: warnings
(edit) @63240   8 years vboxsync Main: warnings
(edit) @63147   8 years vboxsync Main: warnings
(edit) @62379   8 years vboxsync Main: 2nd try: fixes for a few -Wunused -Wconversion
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62296   8 years vboxsync fix for r108820
(edit) @62295   8 years vboxsync ticketref:15628: Main: don't depend on mpDrv being != NULL
(edit) @62139   8 years vboxsync bugref:8389: Main: fixed video recording with VBoxheadless
(edit) @61740   8 years vboxsync Main/Display: when taking a screenshot of a blanked/disabled screen, …
(edit) @61564   8 years vboxsync Main: IDisplay changed queryScreenLayout to be an attribute
(edit) @61560   8 years vboxsync Main: IDisplay queryScreenLayout and setScreenLayout API stubs
(edit) @60905   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @59786   9 years vboxsync Warning.
(edit) @59596   9 years vboxsync DisplayImpl: initialize mcRectVisibleRegion member
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58048   9 years vboxsync DisplayImpl: warning.
(edit) @57809   9 years vboxsync Reverted bad commit r102754.
(edit) @57808   9 years vboxsync Installer/linux and tinderclient: use Qt from build server for RPM …
(edit) @57194   9 years vboxsync Main/Display: additional seamless rectangle logging.
(edit) @57191   9 years vboxsync pdmifs.h: ViewPort -> Viewport, docs.
(edit) @57088   9 years vboxsync DisplayImpl.cpp: Free the screen shot data in the correct way. pu8Data …
(edit) @56853   9 years vboxsync DisplayImpl: LogRel nit.
(edit) @56840   9 years vboxsync Main/Display: notify when video mode hint capability is disabled too.
(edit) @56468   9 years vboxsync Main/Display: update seamless rectangles if window origin changes.
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