summaryrefslogtreecommitdiffstats
path: root/platform/osx/os_osx.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords to core/os.h derived classes.Marcel Admiraal2020-12-171-23/+23
* Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-161-1/+1
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Add macOS DisplayServer implementation.bruvzg2020-03-261-233/+10
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-2/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+2
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-7/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-2/+0
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-4/+6
* Add static Vulkan loader.bruvzg2020-02-111-1/+14
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Remove unused ip_unix member from OSX/server.Fabio Alessandrelli2020-01-141-2/+0
* [macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg2020-01-101-0/+1
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+2
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+2
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | iOS modular build and export implementation.bruvzg2019-12-011-3/+0
|/
* [macOS] Remove CVDisplayLink v-sync hack.bruvzg2019-11-211-3/+0
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-0/+3
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+25
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-091-0/+1
* Update macOS global mouse position at startupbruvzg2019-06-181-0/+1
* Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde2019-06-171-0/+7
|\
| * Add ability to limit maximum/minimum window size.bruvzg2019-06-151-0/+7
* | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+3
|/
* [macOS] Fixes unicode input with IME mode inactive, Improves IME mode documen...bruvzg2019-06-041-0/+1
* Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-0/+1
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-0/+1
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+2
* Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Using DisplayLink to emulate vsync on OSXBastiaan Olij2019-01-291-2/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-231-3/+4
* Server platform works on OS X tooMarcelo Fernandez2018-10-291-0/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Added a new MIDIDriver classMarcelo Fernandez2018-07-211-0/+2
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-0/+3
* IME context detection.Saracen2018-06-111-0/+2
* More fixes to set_borderless_windowGuilherme Felipe2018-05-231-0/+1
* Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+6
* Revert "Implement OS_OSX::execute"bruvzg2018-03-231-1/+0
* Fix several in-class initialization clang warningMarcelo Fernandez2018-03-221-1/+1
* Implement OS_OSX::executebruvzg2018-03-191-0/+1
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-8/+0