summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #87764 from Riteo/wayland-native-handleRémi Verschelde2024-01-312-0/+33
|\
| * Wayland: implement `window_get_native_handle`Riteo2024-01-312-0/+33
* | Merge pull request #87776 from bruvzg/wl_nfdRémi Verschelde2024-01-315-1/+81
|\ \
| * | [Wayland] Add support for native file dialogs.bruvzg2024-01-315-1/+81
| |/
* / Wayland: disable backend at build-time if wayland-scanner is missingRiteo2024-01-311-2/+2
|/
* Add Wayland supportRiteo2024-01-3026-4/+9537
* Merge pull request #80231 from romlok/input-key-locationRémi Verschelde2024-01-293-0/+32
|\
| * Add InputEventKey.location to tell left from rightMel Collins2024-01-263-0/+32
* | [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-244-15/+120
|/
* [X11] Don't re-set input focus if the given window already has itDavid Snopek2024-01-182-5/+18
* Merge pull request #86441 from dsnopek/mequam-x11-focus-grabRémi Verschelde2024-01-182-4/+21
|\
| * [X11] Fix Godot stealing focus on alternative Window Managersmequam2024-01-092-4/+21
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Merge pull request #86446 from reduz/transient-to-focusedRémi Verschelde2024-01-152-0/+7
|\ \
| * | Implement a transient_to_focused modeJuan Linietsky2024-01-142-0/+7
| |/
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-042-2/+2
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-162-2/+2
* | | Merge pull request #86160 from gregdebonis/gregdebonis/issue86156Rémi Verschelde2024-01-031-1/+1
|\ \ \
| * | | Wrong key mapping for XK_KP_Delete keyGregory De Bonis2023-12-141-1/+1
| |/ /
* | / Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-251-1/+1
| |/ |/|
* | Merge pull request #83452 from RandomShaper/rd_commonYuri Sizov2023-12-204-54/+75
|\ \
| * | Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-204-54/+75
| |/
* | Merge pull request #75489 from bruvzg/init_pos_usableYuri Sizov2023-12-191-1/+2
|\ \ | |/ |/|
| * [DisplayServer] Use screen "usable rect" instead of full rect to calculate in...bruvzg2023-12-041-1/+2
* | Ensure more export errors are reported to usersYuri Sizov2023-12-061-9/+9
* | X11: Send IME update notification deferredHolonProduction2023-11-241-1/+1
|/
* Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-1/+1
* [X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.bruvzg2023-11-064-13/+40
* Linux: Remove hardcoded lib path for x86 cross-compilationRémi Verschelde2023-11-011-11/+10
* TTS_Linux: Fix size_t template issue on OpenBSD by using int consistentlythfrwn2023-10-272-7/+7
* Fix freeze when requesting clipboard image from our own windowSetadokalo2023-10-251-2/+2
* Improved X11 screen_get_refresh_rate performanceBrayden Harlon2023-10-241-1/+1
* Merge pull request #81439 from Setadokalo/clipboard_imageRémi Verschelde2023-10-202-2/+226
|\
| * Implement clipboard_get/has_image for X11Setadokalo2023-10-202-2/+226
* | Add error messages to the native menu and file dialogs callback.bruvzg2023-10-142-6/+15
* | Fix unused variables warning when `touch` is disabledKacper Gibas2023-10-131-3/+7
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | Add vararg call() method to C++ Callablekobewi2023-10-051-27/+8
* | Merge pull request #82163 from naelstrof/masterRémi Verschelde2023-10-051-3/+7
|\ \
| * | Made signal handling more uniform. Fixes #82102naelstrof2023-09-221-3/+7
* | | Merge pull request #82101 from bruvzg/x11_glesRémi Verschelde2023-10-046-9/+205
|\ \ \
| * | | [X11] Add support for using EGL/GLES instead of GLX.bruvzg2023-10-046-9/+205
* | | | [Native File Dialogs] Improve filter list handling, add selected filter to th...bruvzg2023-10-032-32/+73
|/ / /
* | | Merge pull request #80952 from bruvzg/nfdlg_refocusRémi Verschelde2023-10-033-4/+9
|\ \ \
| * | | [Native File Dialogs] Refocus last focused window on close.bruvzg2023-08-243-4/+9
* | | | Merge pull request #82221 from Riteo/linux-ogl-no-vsync-overrideRémi Verschelde2023-09-261-6/+0
|\ \ \ \
| * | | | Linux/OpenGL: don't force vsync in the editorRiteo2023-09-241-6/+0
| | |/ / | |/| |
* | | | Updated compiler version detectionMario Liebisch2023-09-251-1/+1
* | | | SCons: Fix Python 3.12 SyntaxError with regex escape sequencesRémi Verschelde2023-09-251-1/+1
|/ / /