summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/os_linuxbsd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-2/+2
* Make sysctl calls on FreeBSDsambler2024-04-081-1/+25
* os_linuxbsd.cpp: include `servers/rendering_server.h`LinuxUserGD2024-02-191-0/+1
* Wayland: suspend window after frame timeout or suspend stateRiteo2024-02-151-8/+0
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Add Wayland supportRiteo2024-01-301-0/+16
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* [Linux/Freedesktop] Implement native file selection dialog support.bruvzg2023-08-171-0/+21
* Fix Linux `move_to_trash` wrongly reporting files as not foundRémi Verschelde2023-07-111-23/+11
* Merge pull request #67158 from amoriqbal/fix_error_messageRémi Verschelde2023-06-191-13/+22
|\
| * Changed the conditions for firing 'No such file or directory' errorAmor Iqbal2022-10-101-13/+22
* | Fix `bsd` feature tag includes only "other BSDs"Danil Alexeev2023-06-151-1/+9
* | Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-7/+7
* | Replace get_rendering_device() call to prevent crashes on OpenGL.MJacred2023-06-061-3/+3
* | Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-271-21/+26
* | Merge pull request #76836 from Faless/tls/system_certsRémi Verschelde2023-05-121-0/+35
|\ \
| * | [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+35
* | | Fix 'linux' and specific BSD feature tagsDavid Snopek2023-05-111-0/+5
|/ /
* | Redo how the remote filesystem worksJuan Linietsky2023-05-081-0/+4
* | [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-201-0/+10
* | [TextServer] Add invalid font scaling check, restrict Linux/BSD system fonts ...bruvzg2023-03-101-64/+73
* | [Linux] Make SO wrapper usage optional.bruvzg2023-02-161-0/+4
* | Use a "warning" icon in `OS.alert()` on Linux/*BSDHugo Locurcio2023-02-021-2/+4
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | [Linux/BSD] Fix build without fontconfig.bruvzg2022-12-051-0/+2
* | Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-26/+124
* | [fontconfig] Reject font substitutes if non-alias name was used.bruvzg2022-11-151-0/+15
* | Cache OS_LinuxBSD::get_system_dir(SYSTEM_DIR_DESKTOP)dzil1232022-11-121-7/+6
* | Merge pull request #68182 from Riteo/x11-folderRémi Verschelde2022-11-031-1/+1
|\ \
| * | linuxbsd: move all X11 stuff in its own directoryRiteo2022-11-021-1/+1
* | | Load and use system emoji font in the editor.bruvzg2022-11-011-1/+10
|/ /
* | Fix OS.get_video_adapter_driver_info crashzCubed32022-10-271-0/+4
* | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+199
|\ \ | |/ |/|
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+199
* | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-3/+1
|/
* Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+37
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-4/+3
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-7/+7
* Remove unused force_quit variable from many OS abstractionsPedro J. Estébanez2022-08-271-4/+1
* Fix memory leak when accessing/listing system fonts.bruvzg2022-08-091-0/+3
* Load fontconfig libraries dynamically.bruvzg2022-07-271-1/+17
* Fix Linux build without fontconfig.bruvzg2022-07-271-3/+3
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-0/+89
* Improve embedded PCK loading and exporting.bruvzg2022-04-201-0/+85
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-3/+5
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-10/+8
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+1
* Merge pull request #58335 from maiself/fix-directory-delete-linuxRémi Verschelde2022-03-101-19/+20
|\