Changeset 98103 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 46 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/.scm-settings
r97960 r98103 5 5 6 6 # 7 # Copyright (C) 2010-202 2Oracle and/or its affiliates.7 # Copyright (C) 2010-2023 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
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2007-202 2Oracle and/or its affiliates.7 # Copyright (C) 2007-2023 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
r96407 r98103 6 6 7 7 # 8 # Copyright (C) 2006-202 2Oracle and/or its affiliates.8 # Copyright (C) 2006-2023 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
r96407 r98103 6 6 7 7 # 8 # Copyright (C) 2006-202 2Oracle and/or its affiliates.8 # Copyright (C) 2006-2023 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
r96407 r98103 6 6 7 7 # 8 # Copyright (C) 2006-202 2Oracle and/or its affiliates.8 # Copyright (C) 2006-2023 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
r96407 r98103 6 6 7 7 # 8 # Copyright (C) 2006-202 2Oracle and/or its affiliates.8 # Copyright (C) 2006-2023 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
r96407 r98103 6 6 7 7 # 8 # Copyright (C) 2006-202 2Oracle and/or its affiliates.8 # Copyright (C) 2006-2023 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
r96407 r98103 6 6 7 7 # 8 # Copyright (C) 2008-202 2Oracle and/or its affiliates.8 # Copyright (C) 2008-2023 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
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 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
r97960 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 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
r97732 r98103 6 6 7 7 /* 8 * Copyright (C) 2006-202 2Oracle and/or its affiliates.8 * Copyright (C) 2006-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2018-202 2Oracle and/or its affiliates.7 * Copyright (C) 2018-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2007-202 2Oracle and/or its affiliates.7 * Copyright (C) 2007-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2020-202 2Oracle and/or its affiliates.7 * Copyright (C) 2020-2023 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
r96885 r98103 9 9 10 10 /* 11 * Copyright (C) 2016-202 2Oracle and/or its affiliates.11 * Copyright (C) 2016-2023 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
r96407 r98103 8 8 9 9 /* 10 * Copyright (C) 2006-202 2Oracle and/or its affiliates.10 * Copyright (C) 2006-2023 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
r96875 r98103 8 8 9 9 /* 10 * Copyright (C) 2006-202 2Oracle and/or its affiliates.10 * Copyright (C) 2006-2023 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
r96875 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 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
r97956 r98103 7 7 8 8 /* 9 * Copyright (C) 2006-202 2Oracle and/or its affiliates.9 * Copyright (C) 2006-2023 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
r96407 r98103 10 10 11 11 /* 12 * Copyright (C) 2017-202 2Oracle and/or its affiliates.12 * Copyright (C) 2017-2023 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
r97960 r98103 6 6 7 7 /* 8 * Copyright (C) 2017-202 2Oracle and/or its affiliates.8 * Copyright (C) 2017-2023 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.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r97827 r98103 5 5 6 6 /* 7 * Copyright (C) 2011-202 2Oracle and/or its affiliates.7 * Copyright (C) 2011-2023 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
r97732 r98103 5 5 6 6 /* 7 * Copyright (C) 2011-202 2Oracle and/or its affiliates.7 * Copyright (C) 2011-2023 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
r97732 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96878 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r97170 r98103 5 5 6 6 /* 7 * Copyright (C) 2008-202 2Oracle and/or its affiliates.7 * Copyright (C) 2008-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2006-202 2Oracle and/or its affiliates.9 * Copyright (C) 2006-2023 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/seamless.h
r96407 r98103 6 6 7 7 /* 8 * Copyright (C) 2006-202 2Oracle and/or its affiliates.8 * Copyright (C) 2006-2023 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
r96407 r98103 6 6 7 7 /* 8 * Copyright (C) 2007-202 2Oracle and/or its affiliates.8 * Copyright (C) 2007-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2007-202 2Oracle and/or its affiliates.7 * Copyright (C) 2007-2023 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
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96407 r98103 1 1 /* $Id$ */ 2 2 /* 3 * Copyright (C) 2017-202 2Oracle and/or its affiliates.3 * Copyright (C) 2017-2023 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
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 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
r96407 r98103 1 1 /* $Id$ */ 2 2 /* 3 * Copyright (C) 2017-202 2Oracle and/or its affiliates.3 * Copyright (C) 2017-2023 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
r96407 r98103 6 6 7 7 /* 8 * Copyright (C) 2006-202 2Oracle and/or its affiliates.8 * Copyright (C) 2006-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96407 r98103 1 1 /* $Id$ */ 2 2 /* 3 * Copyright (C) 2017-202 2Oracle and/or its affiliates.3 * Copyright (C) 2017-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 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.