Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 6 | -44/+46 |
|\ | |||||
| * | Merge pull request #98035 from WhalesState/scroll-bar-grapper-area | Thaddeus Crews | 2024-11-27 | 1 | -7/+9 |
| |\ | | | | | | | | | | Fix `ScrollBar` grabber mouse input ignores scroll content margins. | ||||
| | * | Fix `ScrollBar` grabber mouse input. | Mounir Tohami | 2024-11-27 | 1 | -7/+9 |
| | | | |||||
| * | | Merge pull request #98012 from syntaxerror247/lineEdit-bug-fix | Thaddeus Crews | 2024-11-27 | 2 | -3/+9 |
| |\ \ | | | | | | | | | | | | | Fix uneditable `LineEdit`, `TextEdit` and `CodeEdit` virtual keyboard popup on mobile | ||||
| | * | | Fix uneditable LineEdit, TexEdit and CodeEdit Virtual Keyboard popup | Anish Mishra | 2024-10-17 | 2 | -3/+9 |
| | | | | |||||
| * | | | Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_files | Thaddeus Crews | 2024-11-26 | 3 | -34/+28 |
| |\ \ \ | | | | | | | | | | | | | | | | Untangle ColorPicker includes | ||||
| | * | | | Untangle ColorPicker includes | kobewi | 2024-11-22 | 3 | -34/+28 |
| | | | | | |||||
* | | | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce | Spartan322 | 2024-11-26 | 6 | -34/+91 |
|\| | | | | |||||
| * | | | | Merge pull request #97061 from YeldhamDev/rtl_l18n_fix | Thaddeus Crews | 2024-11-22 | 2 | -13/+32 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Fix `RichTextLabel`'s modified stack being wiped on translation changes | ||||
| | * | | | | Fix `RichTextLabel`'s modified stack being wiped on translation changes | Michael Alexsander | 2024-11-22 | 2 | -13/+32 |
| | | | | | | |||||
| * | | | | | Merge pull request #99461 from beicause/color-picker-fix-68286 | Thaddeus Crews | 2024-11-22 | 2 | -21/+42 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | ColorPicker: fix OKHSL circle in HSV mode | ||||
| | * | | | | ColorPicker: fix OKHSL circle in HSV mode | LuoZhihao | 2024-11-21 | 2 | -21/+42 |
| | |/ / / | |||||
| * | | | | Merge pull request #99270 from Sauermann/fix-svc-drop-config | Thaddeus Crews | 2024-11-21 | 2 | -0/+17 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | Introduce a `SubViewportContainer` config for drag-and-drop target locations | ||||
| | * | | | Introduce a `SubViewportContainer` config for drag-and-drop targets | Markus Sauermann | 2024-11-19 | 2 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the drag-and-drop rewrite, `SubViewportContainer` nodes were no longer available as drop-locations. This PR introduces a configuration option, that allows `SubViewportContainer` to be considered as drop-location, but disables the `Control` nodes inside its `SubViewport` children as drop-location. | ||||
* | | | | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823 | Spartan322 | 2024-11-20 | 2 | -0/+7 |
|\| | | | | |||||
| * | | | | Merge pull request #99289 from shahriarlabib000/hideExp | Thaddeus Crews | 2024-11-19 | 2 | -0/+7 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Hide unused `exp_edit` from SpinBox's inspector | ||||
| | * | | | | hide unused exp_edit from SpinBox inspector | shahriarlabib000 | 2024-11-15 | 2 | -0/+7 |
| | |/ / / | |||||
* | | | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 3 | -8/+7 |
|\| | | | | |||||
| * | | | | Merge pull request #98816 from arkology/to-infinity-and-beyond | Thaddeus Crews | 2024-11-18 | 1 | -5/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Improve `TextureProgressBar.set_radial_initial_angle()` by removing loops | ||||
| | * | | | | Improve set_radial_initial_angle by removing loops | arkology | 2024-11-14 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace two while loops with fposmodp. Document radial_initial_angle wrapping. Add testcases for set_radial_initial_angle() | ||||
| * | | | | | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 2 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 4 | -18/+36 |
|\| | | | | | |||||
| * | | | | | Merge pull request #86085 from TheSofox/text-undo-cleanup | Thaddeus Crews | 2024-11-15 | 2 | -10/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Cleanup in undo in `TextEdit` and `LineEdit` | ||||
| | * | | | | | Cleanup in undo in TextEdit and LineEdit | Sofox | 2023-12-12 | 2 | -10/+6 |
| | | | | | | | |||||
| * | | | | | | Use processed filter list for native dialogs. | Pāvels Nadtočajevs | 2024-11-15 | 2 | -8/+26 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | Fix missing native file dialog title translation. | Pāvels Nadtočajevs | 2024-11-14 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Ignore paste action if clipboard is empty | kobewi | 2024-11-12 | 1 | -0/+4 |
| | | | | | | |||||
* | | | | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 8 | -19/+55 |
|\| | | | | | |||||
| * | | | | | Merge pull request #98678 from Daylily-Zeleen/daylily-zeleen/fix_text_edit | Thaddeus Crews | 2024-11-12 | 1 | -0/+7 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix `total_visible_line_count` calculation when removing and clearing `TextEdit`'s text. | ||||
| | * | | | | | Fix `total_visible_line_count` calculation when removing and clearing text ↵ | Daylily-Zeleen | 2024-11-06 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | of `TextEdit`. | ||||
| * | | | | | | Merge pull request #98543 from rune-scape/code-edit-margin | Thaddeus Crews | 2024-11-12 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | CodeEdit: Fix line number margin | ||||
| | * | | | | | | CodeEdit: Fix line number margin | rune-scape | 2024-10-25 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #97890 from timothyqiu/id-focused | Thaddeus Crews | 2024-11-12 | 2 | -10/+10 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `PopupMenu.id_focused` signal using index as ID | ||||
| | * | | | | | | | Fix `PopupMenu.id_focused` signal using index as ID | Haoyu Qiu | 2024-10-07 | 2 | -10/+10 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #97573 from shahriarlabib000/spinBox | Thaddeus Crews | 2024-11-12 | 2 | -6/+34 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Spinbox display does not round properly when using decimal custom arrow steps | ||||
| | * | | | | | | | Fix Spinbox display does not round properly when using decimal custom arrow ↵ | shahriarlabib000 | 2024-11-09 | 2 | -6/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | steps | ||||
| * | | | | | | | | Merge pull request #97897 from WhalesState/button-min-size | Thaddeus Crews | 2024-11-11 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `Button` minimum size when `disabled` is toggled. | ||||
| | * | | | | | | | | Fix `Button` minimum size when `disabled` is toggled. | Mounir Tohami | 2024-10-07 | 1 | -0/+1 |
| | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Core: Integrate `Ref::instantiate` where possible | Thaddeus Crews | 2024-11-10 | 1 | -1/+1 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 9 | -247/+171 |
|\| | | | | | | | |||||
| * | | | | | | | Merge pull request #98036 from bruvzg/para_btn_spacing | Thaddeus Crews | 2024-11-10 | 2 | -0/+3 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [TextParagraph/Button] Add support for line spacing. | ||||
| | * | | | | | | | [TextParagraph/Button] Add support for line spacing. | bruvzg | 2024-10-10 | 2 | -0/+3 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebase | Thaddeus Crews | 2024-11-10 | 2 | -201/+148 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add fuzzy string matching to quick open search | ||||
| | * | | | | | | | Add fuzzy string matching to quick open search | Adam Johnston | 2024-10-28 | 2 | -201/+148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: sam <samsface@gmail.com> | ||||
| * | | | | | | | | Merge pull request #96841 from maidopi-usagi/tree_item_height_cache | Thaddeus Crews | 2024-11-10 | 1 | -41/+8 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Tree] Improve Tree Performance by replacing computed height with TreeItem's cached minimum size | ||||
| | * | | | | | | | | replace computed height with cached item minimum size | MaidOpi | 2024-11-07 | 1 | -41/+8 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #94889 from rune-scape/no-const-list-erase | Thaddeus Crews | 2024-11-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove const_cast in `List::erase` | ||||
| | * | | | | | | | | | Avoid const_cast in List::erase by requiring mutable elements | rune-scape | 2024-11-08 | 1 | -1/+1 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #98720 from timothyqiu/file-dialog-atm | Thaddeus Crews | 2024-11-10 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable auto translation of `FileDialog`'s file list | ||||
| | * | | | | | | | | | Disable auto translate of FileDialog's file list | Haoyu Qiu | 2024-11-01 | 1 | -0/+1 |
| | | | | | | | | | | |