summaryrefslogtreecommitdiffstats
path: root/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* Rebrand android editor to allow play store signingTrashguy2024-11-131-4/+4
* Fix copyright headers referring to GodotSpartan3222024-10-2751-102/+102
* Rebrand macos exports to RedotSpartan3222024-10-221-2/+2
* Rebrand preambles to RedotSpartan3222024-10-1351-0/+102
* Rebrand Godot 4.3 to RedotTrashguy2024-10-132-2/+2
* Only main binaries require entitlements. This fixes signing issues on macOS.Leonardo Demartino2024-09-171-4/+4
* [macOS] Fix wrong object type in joypad queue.bruvzg2024-08-121-3/+2
* [macOS] Remove kill override.bruvzg2024-08-082-13/+0
* [macOS] Load OpenGL.framework by path to avoid issues with non-Latin executab...bruvzg2024-08-072-7/+14
* Merge pull request #95191 from bruvzg/macos_termRémi Verschelde2024-08-061-2/+5
|\
| * [macOS] Attempt to terminate process normally before using `forceTerminate`.bruvzg2024-08-061-2/+5
* | Merge pull request #95189 from bruvzg/fix_mono_bundleRémi Verschelde2024-08-061-5/+7
|\ \
| * | [macOS] Fix `generate_bundle` build flag for .NET builds.bruvzg2024-08-061-5/+7
| |/
* / Fix several typos in the documentationHaoyu Qiu2024-08-021-3/+3
|/
* [macOS] Fix `is_process_running` and `kill` for bundled apps.bruvzg2024-07-312-0/+20
* Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-252-2/+8
* Merge pull request #94680 from bruvzg/fix_net_detectionRémi Verschelde2024-07-241-3/+3
|\
| * Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.bruvzg2024-07-231-3/+3
* | [macOS export] Do not stop export on signing errors.bruvzg2024-07-232-30/+20
|/
* Disable FP contraction.bruvzg2024-07-231-0/+2
* [macOS] Fix codesigning of .NET helper executables when sandboxing is disabled.bruvzg2024-07-182-10/+11
* [macOS] Fix drag-and-drop feedback.bruvzg2024-07-111-1/+2
* [NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu`...bruvzg2024-07-084-41/+27
* [MoltenVK] Fix downscaled hiDPI window pixelation.bruvzg2024-07-041-2/+2
* Merge pull request #93342 from kus04e4ek/build-fixRémi Verschelde2024-06-241-1/+1
|\
| * Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-191-1/+1
* | Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* | [iOS export] Automatically generate ARM64 simulator library from device libra...bruvzg2024-06-167-3019/+3
|/
* Fix issues related to code-signing for macOS exportsMikael Hermansson2024-06-122-6/+31
* Merge pull request #92843 from anniryynanen/tooltip-in-popupRémi Verschelde2024-06-101-1/+4
|\
| * Stop color picker tooltip from stealing input eventsAnni Ryynänen2024-06-061-1/+4
* | Merge pull request #92826 from bruvzg/nat_icon_checksRémi Verschelde2024-06-072-70/+12
|\ \
| * | Improve native menu and status indicator icons conversion and checks.bruvzg2024-06-062-70/+12
| |/
* | Merge pull request #92781 from bruvzg/menu_open_close_impRémi Verschelde2024-06-073-9/+46
|\ \
| * | [macOS] Improve native menu open/close callbacks.bruvzg2024-06-053-9/+46
| |/
* | Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fixRémi Verschelde2024-06-071-9/+3
|\ \ | |/ |/|
| * Fix creating cursor image from AtlasTexturekleonc2024-06-051-9/+3
* | Use current mouse button state instead of saved values.bruvzg2024-05-313-24/+24
|/
* Merge pull request #89033 from bruvzg/doc_end_errRémi Verschelde2024-05-283-3/+18
|\
| * [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-283-3/+18
* | [macOS, X11] Fix duplicate close requests.bruvzg2024-05-281-1/+4
|/
* Fix build with `vuklan=no` and `d3d12=no` after #91505.bruvzg2024-05-251-0/+2
* [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-232-0/+9
* Merge pull request #92252 from poiati/fix-wayland-window-classRémi Verschelde2024-05-232-5/+5
|\
| * Properly set window class in WaylandPaulo Poiati2024-05-222-5/+5
* | SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-5/+5
|/
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-212-8/+10
* Merge pull request #91377 from bruvzg/macos_privacyRémi Verschelde2024-05-153-0/+586
|\
| * [macOS export] Add support for privacy manifest configuration.bruvzg2024-04-303-0/+586
* | DisplayServer: Avoid deadlocks while issuing input events and recursive main ...Pedro J. Estébanez2024-05-081-4/+4