summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.mm
AgeCommit message (Expand)Author
2020-08-16Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)
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
2019-11-21[macOS] Remove CVDisplayLink v-sync hack.bruvzg
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-10-13Fix non-HiDPI mode on HiDPI displays on macOS Catalina.bruvzg
2019-10-03Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-07-30Turn `OS.set_min/max_window_size()` warnings into errorsHugo Locurcio
2019-07-24Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678Guilherme Felipe
2019-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-06-18Update macOS global mouse position at startupbruvzg
2019-06-17Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-15Add ability to limit maximum/minimum window size.bruvzg
2019-06-12Merge pull request #29481 from bruvzg/macos_fix_dvorak_qwerty_cmd_hotkeysRémi Verschelde
2019-06-12Merge pull request #29465 from bruvzg/per_pixel_transp_imprRémi Verschelde
2019-06-04[macOS] Fixes hotkeys on "Dvorak - QWERTY ⌘" keyboard layout.bruvzg