summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #98012 from syntaxerror247/lineEdit-bug-fixThaddeus Crews2024-11-272-3/+9
|\ | | | | | | Fix uneditable `LineEdit`, `TextEdit` and `CodeEdit` virtual keyboard popup on mobile
| * Fix uneditable LineEdit, TexEdit and CodeEdit Virtual Keyboard popupAnish Mishra2024-10-172-3/+9
| |
* | Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_filesThaddeus Crews2024-11-263-34/+28
|\ \ | | | | | | | | | Untangle ColorPicker includes
| * | Untangle ColorPicker includeskobewi2024-11-223-34/+28
| | |
* | | Merge pull request #97061 from YeldhamDev/rtl_l18n_fixThaddeus Crews2024-11-222-13/+32
|\ \ \ | | | | | | | | | | | | Fix `RichTextLabel`'s modified stack being wiped on translation changes
| * | | Fix `RichTextLabel`'s modified stack being wiped on translation changesMichael Alexsander2024-11-222-13/+32
| | | |
* | | | Merge pull request #99461 from beicause/color-picker-fix-68286Thaddeus Crews2024-11-222-21/+42
|\ \ \ \ | |/ / / |/| | | | | | | ColorPicker: fix OKHSL circle in HSV mode
| * | | ColorPicker: fix OKHSL circle in HSV modeLuoZhihao2024-11-212-21/+42
| |/ /
* | | Merge pull request #99270 from Sauermann/fix-svc-drop-configThaddeus Crews2024-11-212-0/+17
|\ \ \ | |/ / |/| | | | | Introduce a `SubViewportContainer` config for drag-and-drop target locations
| * | Introduce a `SubViewportContainer` config for drag-and-drop targetsMarkus Sauermann2024-11-192-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/hideExpThaddeus Crews2024-11-192-0/+7
|\ \ \ | | | | | | | | | | | | Hide unused `exp_edit` from SpinBox's inspector
| * | | hide unused exp_edit from SpinBox inspectorshahriarlabib0002024-11-152-0/+7
| |/ /
* | | Merge pull request #98816 from arkology/to-infinity-and-beyondThaddeus Crews2024-11-181-5/+4
|\ \ \ | | | | | | | | | | | | Improve `TextureProgressBar.set_radial_initial_angle()` by removing loops
| * | | Improve set_radial_initial_angle by removing loopsarkology2024-11-141-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 charactersA Thousand Ships2024-11-172-3/+3
| | | |
* | | | Merge pull request #86085 from TheSofox/text-undo-cleanupThaddeus Crews2024-11-152-10/+6
|\ \ \ \ | | | | | | | | | | | | | | | Cleanup in undo in `TextEdit` and `LineEdit`
| * | | | Cleanup in undo in TextEdit and LineEditSofox2023-12-122-10/+6
| | | | |
* | | | | Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-152-8/+26
| |_|/ / |/| | |
* | | | Fix missing native file dialog title translation.Pāvels Nadtočajevs2024-11-141-2/+2
| | | |
* | | | Ignore paste action if clipboard is emptykobewi2024-11-121-0/+4
| | | |
* | | | Merge pull request #98678 from Daylily-Zeleen/daylily-zeleen/fix_text_editThaddeus Crews2024-11-121-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-Zeleen2024-11-061-0/+7
| | | | | | | | | | | | | | | | | | | | of `TextEdit`.
* | | | | Merge pull request #98543 from rune-scape/code-edit-marginThaddeus Crews2024-11-121-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | CodeEdit: Fix line number margin
| * | | | | CodeEdit: Fix line number marginrune-scape2024-10-251-2/+2
| | | | | |
* | | | | | Merge pull request #97890 from timothyqiu/id-focusedThaddeus Crews2024-11-122-10/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix `PopupMenu.id_focused` signal using index as ID
| * | | | | | Fix `PopupMenu.id_focused` signal using index as IDHaoyu Qiu2024-10-072-10/+10
| | | | | | |
* | | | | | | Merge pull request #97573 from shahriarlabib000/spinBoxThaddeus Crews2024-11-122-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 ↵shahriarlabib0002024-11-092-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | steps
* | | | | | | | Merge pull request #97897 from WhalesState/button-min-sizeThaddeus Crews2024-11-111-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `Button` minimum size when `disabled` is toggled.
| * | | | | | | | Fix `Button` minimum size when `disabled` is toggled.Mounir Tohami2024-10-071-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-102-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [TextParagraph/Button] Add support for line spacing.
| * | | | | | | [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-102-0/+3
| |/ / / / / /
* | | | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-102-201/+148
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add fuzzy string matching to quick open search
| * | | | | | | Add fuzzy string matching to quick open searchAdam Johnston2024-10-282-201/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: sam <samsface@gmail.com>
* | | | | | | | Merge pull request #96841 from maidopi-usagi/tree_item_height_cacheThaddeus Crews2024-11-101-41/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [Tree] Improve Tree Performance by replacing computed height with TreeItem's cached minimum size
| * | | | | | | | replace computed height with cached item minimum sizeMaidOpi2024-11-071-41/+8
| | | | | | | | |
* | | | | | | | | Merge pull request #94889 from rune-scape/no-const-list-eraseThaddeus Crews2024-11-101-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove const_cast in `List::erase`
| * | | | | | | | | Avoid const_cast in List::erase by requiring mutable elementsrune-scape2024-11-081-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #98720 from timothyqiu/file-dialog-atmThaddeus Crews2024-11-101-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable auto translation of `FileDialog`'s file list
| * | | | | | | | | Disable auto translate of FileDialog's file listHaoyu Qiu2024-11-011-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #98829 from adamscott/fix-tree-scroll-center-overflowThaddeus Crews2024-11-101-4/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue where scrolling to item center would overflow on top
| * | | | | | | | | | Fix issue where scrolling to item center would overflow on topAdam Scott2024-11-051-4/+6
| | | | | | | | | | |
* | | | | | | | | | | Fix IME deactivation events not send on focus loss. Do not unset AltGr ↵bruvzg2024-11-062-0/+4
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | modifiers in non-IME input.
* | | | | | | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
* | | | | | | | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-042-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 Alexsander2024-11-022-29/+35
|/ / / / / / / /
* | | | | | | | Merge pull request #98350 from syntaxerror247/android-native-filepickerThaddeus Crews2024-10-312-7/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [Android] Implement native file picker support
| * | | | | | | | [DisplayServer] Add feature flag for native file dialog access to `user/res` ↵Anish Mishra2024-10-302-7/+24
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | and `options`
* | | | | | | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Always add decimal when converting float to string