summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.h
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-02-15Add an `OS.get_processor_name()` methodHugo Locurcio
2022-02-01[macOS] Cleanup and split Objective-C objects to the separate filesbruvzg
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
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-09-30Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-05-13[macOS] Prefer .app bundle icon over the default one.bruvzg
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-17Add override keywords to core/os.h derived classes.Marcel Admiraal
2020-08-16Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Custom material support seems complete.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-14Remove unused ip_unix member from OSX/server.Fabio Alessandrelli
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-01iOS modular build and export implementation.bruvzg
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
2019-11-21[macOS] Remove CVDisplayLink v-sync hack.bruvzg
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
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-04[macOS] Fixes unicode input with IME mode inactive, Improves IME mode documen...bruvzg
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-02-12Platform: Ensure classes match their header filenameRémi Verschelde
2019-02-12Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde