summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Properly set window class in WaylandPaulo Poiati2024-05-224-10/+12
* | | SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-4/+4
|/ /
* / Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-3/+3
|/
* [X11] Fallback to root window size, when Xinerama extension is available, but...bruvzg2024-05-141-27/+40
* Set `execinfo=no` by default when compiling for Linux/*BSDHugo Locurcio2024-05-111-7/+3
* DisplayServer: Avoid deadlocks while issuing input events and recursive main ...Pedro J. Estébanez2024-05-081-0/+2
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-082-5/+5
* Fix `builtin_embree=no` build linking the wrong version of EmbreeJakub Marcowski2024-05-081-1/+1
* Merge pull request #89574 from Riteo/scale-your-expectations-with-this-oneRémi Verschelde2024-05-071-1/+9
|\
| * Wayland: Workaround API limitation in screen/UI scale logicRiteo2024-05-071-1/+9
* | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
|/
* Wayland: Add support for OpenGL ES driverRiteo2024-05-035-18/+161
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-022-2/+2
* Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-291-1/+1
|\
| * Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* | Merge pull request #91220 from Repiteo/scons/colorize-warn-errorRémi Verschelde2024-04-291-27/+29
|\ \
| * | SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-27/+29
| |/
* / Wayland: Improve compositor compatibility by allowing older globalsRiteo2024-04-262-119/+136
|/
* [DBus] Process file dialog callback in the main event loop instead of using d...bruvzg2024-04-234-20/+54
* Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-106-37/+3
* [.NET] Disable output embedding on macOS, move it to the advanced options on ...bruvzg2024-04-091-6/+13
* Make sysctl calls on FreeBSDsambler2024-04-081-1/+25
* Merge pull request #89935 from bruvzg/dbus_conn_fixRémi Verschelde2024-04-042-90/+57
|\
| * [Linux/Portal] Fix incorrect DBus connection usage.bruvzg2024-03-272-90/+57