Changeset 106061 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Sep 16, 2024 2:03:52 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 62 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/.scm-settings
r101688 r106061 5 5 6 6 # 7 # Copyright (C) 2010-202 3Oracle and/or its affiliates.7 # Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient
r102028 r106061 5 5 6 6 # 7 # Copyright (C) 2007-202 3Oracle and/or its affiliates.7 # Copyright (C) 2007-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/Installer/x11config.pl
r98103 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/Installer/x11config.sh
r98103 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/Installer/x11config15.pl
r98103 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/Installer/x11config15sol.pl
r101937 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/Installer/x11config15suse.pl
r98103 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/Installer/x11restore.pl
r101937 r106061 6 6 7 7 # 8 # Copyright (C) 2008-202 3Oracle and/or its affiliates.8 # Copyright (C) 2008-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/Makefile.kmk
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r105615 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r101878 r106061 6 6 7 7 /* 8 * Copyright (C) 2006-202 3Oracle and/or its affiliates.8 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/chk_stubs.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2018-202 3Oracle and/or its affiliates.7 * Copyright (C) 2018-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/clipboard-common.cpp
r103368 r106061 5 5 6 6 /* 7 * Copyright (C) 2007-202 3Oracle and/or its affiliates.7 * Copyright (C) 2007-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/clipboard-x11.cpp
r104317 r106061 5 5 6 6 /* 7 * Copyright (C) 2007-202 3Oracle and/or its affiliates.7 * Copyright (C) 2007-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/clipboard-x11.h
r99590 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r100287 r106061 5 5 6 6 /* 7 * Copyright (C) 2007-202 3Oracle and/or its affiliates.7 * Copyright (C) 2007-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.h
r103365 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-drm.cpp
r102453 r106061 9 9 10 10 /* 11 * Copyright (C) 2016-202 3Oracle and/or its affiliates.11 * Copyright (C) 2016-2024 Oracle and/or its affiliates. 12 12 * 13 13 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-helper-generic.cpp
r98103 r106061 8 8 9 9 /* 10 * Copyright (C) 2006-202 3Oracle and/or its affiliates.10 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-helper-gnome3.cpp
r99620 r106061 8 8 9 9 /* 10 * Copyright (C) 2006-202 3Oracle and/or its affiliates.10 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-helper.h
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-ipc.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2017-202 3Oracle and/or its affiliates.7 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-ipc.h
r98103 r106061 7 7 8 8 /* 9 * Copyright (C) 2006-202 3Oracle and/or its affiliates.9 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-session.cpp
r98474 r106061 10 10 11 11 /* 12 * Copyright (C) 2017-202 3Oracle and/or its affiliates.12 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 13 13 * 14 14 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r100063 r106061 6 6 7 7 /* 8 * Copyright (C) 2017-202 3Oracle and/or its affiliates.8 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-xf86cvt.cpp
r98202 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * This file is based on x.org server 1.18.0 file xf86cvt.c: 9 9 * -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-xf86cvt.h
r97961 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r98594 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop-x11.cpp
r99595 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r100063 r106061 5 5 6 6 /* 7 * Copyright (C) 2023 Oracle and/or its affiliates.7 * Copyright (C) 2023-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.h
r99599 r106061 5 5 6 6 /* 7 * Copyright (C) 2023 Oracle and/or its affiliates.7 * Copyright (C) 2023-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
r98474 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/logging.cpp
r99689 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r101878 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r99739 r106061 5 5 6 6 /* 7 * Copyright (C) 2008-202 3Oracle and/or its affiliates.7 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r99600 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
r100063 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.h
r99601 r106061 6 6 7 7 /* 8 * Copyright (C) 2006-202 3Oracle and/or its affiliates.8 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r99601 r106061 6 6 7 7 /* 8 * Copyright (C) 2007-202 3Oracle and/or its affiliates.8 * Copyright (C) 2007-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r99620 r106061 5 5 6 6 /* 7 * Copyright (C) 2007-202 3Oracle and/or its affiliates.7 * Copyright (C) 2007-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/vbox-gtk.h
r101688 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/vboxwl.cpp
r102044 r106061 6 6 7 7 /* 8 * Copyright (C) 2017-202 3Oracle and/or its affiliates.8 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper-dcp.cpp
r102045 r106061 8 8 9 9 /* 10 * Copyright (C) 2006-202 3Oracle and/or its affiliates.10 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper-gtk.cpp
r102025 r106061 8 8 9 9 /* 10 * Copyright (C) 2006-202 3Oracle and/or its affiliates.10 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper-ipc.cpp
r102064 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper-ipc.h
r101883 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper.cpp
r101880 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper.h
r101881 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/VBoxClient/wayland.cpp
r102039 r106061 5 5 6 6 /* 7 * Copyright (C) 2017-202 3Oracle and/or its affiliates.7 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk
r105928 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h
r98103 r106061 1 1 /* $Id$ */ 2 2 /* 3 * Copyright (C) 2017-202 3Oracle and/or its affiliates.3 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 4 4 * 5 5 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r105928 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h
r98103 r106061 1 1 /* $Id$ */ 2 2 /* 3 * Copyright (C) 2017-202 3Oracle and/or its affiliates.3 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 4 4 * 5 5 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/x11/vboxvideo/edid.c
r98103 r106061 6 6 7 7 /* 8 * Copyright (C) 2006-202 3Oracle and/or its affiliates.8 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 * This file is based on drmmode_display.c from the X.Org xf86-video-intel 10 10 * driver with the following copyright notice: -
trunk/src/VBox/Additions/x11/vboxvideo/getmode.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/x11/vboxvideo/hgsmimemalloc.c
r98103 r106061 1 1 /* $Id$ */ 2 2 /* 3 * Copyright (C) 2017-202 3Oracle and/or its affiliates.3 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 4 4 * 5 5 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/x11/vboxvideo/pointer.c
r104834 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/x11/vboxvideo/setmode.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * This file is based on X11 VESA driver (hardly any traces left here): 9 9 * -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * This file is based on the X.Org VESA driver: 9 9 * -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * This file is based on the X11 VESA driver: 9 9 * -
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r99739 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person
Note:
See TracChangeset
for help on using the changeset viewer.