summaryrefslogtreecommitdiffstats
path: root/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-23/+23
* | [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-022-0/+25
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* | Merge pull request #89588 from bruvzg/status_ind_menu_directRémi Verschelde2024-05-016-61/+70
|\ \ | |/ |/|
| * [StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...bruvzg2024-03-206-61/+70
* | Merge pull request #90428 from bruvzg/macos_detect_helper_exesRémi Verschelde2024-04-294-20/+57
|\ \
| * | [macOS export] Detect embedded helper executables using MachO header.bruvzg2024-04-094-20/+57
* | | Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-293-9/+9
|\ \ \
| * | | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-273-9/+9
* | | | SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-4/+4
|/ / /
* | | Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-192-4/+4
* | | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-192-2/+2
* | | [macOS] Fix native file dialog with empty filter list.bruvzg2024-04-171-4/+4
* | | Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-154-19/+14
|\ \ \
| * | | Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-104-19/+14
* | | | Merge pull request #87117 from DmitriySalnikov/rename_pdbRémi Verschelde2024-04-112-2/+2
|\ \ \ \ | |/ / / |/| | |