summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/x11/display_server_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-271-2/+2
|\ \
| * | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | 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-111-0/+2
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-7/+7
|/ /
* / Fix window_set_current_screen for maximized windows.bruvzg2024-10-031-1/+1
|/
* Fix renaming nodes on X11David Snopek2024-09-251-7/+3
* Added fallback_to_opengl3SheepYhangCN2024-09-201-12/+20
* 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
|/
* [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-251-1/+7
* 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
* [X11] Detect XWayland and disable screen capture support.bruvzg2024-06-121-3/+28
* 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-311-14/+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-231-0/+16
* | Properly set window class in WaylandPaulo Poiati2024-05-221-3/+4
|/
* [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-101-12/+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