summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.mm
AgeCommit message (Expand)Author
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
2017-11-03Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky
2017-11-04Implemented physics plugAndreaCatania
2017-10-30Add Colemak keybindings to editor for osxN0hbdy
2017-10-29Disable logging until the logs location is sorted outRémi Verschelde
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
2017-09-24Removed get_resource_dir from osx platformBastiaanOlij
2017-09-22Comment out code that is causing project loading to fail on osxBastiaanOlij
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-17Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-13Fix crash when no audio driver is availableMarcelo Fernandez
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-09-08Fixed loading package from resource folder, exporting textures to bundle and ...BastiaanOlij
2017-08-29Implements OS_OSX::get_system_dir()poke1024
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-22Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde
2017-08-22Merge pull request #10254 from marcelofg55/masterRémi Verschelde
2017-08-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-08-21Fix y axis for set_window_position on OS XMarcelo Fernandez
2017-08-17Added notification const NOTIFICATION_WM_ABOUTMarcelo Fernandez
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg
2017-08-08removed calls to cursor_set_visible on all platforms fixes #10167toger5
2017-08-07Merge pull request #10127 from bruvzg/3.0-osx-loggingRémi Verschelde
2017-08-07Merge pull request #10099 from bruvzg/3.0-fix-osx-warp_mouse_posRémi Verschelde
2017-08-06Duplicate error messages to macOS logging systembruvzg
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-08-04Fix warp_mouse_pos on macOSbruvzg
2017-07-30Merge pull request #9960 from marcelofg55/masterRémi Verschelde
2017-07-28Fix get_screen_* funcs returning old values after resolution changes on OS XMarcelo Fernandez
2017-07-28Change display scale when moving the window from monitor to monitorbruvzg
2017-07-28Merge pull request #9874 from bruvzg/3.0-osx-menuRémi Verschelde
2017-07-28Merge pull request #9876 from bruvzg/3.0-resize-fixRémi Verschelde
2017-07-27Fix is_window_fullscreen() and set_window_fullscreen() behaviour after window...bruvzg
2017-07-27Add macOS main menubruvzg
2017-07-26Improved macOS window resizing behaviour.bruvzg
2017-07-26Remove duplicate keycode constant for Numpad Enter key.bruvzg
2017-07-23Fix Right-Click (Ctrl-Click) on OS XMarcelo Fernandez
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-02Implemented borderless fullscreen code on OSX.Marcelo Fernandez
2017-06-27Implemented borderless window code for OSX.Marcelo Fernandez
2017-06-13Used in the macOS HiDPI options window is too smallageazrael
2017-06-13Fixed middle mouse button can't bounce in macOSageazrael