summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.h
AgeCommit message (Expand)Author
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
2018-02-14Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde
2018-02-12Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez
2018-02-01OSX: implement OS.get_unique_idgeequlim
2018-01-30Implement always-on-top for MacOSPedro J. Estébanez
2018-01-19On macOS, prevent key_event_buffer overflowsBernhard Liebl
2018-01-12[macOS] Adds ability to open files with "Open With" or double-click from Finderbruvzg
2018-01-10Fix IME producing multiple events per key press.bruvzg
2018-01-08Merge pull request #15344 from bruvzg/osx_dylib_exportRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Adds dylib export for "dmg" export mode and change dylib path to "/Contents/F...bruvzg
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Add implementation for custom hardware cursorGuilherme Silva
2017-12-16Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky
2017-12-14Fix type mismatch in OS::set_borderless_windowRémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-19Add initial support for the XDG Base Directory specRémi Verschelde
2017-11-14fix window position computation on macOSRhody Lugo
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-03Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky
2017-11-04Implemented physics plugAndreaCatania
2017-10-23Implemented vsync OS functions for OS XMarcelo Fernandez
2017-10-05fixes several scaling problems on multi monitor retina/non-retina setups on OS XBernhard Liebl
2017-10-02Merge pull request #11568 from endragor/loggersAndreas Haas
2017-10-02Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson
2017-09-30Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez
2017-09-25FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez
2017-09-25Extract logging logicRuslan Mustakov