summaryrefslogtreecommitdiffstats
path: root/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* [macOS] Check Vulkan SDK version when looking for MoltenVK libs.bruvzg2024-02-041-1/+2
* [macOS] Fix changing main menu item names.bruvzg2024-02-031-0/+4
* use autorelease pools around main loopStuart Carnie2024-02-023-13/+26
* Merge pull request #80231 from romlok/input-key-locationRémi Verschelde2024-01-295-0/+31
|\
| * Add InputEventKey.location to tell left from rightMel Collins2024-01-265-0/+31
* | Merge pull request #87303 from bruvzg/fd_options_no_editorYuri Sizov2024-01-255-154/+434
|\ \ | |/ |/|
| * [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-245-154/+434
* | [macOS] Fix missing modifier + space key down events.bruvzg2024-01-231-12/+14
|/
* Merge pull request #85206 from bruvzg/mac_clang_version_check_updateRémi Verschelde2024-01-181-3/+3
|\
| * [macOS] Check Apple specific version instead of generic clang version.bruvzg2023-11-221-3/+3
* | [macOS] Fix MoltenVK SDK detection after file location changes in 1.3.275.0.bruvzg2024-01-171-10/+25
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Merge pull request #86446 from reduz/transient-to-focusedRémi Verschelde2024-01-152-0/+6
|\ \
| * | Implement a transient_to_focused modeJuan Linietsky2024-01-142-0/+6
* | | [macOS/iOS export] Add option to set custom Info.plist data.bruvzg2024-01-116-979/+34
* | | Add logging when macOS export will fail due to disabled texture formats. Sinc...StagnationPoint2024-01-051-2/+6
* | | Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_betw...Rémi Verschelde2024-01-021-0/+2
|\ \ \
| * | | Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
| |/ /
* / / Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-251-1/+1
|/ /
* | Merge pull request #83452 from RandomShaper/rd_commonYuri Sizov2023-12-204-46/+66
|\ \
| * | Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-204-46/+66
* | | Merge pull request #75489 from bruvzg/init_pos_usableYuri Sizov2023-12-191-1/+2
|\ \ \
| * | | [DisplayServer] Use screen "usable rect" instead of full rect to calculate in...bruvzg2023-12-041-1/+2
| | |/ | |/|
* | | [macOS] Add default Window and Help menus, allow special menu customization.bruvzg2023-12-132-206/+314
| |/ |/|
* | Ensure more export errors are reported to usersYuri Sizov2023-12-061-7/+8
* | [macOS] Switch ANGLE backend to ANGLE over OpenGL, switch default compatibili...bruvzg2023-12-051-1/+1
* | Merge pull request #85458 from HolySkyMin/mac_korean_fixRémi Verschelde2023-12-041-1/+2
|\ \
| * | Fix IME key event being erased in macOSHolySkyMin2023-11-291-1/+2
| |/
* / Fix order of operations for macos template checkAlex Drozd2023-11-261-9/+3
|/
* [macOS] Fix transparent and borderless flags interaction with full-screen mode.bruvzg2023-11-143-47/+67
* Merge pull request #84774 from akien-mga/fix-TTR-in-ERR-WARN-printsRémi Verschelde2023-11-122-11/+11
|\
| * Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-122-11/+11
* | Fix various typos with codespellRémi Verschelde2023-11-111-1/+1
|/
* Merge pull request #84649 from bruvzg/mac_fs_fs_switchRémi Verschelde2023-11-091-0/+13
|\
| * [macOS] Fix fullscreen <-> exclusive fullscreen transition.bruvzg2023-11-091-0/+13
* | Merge pull request #84513 from bruvzg/x11_fallback_and_spamRémi Verschelde2023-11-091-4/+3
|\ \ | |/ |/|
| * [X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.bruvzg2023-11-061-4/+3
* | [macOS export] Improve icon generation.bruvzg2023-11-061-27/+12
|/
* Merge pull request #83482 from bruvzg/no_signYuri Sizov2023-11-031-89/+10
|\
| * [macOS] Remove deprecated altool notarization support, add warning for rcodes...bruvzg2023-11-021-89/+10
* | [macOS] Improve ANGLE support detection.bruvzg2023-11-011-1/+1
|/
* [macOS] Fallback to native OpenGL renderer if ANGLE initialization failed. Re...bruvzg2023-10-211-9/+16
* Use "version" project setting as macOS/iOS "short_version" fallback.bruvzg2023-10-201-2/+2
* Add error messages to the native menu and file dialogs callback.bruvzg2023-10-142-16/+105
* Merge pull request #82957 from bruvzg/fs_case_checkRémi Verschelde2023-10-132-0/+18
|\
| * Add method to check if filesystem is case sensitive.bruvzg2023-10-092-0/+18
* | [macOS] Fix crash when using system default menu shortcuts.bruvzg2023-10-132-13/+15
* | [macOS] Use occlusionState instead of isOnActiveSpace to determine when windo...bruvzg2023-10-103-2/+12
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-083-12/+12
|/
* [macOS] Fix ambiguous method call with older SDKs.bruvzg2023-10-051-1/+2