summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.h
AgeCommit message (Expand)Author
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
2019-01-29Using DisplayLink to emulate vsync on OSXBastiaan Olij
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-23Changes IME input to use notification instead of callback, exposes IME method...bruvzg
2018-10-29Server platform works on OS X tooMarcelo Fernandez
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-06-11IME context detection.Saracen
2018-05-23More fixes to set_borderless_windowGuilherme Felipe
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-03-23Revert "Implement OS_OSX::execute"bruvzg
2018-03-22Fix several in-class initialization clang warningMarcelo Fernandez
2018-03-19Implement OS_OSX::executebruvzg
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez
2018-03-02GLES2 renderer support on macOS.bruvzg
2018-02-14Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde