summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/x11
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2712-24/+24
* Rebrand preambles to RedotSpartan3222024-10-1312-0/+24
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-7/+7
* [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
|\ \ | |/ |/|
| * Add icon source size to warning about "too large icon dimensions" to help fas...Roman Vasilyev2024-03-221-1/+1
* | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-6/+3
|/
* Merge pull request #86101 from GrammAcc/partial-fix-68305Rémi Verschelde2024-03-111-13/+0
|\
| * [X11] Partial Fix Godot Editor and Project Manager steals focus on a window m...Dalton Lang2024-02-051-13/+0
* | Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-042-0/+13
* | Improve cursor_set_custom_image() methodkobewi2024-02-281-35/+5
* | Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-132-0/+5
* | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-125-56/+79
* | Merge pull request #82800 from Sauermann/fix-screen-mousemotionRémi Verschelde2024-02-091-0/+3
|\ \
| * | Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+3
| |/
* | Merge pull request #86843 from RandomShaper/fix_null_ptrRémi Verschelde2024-02-071-1/+2
|\ \ | |/ |/|
| * Avoid several null-dereferences of ApiContextRDPedro J. Estébanez2024-02-061-1/+2
* | 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-242-1/+13
|/ /
* | [X11] Don't re-set input focus if the given window already has itDavid Snopek2024-01-182-5/+18