summaryrefslogtreecommitdiffstats
path: root/platform/macos
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand android editor to allow play store signingTrashguy2024-11-131-4/+4
| | | | Co-authored-by: Spartan322 <Megacake1234@gmail.com>
* Fix copyright headers referring to GodotSpartan3222024-10-2751-102/+102
|
* Rebrand macos exports to RedotSpartan3222024-10-221-2/+2
| | | | (cherry picked from commit 09fae16ef69b9b380e119431f224dd8ebc7dce99)
* Rebrand preambles to RedotSpartan3222024-10-1351-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* 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
| | | | (cherry picked from commit 0a57dd4682985d1be4b831c100c03121233535a7)
* [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 ↵bruvzg2024-08-072-7/+14
| | | | executable names.
* Merge pull request #95191 from bruvzg/macos_termRémi Verschelde2024-08-061-2/+5
|\ | | | | | | [macOS] Attempt to terminate process normally before using `forceTerminate`.
| * [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.
| * | [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
| | | | | | On Windows this allows to avoid having to change the owner of the window after it has been created, which in rare circumstances may cause the window to bug out.
* Merge pull request #94680 from bruvzg/fix_net_detectionRémi Verschelde2024-07-241-3/+3
|\ | | | | | | Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.
| * 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 ↵bruvzg2024-07-084-41/+27
| | | | `is_native_menu` method.
* [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 them
| * Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-191-1/+1
| | | | | | | | Co-authored-by: ChristopheClaustre <christophe.claustre.31@gmail.com>
* | Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
| |
* | [iOS export] Automatically generate ARM64 simulator library from device ↵bruvzg2024-06-167-3019/+3
|/ | | | library if it's missing.
* 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 events
| * Stop color picker tooltip from stealing input eventsAnni Ryynänen2024-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Input events go to the tooltip because it's added to `popup_list` in DisplayServer `popup_open`. I think there's no harm in tooltips being omitted from the list, so this commit blocks non-popup windows from being added if they have `FLAG_NO_FOCUS` and `FLAG_MOUSE_PASSTHROUGH`. I'm not happy with this way of detecting tooltips. It'll also catch other windows where this behavior may or may not be wanted. I thought about adding `FLAG_TOOLTIP`, but went with the smaller change for now. Fixes #79500.
* | 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.
| * | 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.
| * | [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 `AtlasTexture`
| * 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.
| * [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 ↵bruvzg2024-05-232-0/+9
| | | | enabled.
* Merge pull request #92252 from poiati/fix-wayland-window-classRémi Verschelde2024-05-232-5/+5
|\ | | | | | | Properly set window class in Wayland
| * 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.
| * [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
| | | | | | | | loop iterations