| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 51 | -0/+102 |
* | 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 |
* | [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 executab... | bruvzg | 2024-08-07 | 2 | -7/+14 |
* | 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`. | 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. | 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 |
* | 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")`. | 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 `is_native_menu`... | bruvzg | 2024-07-08 | 4 | -41/+27 |
* | [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 | Kusok | 2024-06-19 | 1 | -1/+1 |
* | | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 2 | -2/+2 |
* | | [iOS export] Automatically generate ARM64 simulator library from device libra... | bruvzg | 2024-06-16 | 7 | -3019/+3 |
|/ |
|
* | 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 | Anni Ryynänen | 2024-06-06 | 1 | -1/+4 |
* | | 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. | 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. | 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 | 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. | 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 e... | bruvzg | 2024-05-23 | 2 | -0/+9 |
* | 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 | 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. | 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 |
* | | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -23/+23 |