summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* Fix remainder of godotengine referencesSpartan3222024-10-311-2/+2
* Fix copyright headers referring to GodotSpartan3222024-10-2745-90/+90
* Fix Linux desktop filesChen Asraf2024-10-261-1/+1
* Rebrand preambles to RedotSpartan3222024-10-1345-0/+90
* Rebrand Godot 4.3 to RedotTrashguy2024-10-135-13/+13
* Use wayland-egl-core.h instead of wayland-egl.hJoel Winarske2024-09-161-1/+1
* Wayland: Avoid recreating input objects on capability changeRiteo2024-08-091-17/+21
* [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
* Disable FP contraction.bruvzg2024-07-231-0/+2
* Wayland: Fix error spam when interacting with decorationsRiteo2024-07-201-15/+17
* Linux/X11: Fix memory leak from created screen imagesRonald Casili2024-07-181-4/+5
* Merge pull request #94411 from Riteo/suspending-the-right-wayRémi Verschelde2024-07-171-1/+1
|\
| * Wayland: check for suspended flag when unsuspendingRiteo2024-07-161-1/+1
* | Wayland: commit surface on window creationRiteo2024-07-151-0/+2
|/
* Merge pull request #93352 from Calinou/linuxbsd-controller-no-trackpad-graphi...Rémi Verschelde2024-07-092-0/+21
|\
| * Fix trackpads and graphics tablets being recognized as controllers on Linux/*BSDHugo Locurcio2024-07-062-0/+21
* | Wayland: scale relative pointer motionRiteo2024-07-071-0/+5
* | X11: Fix creating RenderingDevice after #93706Rémi Verschelde2024-06-291-0/+1
* | Improve handling of rendering startup errorsPedro J. Estébanez2024-06-282-3/+16
* | Merge pull request #93682 from dsnopek/fix-text-editor-find-in-files-focus-bugRémi Verschelde2024-06-281-1/+1
|\ \
| * | Fix text editor stealing focus from "Find in Files" dialog on X11David Snopek2024-06-271-1/+1
* | | Wayland: minimize surface commits and limit them to the main threadRiteo2024-06-284-31/+53
|/ /
* | Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* | [TextServer] Fix get_word_breaks and it uses.bruvzg2024-06-211-1/+7
|/
* Merge pull request #93021 from bruvzg/wl_imeRémi Verschelde2024-06-195-4/+288
|\
| * [Wayland] Implement IME support.bruvzg2024-06-115-4/+288
* | Tweak warning messages related to V-Sync on OpenGLHugo Locurcio2024-06-161-1/+1
* | Merge pull request #92663 from Riteo/holy-egl-batmanRémi Verschelde2024-06-133-18/+44
|\ \
| * | EGL: Use EGL_EXT_platform_base whenever possibleRiteo2024-06-043-18/+44
* | | [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-072-11/+4
|\ \ \ | |/ / |/| |
| * | Fix creating cursor image from AtlasTexturekleonc2024-06-052-11/+4
| |/
* / 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-303-6/+6
|\
| * Use `OS::delay_usec()` to avoid using deprecated `usleep()` on LinuxHugo Locurcio2024-05-213-6/+6
* | Merge pull request #89033 from bruvzg/doc_end_errRémi Verschelde2024-05-283-3/+22
|\ \
| * | [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-283-3/+22
* | | Merge pull request #92458 from bruvzg/dup_clRémi Verschelde2024-05-281-1/+4
|\ \ \
| * | | [macOS, X11] Fix duplicate close requests.bruvzg2024-05-281-1/+4
| |/ /
* | | Merge pull request #92353 from Riteo/you-cant-see-meRémi Verschelde2024-05-282-0/+11
|\ \ \
| * | | Wayland: Implement is_window_transparency_availableRiteo2024-05-262-0/+11
* | | | Merge pull request #92324 from jwinarske/jw/wayland_sowrapRémi Verschelde2024-05-281-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Enable build config wayland=yes use_sowrap=noJoel Winarske2024-05-251-0/+3
| |/ /
* / / 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
* | Merge pull request #92252 from poiati/fix-wayland-window-classRémi Verschelde2024-05-234-10/+12
|\ \