Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand android editor to allow play store signing | Trashguy | 2024-11-13 | 1 | -4/+4 |
| | | | | Co-authored-by: Spartan322 <Megacake1234@gmail.com> | ||||
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 51 | -102/+102 |
| | |||||
* | Rebrand macos exports to Redot | Spartan322 | 2024-10-22 | 1 | -2/+2 |
| | | | | (cherry picked from commit 09fae16ef69b9b380e119431f224dd8ebc7dce99) | ||||
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 51 | -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 Redot | Trashguy | 2024-10-13 | 2 | -2/+2 |
| | |||||
* | Only main binaries require entitlements. This fixes signing issues on macOS. | Leonardo Demartino | 2024-09-17 | 1 | -4/+4 |
| | | | | (cherry picked from commit 0a57dd4682985d1be4b831c100c03121233535a7) | ||||
* | [macOS] Fix wrong object type in joypad queue. | bruvzg | 2024-08-12 | 1 | -3/+2 |
| | |||||
* | [macOS] Remove kill override. | bruvzg | 2024-08-08 | 2 | -13/+0 |
| | |||||
* | [macOS] Load OpenGL.framework by path to avoid issues with non-Latin ↵ | bruvzg | 2024-08-07 | 2 | -7/+14 |
| | | | | executable names. | ||||
* | Merge pull request #95191 from bruvzg/macos_term | Rémi Verschelde | 2024-08-06 | 1 | -2/+5 |
|\ | | | | | | | [macOS] Attempt to terminate process normally before using `forceTerminate`. | ||||
| * | [macOS] Attempt to terminate process normally before using `forceTerminate`. | bruvzg | 2024-08-06 | 1 | -2/+5 |
| | | |||||
* | | Merge pull request #95189 from bruvzg/fix_mono_bundle | Rémi Verschelde | 2024-08-06 | 1 | -5/+7 |
|\ \ | | | | | | | | | | [macOS] Fix `generate_bundle` build flag for .NET builds. | ||||
| * | | [macOS] Fix `generate_bundle` build flag for .NET builds. | bruvzg | 2024-08-06 | 1 | -5/+7 |
| |/ | |||||
* / | Fix several typos in the documentation | Haoyu Qiu | 2024-08-02 | 1 | -3/+3 |
|/ | |||||
* | [macOS] Fix `is_process_running` and `kill` for bundled apps. | bruvzg | 2024-07-31 | 2 | -0/+20 |
| | |||||
* | Pass window exclusive and transient properties for subwindow creation | Alvin Wong | 2024-07-25 | 2 | -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_detection | Rémi Verschelde | 2024-07-24 | 1 | -3/+3 |
|\ | | | | | | | Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`. | ||||
| * | Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`. | bruvzg | 2024-07-23 | 1 | -3/+3 |
| | | |||||
* | | [macOS export] Do not stop export on signing errors. | bruvzg | 2024-07-23 | 2 | -30/+20 |
|/ | |||||
* | Disable FP contraction. | bruvzg | 2024-07-23 | 1 | -0/+2 |
| | |||||
* | [macOS] Fix codesigning of .NET helper executables when sandboxing is disabled. | bruvzg | 2024-07-18 | 2 | -10/+11 |
| | |||||
* | [macOS] Fix drag-and-drop feedback. | bruvzg | 2024-07-11 | 1 | -1/+2 |
| | |||||
* | [NativeMenu] Do not auto toggle check/multi-state items. Add ↵ | bruvzg | 2024-07-08 | 4 | -41/+27 |
| | | | | `is_native_menu` method. | ||||
* | [MoltenVK] Fix downscaled hiDPI window pixelation. | bruvzg | 2024-07-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #93342 from kus04e4ek/build-fix | Rémi Verschelde | 2024-06-24 | 1 | -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 them | Kusok | 2024-06-19 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: ChristopheClaustre <christophe.claustre.31@gmail.com> | ||||
* | | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 2 | -2/+2 |
| | | |||||
* | | [iOS export] Automatically generate ARM64 simulator library from device ↵ | bruvzg | 2024-06-16 | 7 | -3019/+3 |
|/ | | | | library if it's missing. | ||||
* | Fix issues related to code-signing for macOS exports | Mikael Hermansson | 2024-06-12 | 2 | -6/+31 |
| | |||||
* | Merge pull request #92843 from anniryynanen/tooltip-in-popup | Rémi Verschelde | 2024-06-10 | 1 | -1/+4 |
|\ | | | | | | | Stop color picker tooltip from stealing input events | ||||
| * | Stop color picker tooltip from stealing input events | Anni Ryynänen | 2024-06-06 | 1 | -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_checks | Rémi Verschelde | 2024-06-07 | 2 | -70/+12 |
|\ \ | | | | | | | | | | Improve native menu and status indicator icons conversion and checks. | ||||
| * | | Improve native menu and status indicator icons conversion and checks. | bruvzg | 2024-06-06 | 2 | -70/+12 |
| |/ | |||||
* | | Merge pull request #92781 from bruvzg/menu_open_close_imp | Rémi Verschelde | 2024-06-07 | 3 | -9/+46 |
|\ \ | | | | | | | | | | [macOS] Improve native menu open/close callbacks. | ||||
| * | | [macOS] Improve native menu open/close callbacks. | bruvzg | 2024-06-05 | 3 | -9/+46 |
| |/ | |||||
* | | Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fix | Rémi Verschelde | 2024-06-07 | 1 | -9/+3 |
|\ \ | |/ |/| | | | Fix creating cursor image from `AtlasTexture` | ||||
| * | Fix creating cursor image from AtlasTexture | kleonc | 2024-06-05 | 1 | -9/+3 |
| | | |||||
* | | Use current mouse button state instead of saved values. | bruvzg | 2024-05-31 | 3 | -24/+24 |
|/ | |||||
* | Merge pull request #89033 from bruvzg/doc_end_err | Rémi Verschelde | 2024-05-28 | 3 | -3/+18 |
|\ | | | | | | | [DisplayServer] Add error messages and descriptions to callbacks. | ||||
| * | [DisplayServer] Add error messages and descriptions to callbacks. | bruvzg | 2024-05-28 | 3 | -3/+18 |
| | | |||||
* | | [macOS, X11] Fix duplicate close requests. | bruvzg | 2024-05-28 | 1 | -1/+4 |
|/ | |||||
* | Fix build with `vuklan=no` and `d3d12=no` after #91505. | bruvzg | 2024-05-25 | 1 | -0/+2 |
| | |||||
* | [DisplayServer] Add method to check if window transparency is supported and ↵ | bruvzg | 2024-05-23 | 2 | -0/+9 |
| | | | | enabled. | ||||
* | Merge pull request #92252 from poiati/fix-wayland-window-class | Rémi Verschelde | 2024-05-23 | 2 | -5/+5 |
|\ | | | | | | | Properly set window class in Wayland | ||||
| * | Properly set window class in Wayland | Paulo Poiati | 2024-05-22 | 2 | -5/+5 |
| | | |||||
* | | SCons: Convert platform `get_flags` to dictionary | Thaddeus Crews | 2024-05-22 | 1 | -5/+5 |
|/ | |||||
* | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 2 | -8/+10 |
| | |||||
* | Merge pull request #91377 from bruvzg/macos_privacy | Rémi Verschelde | 2024-05-15 | 3 | -0/+586 |
|\ | | | | | | | [macOS export] Add support for privacy manifest configuration. | ||||
| * | [macOS export] Add support for privacy manifest configuration. | bruvzg | 2024-04-30 | 3 | -0/+586 |
| | | |||||
* | | DisplayServer: Avoid deadlocks while issuing input events and recursive main ↵ | Pedro J. Estébanez | 2024-05-08 | 1 | -4/+4 |
| | | | | | | | | loop iterations |