summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \
| * | | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-13/+5
* | | | 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
| | |/ | |/|
* | | SCons: Convert remaining `run_in_subprocess` to `env.Run`Thaddeus Crews2024-03-101-2/+1
* | | Merge pull request #89328 from Riteo/wayland-cursor-frame-optRémi Verschelde2024-03-091-7/+14
|\ \ \
| * | | Wayland: Setup next cursor frame callback only if animatedRiteo2024-03-091-7/+14
| | |/ | |/|
* | | Merge pull request #89307 from alesliehughes/wayland_usageRémi Verschelde2024-03-091-4/+24
|\ \ \
| * | | wayland: Stop possible Null pointer dereferencesAlistair Leslie-Hughes2024-03-091-4/+24
| |/ /
* / / wayland: Stop unreachable warningAlistair Leslie-Hughes2024-03-091-2/+2
|/ /
* | Merge pull request #87452 from bruvzg/native_menuRémi Verschelde2024-03-064-0/+27
|\ \
| * | Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-044-0/+27
* | | Merge pull request #88520 from LinuxUserGD/execinfoRémi Verschelde2024-03-052-8/+14
|\ \ \
| * | | Disable the crash handler if execinfo=no scons option is setLinuxUserGD2024-02-182-8/+14