summaryrefslogtreecommitdiffstats
path: root/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76836 from Faless/tls/system_certsRémi Verschelde2023-05-123-0/+33
|\
| * [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-123-0/+33
* | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-5/+5
* | Merge pull request #76856 from HolonProduction/macos-specificRémi Verschelde2023-05-111-1/+1
|\ \ | |/ |/|
| * Don't expose mac specific display server.HolonProduction2023-05-111-1/+1
* | Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-103-50/+69
|/
* Fix various typos with codespellRémi Verschelde2023-04-261-1/+1
* [macOS] Implement OS::shell_show_in_file_manager()bruvzg2023-04-252-0/+22
* [macOS] Bump min. version to 10.13, and remove deprecated code.bruvzg2023-04-242-25/+10
* Add support for VRAM-compressed custom mouse cursor imagesHugo Locurcio2023-04-211-0/+5
* [Export docs] Move docs to platform folders.bruvzg2023-04-202-0/+301
* Merge pull request #75219 from bruvzg/get_focus_screenRémi Verschelde2023-04-192-66/+12
|\
| * Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-192-66/+12
* | [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-194-153/+426
|/
* Fix misuses of error macrosDanil Alexeev2023-04-181-1/+0
* Merge pull request #75933 from akien-mga/windows-tts-hashmapRémi Verschelde2023-04-111-1/+1
|\
| * Windows TTS: Use HashMap instead of RBMap for idsRémi Verschelde2023-04-111-1/+1
* | Merge pull request #75827 from Kvel2D/fix-custom-cursor-atlas-texture-bugRémi Verschelde2023-04-111-9/+4
|\ \
| * | Fix custom cursor using atlas textureKvel2D2023-04-111-9/+4
| |/
* | Merge pull request #74326 from mjunix/patch-1Rémi Verschelde2023-04-111-1/+1
|\ \ | |/ |/|
| * macOS export: Fix validation of codesigning certificate passwordJohan Mattsson2023-04-111-1/+1
* | [macOS] Fix infinite loop caused by global menu callbacks which trigger Edito...bruvzg2023-03-232-5/+7
* | [macOS] Remove unnecessary debug prints.bruvzg2023-03-141-9/+0
* | Corrected capitalisation of macOSJohn Veness2023-03-123-12/+12
* | Tweak command syntax in Vulkan renderer failure messageHugo Locurcio2023-03-081-3/+3
* | Rename mkv_list to mvk_list (MoltenVK path list).Ron B. Yeh2023-03-061-4/+4
* | [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...bruvzg2023-03-012-0/+31
|/
* [Input] Use BRACKET_ instead of BRACE_ for physical keys.bruvzg2023-02-221-2/+2
* [macOS] Fix Input.warp_mouse shifted by one screen pixel.bruvzg2023-02-211-1/+1
* macOS: Enable `display/high_res` by defaultAaron Franke2023-02-171-1/+1
* Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde2023-02-171-0/+2
* Fix so that the main window is displayed before the splash screen minimum dis...Zoee Silcock2023-02-011-0/+1
* Merge pull request #72104 from bruvzg/popup-non-popupsRémi Verschelde2023-02-011-1/+16
|\
| * Extend special popup window handling to any non-popup child of a popup.bruvzg2023-01-261-1/+16
* | Refactor high quality texture importJuan Linietsky2023-01-301-11/+27
* | Fix split allow empty string in SSH export plugindaviirodrig2023-01-271-2/+2
|/
* Cleanup and unify keyboard input.bruvzg2023-01-238-498/+496
* [iOS] Restore OpenGLES3 renderer support.bruvzg2023-01-222-2/+4
* [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related f...bruvzg2023-01-206-3/+17
* Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-11/+11
* Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-162-1/+12
* Update all outdated online documentation linksYuri Sizov2023-01-141-1/+1
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-135-131/+314
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-295-131/+314
* | [macOS] Avoid color flash on window creation and resizing.bruvzg2023-01-131-2/+18
* | Require Apple Team ID when using notarytoolPatrick Gelvin2023-01-121-0/+4
* | Use BitField<> in core type masksJuan Linietsky2023-01-085-37/+43
* | Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-072-44/+98
* | One Copyright Update to rule them allRémi Verschelde2023-01-0550-1450/+1450
* | Merge pull request #70624 from bruvzg/cur_scRémi Verschelde2023-01-035-50/+94
|\ \