Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check DBus loading status before attempting to detect its version | Riteo | 2023-05-11 | 1 | -0/+5 |
| | | | | | | | | Fixes two related segfaults caused by running the DBus version check unconditionally and potentially calling null function pointers. This was clearly an oversight as all the other wrappers have proper loading status checks. | ||||
* | [Linux/BSD] Add dynamically loaded library version checks. | bruvzg | 2023-03-20 | 1 | -0/+11 |
| | |||||
* | [Linux] Make SO wrapper usage optional. | bruvzg | 2023-02-16 | 1 | -0/+8 |
| | |||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -1/+1 |
| | |||||
* | [Linux] Load dbus libraries dynamically. | bruvzg | 2022-07-29 | 1 | -1/+10 |
| | |||||
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | free dbus errors when inhibiting freedesktop screensaver (prevents small ↵ | Mark Riedesel | 2021-10-12 | 1 | -0/+4 |
| | | | | memory leak) | ||||
* | Fix linux use after free | likeich | 2021-07-08 | 1 | -1/+2 |
| | | | | Fixes #50032 | ||||
* | Add "Keep screen on" feature to `DisplayServerX11` | Niklas Higi | 2021-06-20 | 1 | -0/+124 |