summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/x11
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-1214-1748/+1708
|\
| * Regenerate X11 wrappersHein-Pieter van Braam2024-11-0914-1748/+1708
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+1
|\|
| * [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+4
|\|
| * Fix fallbacks to OpenGLSummersay4152024-10-281-1/+4
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2712-24/+24
|\ \
| * | Fix copyright headers referring to GodotSpartan3222024-10-2712-24/+24
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+12
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-251-0/+12
| |\
| | * OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-041-0/+12
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1112-0/+24
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-7/+7
|/ /
* / Fix window_set_current_screen for maximized windows.bruvzg2024-10-031-1/+1
|/
* Move Vulkan includes to a central godot_vulkan.h headerGergely Kis2024-09-291-5/+1
* Merge pull request #93058 from Repiteo/scons/scons_hintsRémi Verschelde2024-09-261-0/+1
|\
| * SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* | Fix renaming nodes on X11David Snopek2024-09-251-7/+3
|/
* Merge pull request #97142 from SheepYhangCN/masterRémi Verschelde2024-09-201-12/+20
|\
| * Added fallback_to_opengl3SheepYhangCN2024-09-201-12/+20
* | Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-2/+2
|/
* Fix project manager stealing focus on i3David Snopek2024-09-161-1/+5
* Enable Drag and Drop for SubViewports and WindowsMarkus Sauermann2024-09-151-6/+6
* Merge pull request #91780 from Riteo/falling-with-styleRémi Verschelde2024-09-041-30/+45
|\
| * X11: Alert only when video drivers fail initializationRiteo2024-08-211-30/+45
* | Update rendering driver name on fallbacks. Fix rendering driver/method in the...bruvzg2024-09-011-0/+1
* | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-1/+1
|/
* [X11] Use motion event button state instead of async state.bruvzg2024-08-011-2/+19
* Remove unneeded call in DisplayServerX11 alvinhochun2024-07-251-1/+0
* Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-252-2/+8
* Linux/X11: Fix memory leak from created screen imagesRonald Casili2024-07-181-4/+5
* X11: Fix creating RenderingDevice after #93706Rémi Verschelde2024-06-291-0/+1
* Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-2/+8
* Fix text editor stealing focus from "Find in Files" dialog on X11David Snopek2024-06-271-1/+1
* Tweak warning messages related to V-Sync on OpenGLHugo Locurcio2024-06-161-1/+1
* [X11] Detect XWayland and disable screen capture support.bruvzg2024-06-122-3/+29
* Merge pull request #92843 from anniryynanen/tooltip-in-popupRémi Verschelde2024-06-101-1/+4
|\
| * Stop color picker tooltip from stealing input eventsAnni Ryynänen2024-06-061-1/+4
* | Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fixRémi Verschelde2024-06-071-9/+3
|\ \ | |/ |/|
| * Fix creating cursor image from AtlasTexturekleonc2024-06-051-9/+3
* | Use current mouse button state instead of saved values.bruvzg2024-05-312-16/+37
|/
* Merge pull request #92208 from Calinou/linuxbsd-use-nanosleepRémi Verschelde2024-05-301-2/+2
|\
| * Use `OS::delay_usec()` to avoid using deprecated `usleep()` on LinuxHugo Locurcio2024-05-211-2/+2
* | Merge pull request #89033 from bruvzg/doc_end_errRémi Verschelde2024-05-281-1/+8
|\ \
| * | [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+8
* | | [macOS, X11] Fix duplicate close requests.bruvzg2024-05-281-1/+4
|/ /
* | Fix build with `vuklan=no` and `d3d12=no` after #91505.bruvzg2024-05-251-1/+2
* | [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-232-0/+18
* | Properly set window class in WaylandPaulo Poiati2024-05-222-5/+6
|/
* [X11] Fallback to root window size, when Xinerama extension is available, but...bruvzg2024-05-141-27/+40