summaryrefslogtreecommitdiff
path: root/platform/osx
AgeCommit message (Expand)Author
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-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-22Do not require OpenMP for non-tools builds (export templates)Ré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-16Merge pull request #14597 from NathanWarden/linux_extensionsRémi Verschelde
2017-12-14Merge pull request #14667 from bruvzg/macports-clang-impRémi Verschelde
2017-12-14MacPorts clang version selection, and OpenMP linking fix.bruvzg
2017-12-14Fix type mismatch in OS::set_borderless_windowRémi Verschelde
2017-12-14Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...bruvzg
2017-12-14-Add lightmapperJuan Linietsky
2017-12-12Updated Linux template extensions to match architecture.Nathan Warden
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
2017-12-08Fix Manage Export Templates linkMattUV
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-12-01Add macOS shell_open URL escapingbruvzg
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-21Merge pull request #13133 from endragor/resurrect-file-loggingRémi Verschelde
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-21Allow configuring iOS exportRuslan Mustakov
2017-11-20Pass engine name and version parts as proper stringsRémi Verschelde
2017-11-20Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde
2017-11-19Use new XDG folders to dehardcode pathsRémi Verschelde
2017-11-19Add initial support for the XDG Base Directory specRémi Verschelde
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-17EditorSettings: Rename settings_path to settings_dirRémi Verschelde
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
2017-11-14fix window position computation on macOSRhody Lugo
2017-11-13change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
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-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-13Use binary names instead of absolute paths in calls to OS::execute.J08nY
2017-10-09Merge pull request #11810 from marcelofg55/osx_export_improvRémi Verschelde
2017-10-09Merge pull request #11718 from poke1024/retinaRémi Verschelde
2017-10-07Fix python 3 build in osx-specific platformN0hbdy
2017-10-05fixes several scaling problems on multi monitor retina/non-retina setups on OS XBernhard Liebl
2017-10-03fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky
2017-10-03Improvements on the export code on OS XMarcelo Fernandez
2017-10-02Merge pull request #11568 from endragor/loggersAndreas Haas
2017-10-02Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson