summaryrefslogtreecommitdiffstats
path: root/platform/osx/os_osx.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #32821 from bruvzg/vlk_fix_macos_exitRémi Verschelde2020-02-111-13/+20
|\
| * Move Vulkan context/rendering_device destruction to windowWillClose notificat...bruvzg2020-02-111-13/+20
* | Improve HiDPI handling, fix incorrect window viewport clipping.bruvzg2020-02-111-0/+6
|/
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-209/+128
* Add static Vulkan loader.bruvzg2020-02-111-18/+89
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde2020-02-101-19/+16
|\
| * Improve the console error logging appearanceHugo Locurcio2020-01-191-19/+16
* | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* | Adds extra cursors for macOSHaoyu Qiu2020-01-311-6/+20
|/
* Fixes IME input backspace on macOSHaoyu Qiu2020-01-141-1/+5
* [macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg2020-01-101-0/+13
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-5/+13
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-5/+13
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | [macOS] Send resize event without actually resizing window on backing change.bruvzg2019-12-081-6/+2
* | iOS modular build and export implementation.bruvzg2019-12-011-7/+0
|/
* [macOS] Fix locale detection.bruvzg2019-11-251-1/+1
* [macOS] Remove CVDisplayLink v-sync hack.bruvzg2019-11-211-52/+2
* [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg2019-10-301-0/+5
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-8/+8
* Fix non-HiDPI mode on HiDPI displays on macOS Catalina.bruvzg2019-10-131-0/+4
* Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp2019-10-031-1/+6
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-1/+93
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-12/+4