summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/x11
Commit message (Expand)AuthorAgeFilesLines
* Regenerate X11 wrappersHein-Pieter van Braam2024-11-0914-1748/+1708
* [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
* Fix fallbacks to OpenGLSummersay4152024-10-281-1/+4
* 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
* | 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
* DisplayServer: Avoid deadlocks while issuing input events and recursive main ...Pedro J. Estébanez2024-05-081-0/+2
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* [DBus] Process file dialog callback in the main event loop instead of using d...bruvzg2024-04-231-0/+6
* Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-104-28/+3
* Merge pull request #89907 from bruvzg/nat_dlg_ftr_flagsRémi Verschelde2024-03-281-1/+3
|\
| * [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-1/+3
* | Merge pull request #89716 from theromis/masterRémi Verschelde2024-03-281-1/+1
|\ \ | |/ |/|