summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde2020-02-101-19/+16
|\
| * Improve the console error logging appearanceHugo Locurcio2020-01-191-19/+16
* | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-052-3/+3
* | Merge pull request #35684 from timothyqiu/macos-sanitizersRémi Verschelde2020-01-311-0/+18
|\ \
| * | Adds sanitizer options for macOSHaoyu Qiu2020-01-291-0/+18
| |/
* / Adds extra cursors for macOSHaoyu Qiu2020-01-311-6/+20
|/
* Remove unused ip_unix member from OSX/server.Fabio Alessandrelli2020-01-141-2/+0
* Fixes IME input backspace on macOSHaoyu Qiu2020-01-141-1/+5
* [macOS/Mono] Filter release/debug and rename Mono data folder on export.bruvzg2020-01-101-0/+18
* [macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg2020-01-103-29/+14
* macOS DMG export: create folder structure for the files extracted from export...bruvzg2020-01-101-13/+18
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-19/+18
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-062-5/+15
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-282-5/+15
* | Update copyright statements to 2020Rémi Verschelde2020-01-0116-32/+32
* | i18n: Sync translations with Weblate + update templateRémi Verschelde2019-12-221-1/+0
* | Added microphone and camera usage descriptions to macOS builds.Catchawink2019-12-131-0/+9
* | [macOS] Send resize event without actually resizing window on backing change.bruvzg2019-12-081-6/+2
* | iOS modular build and export implementation.bruvzg2019-12-015-420/+0
|/
* [macOS] Fix locale detection.bruvzg2019-11-251-1/+1
* Fix typos with codespellRémi Verschelde2019-11-222-3/+3
* [macOS] Remove CVDisplayLink v-sync hack.bruvzg2019-11-212-55/+2
* [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg2019-10-301-0/+5
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-246-15/+21
* [macOS] Fix non-ASCII volume name listing, replace deprecated volume listing ...bruvzg2019-10-181-4/+11
* Merge pull request #32809 from bruvzg/macos_1015_non_hidpi_fixRémi Verschelde2019-10-131-0/+4
|\
| * Fix non-HiDPI mode on HiDPI displays on macOS Catalina.bruvzg2019-10-131-0/+4
* | Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2019-10-121-0/+0
|/
* Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg2019-10-041-5/+18
* Merge pull request #32518 from nekomatata/fix-revert-cursorRémi Verschelde2019-10-031-1/+6
|\
| * Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp2019-10-031-1/+6
* | macOS code signing improvements (timestamp and hardened runtime options, enti...bruvzg2019-10-021-16/+19
|/
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-1/+1
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-262-1/+118
* Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde2019-08-142-6/+0
|\
| * Remove redundant author doc commentsIAmActuallyCthulhu2019-08-122-6/+0
* | Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-4/+17
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-12/+4
* Turn `OS.set_min/max_window_size()` warnings into errorsHugo Locurcio2019-07-301-2/+2
* Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678Guilherme Felipe2019-07-241-0/+1
* Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-092-0/+19
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-6/+6
* Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-1/+1
|\
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
* | Update macOS global mouse position at startupbruvzg2019-06-182-0/+12
* | Add script to fix style issues and copyright headersRémi Verschelde2019-06-172-6/+6
* | Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde2019-06-172-0/+73
|\ \
| * | Add ability to limit maximum/minimum window size.bruvzg2019-06-152-0/+73
| |/
* / Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-156-1/+421
|/
* Merge pull request #29481 from bruvzg/macos_fix_dvorak_qwerty_cmd_hotkeysRémi Verschelde2019-06-121-9/+9
|\