Commit Graph

6479 Commits

Author SHA1 Message Date
4c9bd858c7 Fix tree to update size with scrollbars disabled
When scrollbars are disabled, tree size is dependant on item sizes, so this adds missing checks for when to resize. The side effect of the bug was that scrollbars could incorrectly appear when items change at runtime.
2025-08-24 20:00:48 -05:00
e85e8da55d Enable input when ColorPicker popup exits tree 2025-08-21 13:54:17 +02:00
019f4ab403 Update TextEdit to use center alignment for inline objects
Updated to use center alignment instead of top to avoid shifting the line of text up when adding an object.
2025-08-20 17:19:58 -04:00
86bb48ab83 Merge pull request #109755 from Giganzo/option-button-icon-clear
Fix OptionButton not removing icon when using clear
2025-08-19 10:29:43 -05:00
5c59a75923 Fix OptionButton not removing icon when using clear 2025-08-19 10:55:42 +02:00
40c96b8433 Merge pull request #109046 from bruvzg/ac_win_x
[Accessibility] Process non-focusable windows (popups, menus) as part of the parent window tree.
2025-08-18 08:29:12 -05:00
039a480ff7 Merge pull request #109708 from Giganzo/popup-menu-accel
Fix PopupMenu accel position
2025-08-18 08:29:09 -05:00
9812d405b8 Merge pull request #109354 from KoBeWi/ETRC
Fix some localization issues in controls
2025-08-18 08:29:09 -05:00
589e7579da Merge pull request #109541 from bruvzg/le_dblclick
[LineEdit] Fix double click not selecting single character words.
2025-08-18 08:29:06 -05:00
cadfd52b16 Fix PopupMenu accel position 2025-08-17 22:55:37 +02:00
0bd9437237 [RTL] Fix text around visible_characters boundary being added twice to the buffer. 2025-08-17 18:45:25 +03:00
7b47f5e8db [Accessibility] Process non-focusable windows (popups, menus) as part of the parent window tree. 2025-08-17 12:15:08 +03:00
90ba13bd0b Merge pull request #109528 from syntaxerror247/drive-selection-issue
Fix drive selection issue on Android
2025-08-13 18:42:13 -05:00
67f80aaa23 [LineEdit] Fix double click not selecting single character words. 2025-08-13 10:42:46 +03:00
cc9fcbeb1b Merge pull request #109100 from aaronfranke/range-snap
Fix snapping logic in Range
2025-08-12 11:46:36 -05:00
10fd7163d4 Add methods to check which event first triggered "just pressed/released" state. 2025-08-12 16:25:23 +03:00
af8bdac5a9 Use r128.h for high precision snapping 2025-08-12 04:11:33 -07:00
eee7ce635b Fix snapping logic in Range 2025-08-12 03:32:27 -07:00
5bcf9a5a57 Fix drive selection issue on Android 2025-08-11 21:47:00 +05:30
6807ec688d Merge pull request #109441 from aaronp64/rtl_table_search
Fix issues searching `RichTextLabel` when search result is in a table
2025-08-11 09:55:19 -05:00
f0eddb8e6f Fix issues searching RichTextLabel when search result is in a table
Fixes for cases where search results would be skipped or repeatedly found involving tables in RichTextLabel:
- If previous result was found in last cell of table, earlier cells would be skipped, since the end of the table was reached.  Updated to not skip earlier cells when searching in reverse.
- When choosing next line to continue from after searching table, the inner line number within the table's cell was added, causing the search to jump forward if not on line 0 in the cell.  This could cause lines to get skipped when searching forward, or searching the table again when searching in reverse.  Updated to continue from the immediate next line before/after the table.
- If a table cell has multiple lines, repeated searching would only include the line where the previous result was found, then jump to the next cell.  Updated to search remaining lines in the same cell first.
2025-08-08 15:28:53 -04:00
d13b5361b4 [TextServer] Fix caret hit test rounding. 2025-08-08 11:06:07 +03:00
bf5fada0b1 Revert "Fix incorrect anchor preset when custom offset is set" 2025-08-07 12:55:59 +07:00
a08ebf9c2d Merge pull request #109329 from Giganzo/line_edit_center
Fix LineEdit center alignment
2025-08-06 12:01:15 -05:00
4ed86d347c Fix some localization issues in controls 2025-08-06 14:50:03 +02:00
e3232b226d Fix LineEdit center alignment 2025-08-05 10:05:45 +02:00
610c98c1ce Add SVGTexturesupport to NinePatchRect, TextureProgressBar and StyleBoxTexture. 2025-08-04 08:57:30 +03:00
202477457d Merge pull request #108996 from gtibo/graphnode-selection-fix
Update GraphNode selection logic if not visible
2025-08-01 11:45:14 -05:00
2aa76439ce Update GraphNode selection logic if not visible 2025-07-31 18:38:03 +02:00
eee305b9bd Merge pull request #108921 from Giganzo/button-disabled
Fix button down signal not emitting on first press after being disabled
2025-07-31 10:39:10 -05:00
f9313aa27b Merge pull request #108924 from bruvzg/ac17
Update access-kit to 0.17.0
2025-07-31 10:39:09 -05:00
63409a91e0 Fix button down signal not emitting on first press after being disabled 2025-07-30 16:23:42 +02:00
da3f2a9cf5 Merge pull request #108911 from DanielSnd/fix-richtextlabel-nested-table-sizing
Fix RichTextLabel nested tables not sizing properly.
2025-07-30 09:03:50 -05:00
f74b6392d9 Merge pull request #108328 from beicause/fix-color-picker-linear-sliders-color
Fix ColorPicker linear mode sliders color
2025-07-30 09:03:44 -05:00
5f6849534a Merge pull request #108959 from bruvzg/empty_lines
Fix font fallback for lines with only non-visual/control characters.
2025-07-30 09:03:43 -05:00
Hei
1acfbba46a Avoid color conversion roundtrip in colorpicker 2025-07-29 12:44:08 +03:00
3f757c41fc Update access-kit to 0.17.0 2025-07-29 08:37:01 +03:00
fed6b0dfe5 Fix Tree cell text vertical alignment 2025-07-26 16:32:01 +04:00
6c34f48c90 Fix font fallback for lines with only non-visual/control characters. 2025-07-25 08:27:30 +03:00
ad4e7a065a Merge pull request #108820 from bruvzg/menu_arr_nav
Fix menu keyboard and controller navigation.
2025-07-24 14:23:46 -05:00
c424d85a73 Fix RichTextLabel nested tables not sizing properly. 2025-07-24 08:54:58 -03:00
kit
addae393a4 Fix TextEdit line wrap indent when disabled 2025-07-22 22:29:05 -04:00
9bb9a95f74 Merge pull request #108724 from KoBeWi/downtown_deprecation
Deprecate updown icon
2025-07-22 11:20:08 -05:00
2111ff0e2a Fix menu keyboard and controller navigation. 2025-07-21 10:03:07 +03:00
917f8b1ba8 Deprecate updown icon 2025-07-19 23:23:55 +02:00
728a8f7ccf Merge pull request #108718 from Koyper/split_container_touch_dragger_theme_colors
[SplitContainer] Fix inability to override touch dragger icon and add theme colors to touch dragger
2025-07-18 11:05:13 -05:00
1f9dc89ef4 Merge pull request #108706 from KoBeWi/excellent_code_quality
Fix inconsistent column in Tree click detection
2025-07-18 11:05:07 -05:00
21144401c3 Add theme colors to touch dragger and fix touch dragger icon theme 2025-07-17 13:05:47 -05:00
8702b38c7f Merge pull request #108196 from beicause/spinbox-custom-arrow-step-snap
SpinBox: Fix `custom_arrow_step` by snapping it to `step`
2025-07-17 10:34:43 -05:00
1f4044c0f1 Fix inconsistent column in Tree click detection 2025-07-17 14:29:44 +02:00