summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.mm
AgeCommit message (Expand)Author
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
2020-02-11Merge pull request #32821 from bruvzg/vlk_fix_macos_exitRémi Verschelde
2020-02-11Move Vulkan context/rendering_device destruction to windowWillClose notificat...bruvzg
2020-02-11Improve HiDPI handling, fix incorrect window viewport clipping.bruvzg
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-31Adds extra cursors for macOSHaoyu Qiu
2020-01-19Improve the console error logging appearanceHugo Locurcio
2020-01-14Fixes IME input backspace on macOSHaoyu Qiu
2020-01-10[macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg
2020-01-06Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-08[macOS] Send resize event without actually resizing window on backing change.bruvzg
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
2019-11-25[macOS] Fix locale detection.bruvzg