summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.h
AgeCommit message (Expand)Author
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
2017-09-24Removed get_resource_dir from osx platformBastiaanOlij
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
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-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg
2017-08-06Duplicate error messages to macOS logging systembruvzg
2017-07-28Fix get_screen_* funcs returning old values after resolution changes on OS XMarcelo Fernandez
2017-07-27Fix is_window_fullscreen() and set_window_fullscreen() behaviour after window...bruvzg
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-10Restired multithread support in OSX and Windows, should stop the crashes.Juan Linietsky
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-26Input: Remove usage of platform dependent event IDs.Andreas Haas
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-04Add API to access battery power stateJulian Murgia
2017-01-16Fix compile errors related to audio on OSXBastiaanOlij
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-04First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-06osx: Support gamepad input.Andreas Haas
2016-07-21Implement OS.request_attention() for OSX (#5662)GungnirInd
2016-06-22Added alert() functionality for OS XKeyaku
2016-05-30-Some fixes to OSX retina scaling for window functionsJuan Linietsky
2016-05-11OS.get_screen_size now returns the correct value on OSXmarcelofg55
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-10-16Added specific get_locale to OSX platformDidier Vandekerckhove
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky