VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/VBoxClient

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100248   18 months vboxsync Additions: Wayland: do not return unitialized status value on service …
(edit) @100247   18 months vboxsync Additions: Linux: scm fix, bugref:10194.
(edit) @100246   18 months vboxsync Additions: Linux: Added a skeleton for Wayland service, bugref:10194.
(edit) @100235   18 months vboxsync Shared Clipboard: Got rid of the X11 request worker, as this …
(edit) @100205   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100204   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100063   18 months vboxsync Nit picking. Renaming VBGHDISPLAYSERVERTYPE_WAYLAND to …
(edit) @99987   18 months vboxsync Guest Additions/VBoxClient: Add transfer callbacks to start/stop the …
(edit) @99977   18 months vboxsync Guest Additions/VBoxClient: Also use the X clipboard implementation …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99689   19 months vboxsync Guest Additions/VBoxClient: Dropped the idea of having an own logging …
(edit) @99660   19 months vboxsync Guest Additions/VBoxClient: Repaired setting the g_fDaemonized flag, …
(edit) @99658   19 months vboxsync Guest Additions/VBoxClient: Added "--session-detect" command to only …
(edit) @99620   19 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99616   19 months vboxsync Guest / Host: Added VBGHLogVerbosity[Get|Set](), removed external …
(edit) @99603   19 months vboxsync Guest Additions/VBoxClient: Check for valid service pointers in case …
(edit) @99601   19 months vboxsync Guest Additions/VBoxClient: Moved the X11-specific code for seamless …
(edit) @99600   19 months vboxsync Guest Additions/VBoxClient: Moved the X11-specific code for seamless …
(edit) @99599   19 months vboxsync Guest Additions/VBoxClient: Moved the X11-specific code for drag'n …
(edit) @99598   19 months vboxsync Guest Additions/VBoxClient: Moved the X11-specific code for drag'n …
(edit) @99597   19 months vboxsync Guest Additions/VBoxClient: Moved the X11-specific code for drag'n …
(edit) @99596   19 months vboxsync Guest Additions/VBoxClient: Moved the X11-specific code for drag'n …
(edit) @99595   19 months vboxsync Guest Additions/VBoxClient: Moved the X11-specific code for drag'n …
(edit) @99590   19 months vboxsync Guest Additions/VBoxClient: Moved the X11-specific code for Shared …
(edit) @99586   19 months vboxsync Guest Additions/VBoxClient: Removed the code for …
(edit) @99585   19 months vboxsync Guest Additions/VBoxClient: Implemented "--session-type" parameter and …
(edit) @99565   19 months vboxsync Guest Additions/VBoxClient: Initial commit for bugref:10427. Xinerama …
(edit) @99564   19 months vboxsync Guest Additions/VBoxClient: Initial commit for bugref:10427. Xinerama …
(edit) @98594   22 months vboxsync Additions: X11: Make legacy display resize service to gracefully …
(edit) @98535   22 months vboxsync add/x11/VBoxClient: Style fixes. …
(edit) @98534   22 months vboxsync add/x11/VBoxClient: Style fix. Annotated structure members in the …
(edit) @98474   22 months vboxsync Additions: X11: Add possibility restart VBoxClient processes during …
(edit) @98416   22 months vboxsync Additions/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98202   23 months vboxsync add/x11/VBoxClient: Fix warning. bugref:10348
(edit) @98196   23 months vboxsync Add/x11/VBoxClient/*.kmk: s/NewVBoxGuestR3Exe/VBoxGuestR3Exe/ bugref:10348
(edit) @98169   23 months vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97961   2 years vboxsync add/x11/VBoxClient: scm fix.bugref:9637
(edit) @97960   2 years vboxsync add/x11/VBoxClient: Merged our changes in f86CVTMode to the clean copy …
(edit) @97959   2 years vboxsync add/x11/VBoxClient: typo. bugref:9637
(edit) @97958   2 years vboxsync add/x11/VBoxClient: Address warnings in f86CVTMode and elsewhere in …
(edit) @97957   2 years vboxsync add/x11/VBoxClient: Unmodified hw/xfree86/modes/xf86cvt.c from …
(edit) @97956   2 years vboxsync add/x11/VBoxClient: Try make VBOX_DRMIPC_CLIENT_INITIALIZER not …
(edit) @97827   2 years vboxsync DnD/Additions/VBoxClient: Make use of DND_PATH_SEPARATOR_STR.
(edit) @97826   2 years vboxsync DnD/Additions/VBoxClient: Filter out the default X11-specific formats …
(edit) @97768   2 years vboxsync DnD/VBoxClient: Made the Enter desktop notification (verbose mode …
(edit) @97764   2 years vboxsync DnD: Renamed the VbglR3 event name VBGLR3DNDEVENTTYPE_HG_CANCEL -> …
(edit) @97748   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @97740   2 years vboxsync DnD/VBoxClient: Revamped the X11/HGCM event handling so that it can …
(edit) @97739   2 years vboxsync DnD/VBoxClient: Save the (fake) mouse move coordinates in …
(edit) @97738   2 years vboxsync DnD/VBoxClient: Check for a potentially valid window handle in …
(edit) @97737   2 years vboxsync DnD/VBoxClient: Added DragAndDropService::reset() for resetting drag'n …
(edit) @97735   2 years vboxsync DnD/VBoxClient: Use RT_BIT macros for the Xdnd flags, renamed DnDEvent …
(edit) @97734   2 years vboxsync DnD/VBoxClient: Now uses similar debug / verbose messages via system …
(edit) @97732   2 years vboxsync Additions/VBoxClient: Cleaned up / unified the "notify to desktop" …
(edit) @97170   2 years vboxsync Additions: X11: Seamless: Fix improperly formed X11 event which caused …
(edit) @96885   2 years vboxsync Additions: X11: DRM Client: Monitor guest properties in a bit more …
(edit) @96878   2 years vboxsync Additions: X11: Print out if Wayland environment detected or not, …
(edit) @96876   2 years vboxsync Additions: X11: Move Wayland env detection to common place, bugref:10134.
(edit) @96875   2 years vboxsync Aditions: X11: Consolidate all the environment variables we use at one …
(edit) @96871   2 years vboxsync Linux: Additions: Gnome3 helprer: scm fix, bugref:10134.
(edit) @96869   2 years vboxsync Additions: Linux: Gnome3 helper: fix return codes, bugref:10134.
(edit) @96868   2 years vboxsync Additions: Linux: Gnome3 helper: mark mode as 'is-current' and as …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96399   2 years vboxsync /Config.kmk and many other places: Change VBOX_VENDOR to the official …
(edit) @95909   2 years vboxsync Additions/x11: Switch to randproto-1.5.0, bugref:8515
(edit) @95468   2 years vboxsync Additions: X11: VBoxClient --vmsvga: Use proper index when caching …
(edit) @95467   2 years vboxsync Additions: X11: VBoxClient --vmsvga: Only destroy unused video modes …
(edit) @95466   2 years vboxsync Additions: X11: VBoxClient --vmsvga: Do proper clock conversion, …
(edit) @95259   2 years vboxsync src/*.kmk: Applied VBOX_WITH_AUTOMATIC_DEFS_QUOTING to some 9 …
(edit) @95145   3 years vboxsync Additions: X11: VBoxClient: pass to XRRDestroyMode only modes created …
(edit) @94978   3 years vboxsync Additions: X11: Delete unused display mode on screen resize event, …
(edit) @94903   3 years vboxsync Additions: X11: fix guest screen handling in multi-monitor setup, …
(edit) @94770   3 years vboxsync Additions: Solaris: make guest screen resize work in VMSVGA …
(edit) @94624   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @94427   3 years vboxsync X11/VBoxClient: doxygen fixes (don't duplicate/confuse docs, newer …
(edit) @94422   3 years vboxsync X11/VBoxClient: Doxygen fix (use RT_NOREF) + todo. bugref:10199
(edit) @94306   3 years vboxsync Additions: X11: partly restore legacy X11 resize service removed in …
(edit) @94184   3 years vboxsync Main: Guest Properties: notify lesteners that property was deleted …
(edit) @94121   3 years vboxsync Additions: Linux: VBoxDRMClient: fix vmwgfx version detection, …
(edit) @94077   3 years vboxsync Additions: Linux: VBoxDRMClient: scm fix, ​​bugref:10134.
(edit) @94076   3 years vboxsync Additions: Linux: VBoxDRMClient: sync screen layout with DE …
(edit) @93551   3 years vboxsync Additions: X11: VBoxClient: move Wayland detection function into …
(edit) @93505   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93495   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93469   3 years vboxsync Additions: Linux: VBoxDRMClient: make IPC socket access configurable …
(edit) @93423   3 years vboxsync Additions: Linux: update description for guest screen resizing code, …
(edit) @93422   3 years vboxsync doxygen: add initial documantation for VBoxDRMClient service, bugref:10134.
(edit) @93400   3 years vboxsync Additions: Linux: DRM: forgotten bits for display-helper-generic, …
(edit) @93386   3 years vboxsync Reverted r149470: Additions: Linux: DRM IPC: define our own …
(edit) @93385   3 years vboxsync Additions: make VBoxDRMClient and VBoxClient --vmsvga-session …
(edit) @93384   3 years vboxsync Additions: Linux: scm fix, bugref:10185.
(edit) @93383   3 years vboxsync Additions: Linux: scm fix, bugref:10185.
(edit) @93381   3 years vboxsync Additions: Linux: DRM IPC: define our own LOGIN_NAME_MAX since this …
(edit) @93380   3 years vboxsync Additions: Linux: scm fixes, bugref:10185.
(edit) @93379   3 years vboxsync Additions: Linux: display-helper-gnome3: load Dbus symblols ourselves, …
(edit) @93378   3 years vboxsync Additions: Linux: scm fixes, bugref:10134.
(edit) @93376   3 years vboxsync Additions: Linux: scm fix, bugref:10134.
(edit) @93375   3 years vboxsync Additions: Linux: scm fixes, bugref:10134.
(edit) @93371   3 years vboxsync Additions: Linux: introduce VBoxClient --vmsvga-session service and …
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