summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #89907 from bruvzg/nat_dlg_ftr_flagsRémi Verschelde2024-03-282-2/+6
|\ \
| * | [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-262-2/+6
| |/
* | 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
* | Merge pull request #87831 from Riteo/bitfield-xorRémi Verschelde2024-03-261-1/+1
|\ \
| * | Core: Implement a XOR operator for BitFieldRiteo2024-02-011-1/+1
* | | Merge pull request #89707 from AThousandShips/typo_fixRémi Verschelde2024-03-241-1/+1
|\ \ \
| * | | [Wayland] Fix typo in input codeA Thousand Ships2024-03-201-1/+1
| | |/ | |/|
* | | Merge pull request #89229 from akien-mga/main-refactor-os-exit-codeRémi Verschelde2024-03-241-6/+7
|\ \ \
| * | | Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-081-6/+7
* | | | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-6/+3
| |/ / |/| |
* | | clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-122-5/+5
* | | Merge pull request #89393 from Repiteo/retire-subprocess_mainRémi Verschelde2024-03-111-13/+5
|\ \ \