summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.mm
AgeCommit message (Expand)Author
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-07[macOS] Improve file association handling, and allow URL schema handling.bruvzg
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-04[macOS] Add bundle launch code for older (pre 10.15) macOS versions.bruvzg
2022-03-04[macOS] Disable window redraw during resize, when rendering in the separate t...bruvzg
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Add an `OS.get_processor_name()` methodHugo Locurcio
2022-02-01[macOS] Cleanup and split Objective-C objects to the separate filesbruvzg
2022-02-01[macOS] Enable Objective-C ARCbruvzg
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-11[macOS] Improve window activation hack.bruvzg
2022-01-06Fix multiple missing UTF-8 decoding.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-11-26Fix console colors on WindowsYuri Roubinsky
2021-11-08[macOS] Use pre-wait observer to keep main run loop running and redraw window...bruvzg
2021-11-01[macOS] Add `create_instance` function to spawn editor copies.bruvzg
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-30Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-07-25Fix various typos with codespellluz paz
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-05-21OS: Remove code duplicate in XDG paths handlingRémi Verschelde
2021-05-20Only allow absolute paths in XDG environment variablesHugo Locurcio
2021-05-13[macOS] Prefer .app bundle icon over the default one.bruvzg
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-22Rename MainLoop methods to match Node methodsMarcel Admiraal
2020-12-10Merge pull request #40708 from bruvzg/improve_os_localeRémi Verschelde
2020-08-16Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)
2020-08-11Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...bruvzg
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-03Fix opening URLS with special characters in macOSDaniel Ting
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-26[macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.bruvzg
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-22Travis: Use Ubuntu 18.04 (bionic) as base imageRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-11Restore parts of #33783 and #32809 missing after rebase.bruvzg
2020-02-11Fix code formatting issues and VS compilationRémi Verschelde