VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68664   7 years vboxsync Additions: Reduce number of VMMDev.h inclusions.
(edit) @68634   7 years vboxsync Reduce number of VBoxGuest.h includes.
(edit) @68631   7 years vboxsync Adding VBoxGuestCoreTypes.h for avoiding having to include VMMDev.h …
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65193   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65047   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @63857   8 years vboxsync bugref:3810: X11 Guest Additions maintenance: X.Org vboxvideo should …
(edit) @63556   8 years vboxsync bugref:8087: Additions/x11: support non-root X server: improve check …
(edit) @63369   8 years vboxsync warnings (gcc)
(edit) @63221   8 years vboxsync GA/X11: warnings
(edit) @62530   8 years vboxsync (C) 2016
(edit) @60352   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: make sure that …
(edit) @60317   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: in the X.Org …
(edit) @60190   9 years vboxsync bugref:8087:8087: Additions/x11: support non-root X server: revert …
(edit) @60180   9 years vboxsync bugref:8087:8087: Additions/x11: support non-root X server: revert …
(edit) @60133   9 years vboxsync bugref:8288: Additions/x11: rework VBoxClient video mode hint …
(edit) @60115   9 years vboxsync bugref:8288: Additions/x11: rework VBoxClient video mode hint …
(edit) @60083   9 years vboxsync bugref:8288: Additions/x11: rework VBoxClient video mode hint …
(edit) @59943   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: revert r105407: …
(edit) @59595   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not start …
(edit) @59235   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: refuse to load …
(edit) @59194   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: remove DRI …
(edit) @58130   9 years vboxsync x11/vboxvideo: More file header fixes. (Doxygen expected a file name …
(edit) @57356   9 years vboxsync Additions/x11: better handling of VT switching and mode hints.
(edit) @57180   9 years vboxsync Additions/x11/vboxvideo: fix a crash in KDM when it started a second …
(edit) @57092   9 years vboxsync Additions/x11/vboxvideo: make VT handling more systematic.
(edit) @56886   9 years vboxsync Additions/x11/vboxvideo: additional default video modes.
(edit) @56784   9 years vboxsync Additions/x11/vboxvideo: add standard modes back to the RANDR 1.2+ driver.
(edit) @56249   9 years vboxsync Additions/x11/vboxvideo: set screen size as well, silly mis-type.
(edit) @56242   9 years vboxsync Additions/x11/vboxvideo: set screen size as well.
(edit) @56211   9 years vboxsync Additions/x11: unused variables
(edit) @55968   10 years vboxsync Additions/x11: on RandR 1.1 X servers really only do mode-hint mode …
(edit) @55875   10 years vboxsync Additions/x11/vboxvideo: adjust the mouse range properly on older X …
(edit) @55723   10 years vboxsync Additions/x11/vboxvideo: pass on virtual size to input devices when we …
(edit) @55559   10 years vboxsync Additions/x11/vboxvideo: print the subversion revision to the X.Org …
(edit) @55471   10 years vboxsync Additions/x11/vboxvideo: test for susceptibility to X.Org Server 1.3 …
(edit) @55450   10 years vboxsync Additions/x11/vboxvideo: prevent a potential integer overflow.
(edit) @55448   10 years vboxsync Additions/x11/vboxvideo: prevent a potential integer overflow.
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55413   10 years vboxsync Additions/x11/vboxvideo: do not set the virtual resolution too early …
(edit) @55402   10 years vboxsync Additions/x11/vboxvideo: header file inclusion clean-up.
(edit) @55392   10 years vboxsync Additions/x11/vboxvideo: simplify some initialisation.
(edit) @55391   10 years vboxsync Additions/x11/vboxvideo: cursor function naming.
(edit) @55384   10 years vboxsync Additions/x11/vboxvideo: enable new mode hint handling code.
(edit) @55377   10 years vboxsync Additions/x11/vboxvideo: rename a function, missed file.
(edit) @55369   10 years vboxsync Additions/x11/vboxvideo: clean up vbva code, forgotten function call.
(edit) @55367   10 years vboxsync Additions/x11/vboxvideo: clean up vbva code.
(edit) @55358   10 years vboxsync Additions/x11/vboxvideo: move dirty rectangle handler initialisation …
(edit) @55354   10 years vboxsync Additions/x11/vboxvideo: fix mouse range handling for Solaris guests.
(edit) @55334   10 years vboxsync Additions/x11/vboxvideo: we do not need a separate vbox_output_dpms() …
(edit) @55332   10 years vboxsync Additions/x11/vboxvideo: new driver mode-setting functions building on …
(edit) @55283   10 years vboxsync Additions/x11/vboxvideo: cleaner adjustScreenPixmap() function.
(edit) @55262   10 years vboxsync Additions/x11/vboxvideo: reverted temporary commit r99563.
(edit) @55250   10 years vboxsync Additions/x11: temporary check in of local changes to vboxvideo for …
(edit) @55236   10 years vboxsync Additions/x11/vboxvideo: use constants for the maximum and minimum …
(edit) @55226   10 years vboxsync Additions/x11/vboxvideo: allow setting HasVT property early.
(edit) @55205   10 years vboxsync Additions/x11/vboxvideo: no need to clear VRAM when entering the VT.
(edit) @55196   10 years vboxsync Additions/x11/vboxvideo: drop EDID faking for the benefit of …
(edit) @55195   10 years vboxsync Additions/x11/vboxvideo: do not get modes from xorg.conf for recent X …
(edit) @55194   10 years vboxsync Additions/x11/vboxvideo: remove standard modes. For old X servers …
(edit) @55191   10 years vboxsync Additions/x11: temporarily revert r99331 and r99353: temporary …
(edit) @55064   10 years vboxsync Additions/x11: temporary check-in of new X11 Additions resizing code, …
(edit) @55043   10 years vboxsync Additions/x11: temporary check-in of new X11 Additions resizing code.
(edit) @54531   10 years vboxsync Additions/x11/vboxvideo: revert temporary check-in.
(edit) @54530   10 years vboxsync Additions/x11/vboxvideo: temporary check-in of local state: dynamic …
(edit) @54478   10 years vboxsync Additions/x11/vboxvideo: fix sporadic failure to deactivate virtual …
(edit) @54197   10 years vboxsync Additions/x11/vboxvideo: warning
(edit) @54187   10 years vboxsync Additions/x11/vboxvideo: properly disable additional screens before …
(edit) @54040   10 years vboxsync Devices/Graphics, Main: optionally send cursor integration toggle and …
(edit) @53966   10 years vboxsync Devices/Graphics, Main: optionally send cursor integration toggle and …
(edit) @53812   10 years vboxsync Additions/x11/vboxvideo: set capabilities whenever VBVA is …
(edit) @53544   10 years vboxsync Additions/x11/vboxvideo: properly distinguish low power states and …
(edit) @53530   10 years vboxsync Additions/common and Additions/x11: add support for getting video mode …
(edit) @53527   10 years vboxsync Additions/x11/vboxvideo: report monitor connected status to X11, based …
(edit) @53451   10 years vboxsync Additions/x11: typo
(edit) @53426   10 years vboxsync Additions/x11/vboxvideo: fix VT switching without a kernel driver.
(edit) @53346   10 years vboxsync Additions/x11/vboxvideo: do not disable the screen on DPMS low power …
(edit) @53345   10 years vboxsync Additions/x11/vboxvideo: do not disable the screen on DPMS low power.
(edit) @52865   10 years vboxsync Additions/x11/vboxvideo: drop custom ioctl to kernel driver, as the …
(edit) @52677   10 years vboxsync Additions/x11/vboxvideo: remove output property handler.
(edit) @52646   10 years vboxsync Additions/x11/vboxvideo: fixed a wrong parameter which caused problems …
(edit) @52224   10 years vboxsync Additions/x11/vboxvideo and vboxmouse: clean up undefined symbols.
(edit) @52199   10 years vboxsync Additions/x11/vboxvideo: remove hard-coded maximum number of screens.
(edit) @52191   10 years vboxsync Additions/x11/vboxvideo: comment fix and make an error fatal.
(edit) @51393   11 years vboxsync Additions/x11/vboxvideo: remove untested non-HGSMI path.
(edit) @51374   11 years vboxsync Additions/x11/vboxvideo: properly report the file descriptor for the …
(edit) @51242   11 years vboxsync Additions/x11/vboxvideo: change size hint logic to take hints from a …
(edit) @50981   11 years vboxsync Additions/x11/vboxvideo: set a root window property to say whether we …
(edit) @50979   11 years vboxsync Additions/x11/vboxvideo: revert r92593: set a root window property …
(edit) @50668   11 years vboxsync Additions/x11/vboxvideo: Fix debug crash on Solaris 10 (ends up …
(edit) @50662   11 years vboxsync Additions/x11/vboxvideo: set a root window property when we do not own …
(edit) @50569   11 years vboxsync Additions/x11/vboxvideo: remove graphics capability code which is now …
(edit) @50568   11 years vboxsync Additions/x11/vboxvideo: fix video mode restore if the kernel driver …
(edit) @49877   11 years vboxsync Additions/x11: make vboxvideo dynamic resizing compatible with what …
(edit) @49639   11 years vboxsync Additions/x11/vboxvideo: fix virtual consoles if KMS is not present.
(edit) @49628   11 years vboxsync Additions/x11/vboxvideo: try to use KMS driver IOCtls to co-ordinate …
(edit) @49187   11 years vboxsync Additions/x11/vboxvideo: use DRI2 for X.Org Server 1.7 and later.
(edit) @45356   12 years vboxsync tabs
(edit) @45000   12 years vboxsync Additions/x11/vboxvideo: clean-up.
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