summaryrefslogtreecommitdiffstats
path: root/platform/osx/os_osx.mm
Commit message (Expand)AuthorAgeFilesLines
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-524/+0
* [macOS] Improve file association handling, and allow URL schema handling.bruvzg2022-07-071-4/+4
* Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+6
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* [macOS] Add bundle launch code for older (pre 10.15) macOS versions.bruvzg2022-04-041-10/+23
* [macOS] Disable window redraw during resize, when rendering in the separate t...bruvzg2022-03-041-1/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+1
* Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-151-0/+11
* [macOS] Cleanup and split Objective-C objects to the separate filesbruvzg2022-02-011-305/+129
* [macOS] Enable Objective-C ARCbruvzg2022-02-011-4/+2
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-5/+5
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-5/+5
* | [macOS] Improve window activation hack.bruvzg2022-01-111-4/+4
* | Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Fix console colors on WindowsYuri Roubinsky2021-11-261-1/+1
* [macOS] Use pre-wait observer to keep main run loop running and redraw window...bruvzg2021-11-081-1/+22
* [macOS] Add `create_instance` function to spawn editor copies.bruvzg2021-11-011-0/+58
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-5/+15
* Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde2021-09-301-4/+16
|\
| * [macOS] Prefer .app bundle icon over the default one.bruvzg2021-05-131-4/+16
* | Add partial support for Android scoped storage.ne0fhyk2021-08-161-1/+1
* | Fix various typos with codespellluz paz2021-07-251-1/+1
* | Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+184
* | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-3/+3
* | OS: Remove code duplicate in XDG paths handlingRémi Verschelde2021-05-211-14/+10
* | Only allow absolute paths in XDG environment variablesHugo Locurcio2021-05-201-3/+21
|/
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde2020-12-281-2/+2
|\
| * Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-221-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|/
* Merge pull request #40708 from bruvzg/improve_os_localeRémi Verschelde2020-12-101-1/+1
|\
| * Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...bruvzg2020-08-111-1/+1
* | Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-161-1/+3
|/
* Commit other files changed by file_format.shAaron Franke2020-07-131-1/+1
* Fix opening URLS with special characters in macOSDaniel Ting2020-07-031-1/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* [macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.bruvzg2020-04-261-20/+12
* Add macOS DisplayServer implementation.bruvzg2020-03-261-2810/+70
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Drop old semaphore implementationPedro J. Estébanez2020-03-031-3/+0
* Rename `scancode` to `keycode`.bruvzg2020-02-251-13/+23
* Travis: Use Ubuntu 18.04 (bionic) as base imageRémi Verschelde2020-02-221-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-8/+1
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-14/+0
* Restore parts of #33783 and #32809 missing after rebase.bruvzg2020-02-111-9/+5
* Fix code formatting issues and VS compilationRémi Verschelde2020-02-111-6/+5