summaryrefslogtreecommitdiffstats
path: root/platform/macos/os_macos.mm
Commit message (Expand)AuthorAgeFilesLines
* [macOS] Fix `is_process_running` and `kill` for bundled apps.bruvzg2024-07-311-0/+18
* Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-3/+3
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+1
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-1/+1
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-1/+1
* [macOS] Fix some deprecation warnings.bruvzg2024-02-281-0/+4
* Migrate macos controller API to GameController.hJezer Mejía2024-02-201-2/+2
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* [macOS] Add support for native help menu search callbacks, integrate editor h...bruvzg2024-02-131-0/+1
* [macOS] Allow `open_shell` to handle filenames without `file://`.bruvzg2024-02-091-1/+4
* use autorelease pools around main loopStuart Carnie2024-02-021-10/+14
* Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+59
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-1/+1
* Enable S3TC_BPTC but not ETC2_ASTC by defaultAaron Franke2023-06-091-0/+6
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-4/+4
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+29
* [macOS] Implement OS::shell_show_in_file_manager()bruvzg2023-04-251-0/+21
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [macOS/iOS] Use framework Info.plist to determine library name.bruvzg2022-12-161-10/+22
* Only support XDG directory path configuration on LinuxHugo Locurcio2022-12-121-24/+0
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-4/+136
* Load and use system emoji font in the editor.bruvzg2022-11-011-1/+8
* [macOS] Fit OS::alert to the text width for better readability.bruvzg2022-10-181-1/+3
* Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+9
* [macOS, 4.0] Fix unresponsive redraw during live resizing.bruvzg2022-09-141-2/+3
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-6/+6
* Remove unused force_quit variable from many OS abstractionsPedro J. Estébanez2022-08-271-4/+1
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-0/+74
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-0/+524