Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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 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 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 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 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 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 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #98829 from adamscott/fix-tree-scroll-center-overflow | Thaddeus Crews | 2024-11-10 | 1 | -4/+6 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue where scrolling to item center would overflow on top | ||||
| * | | | | | | | | | | Fix issue where scrolling to item center would overflow on top | Adam Scott | 2024-11-05 | 1 | -4/+6 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Fix IME deactivation events not send on focus loss. Do not unset AltGr ↵ | bruvzg | 2024-11-06 | 2 | -0/+4 |
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modifiers in non-IME input. | ||||
* | | | | | | | | | | Style: Apply `clang-tidy` fixes (superficial) | Thaddeus Crews | 2024-11-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements` | ||||
* | | | | | | | | | | Style: Apply `clang-tidy` fixes | Thaddeus Crews | 2024-11-04 | 2 | -4/+4 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | • `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies | ||||
* / / / / / / / / | Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` | Michael Alexsander | 2024-11-02 | 2 | -29/+35 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #98350 from syntaxerror247/android-native-filepicker | Thaddeus Crews | 2024-10-31 | 2 | -7/+24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Android] Implement native file picker support | ||||
| * | | | | | | | | [DisplayServer] Add feature flag for native file dialog access to `user/res` ↵ | Anish Mishra | 2024-10-30 | 2 | -7/+24 |
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | and `options` | ||||
* | | | | | | | | Merge pull request #47502 from KoBeWi/add_0 | Thaddeus Crews | 2024-10-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always add decimal when converting float to string |