6855 Commits

Author SHA1 Message Date
Manik Sharma
21e93094c5 Fix current line highlight not extending into gutter
Fixes regression where current line highlight no longer extends
into the gutter area. The highlight now starts from 0 instead of
xmargin_beg, making it extend all the way to the left edge.

This restores the 4.5.1 behavior where the current line highlight
spans the entire line including the gutter area and left margin.

(cherry picked from commit 4dfbd909acc7e20d5b58bc5a135509ad97499956)
2026-02-06 08:34:56 -06:00
kobewi
8b400edb92 Don't force list icon size in EditorFileDialog 2026-01-24 13:29:37 +01:00
passivestar
1e11fe936b Remove experimental flag from graph nodes 2026-01-21 05:46:10 +04:00
kobewi
59b2bb1fe8 Fix EditorFileDialog icon scale in list mode 2026-01-19 22:50:33 +01:00
Rémi Verschelde
895630e853 Merge pull request #115128 from KoBeWi/least_favorite_bug
Fix favorite files handling
2026-01-19 21:45:45 +01:00
Rémi Verschelde
f5b3183251 Merge pull request #114952 from YeldhamDev/hidden_tabs_offset_fix
Fix wrong offset for `TabBar` with hidden tabs
2026-01-19 21:45:30 +01:00
kobewi
ed4689c4ee Fix favorite files handling 2026-01-19 14:48:48 +01:00
kobewi
b962c91a6a Remove clip ignore from Tree background 2026-01-17 19:32:45 +01:00
Michael Alexsander
1218413a94 Fix wrong offset for TabBar with hidden tabs 2026-01-14 12:49:19 -03:00
Rémi Verschelde
58e15470e8 Merge pull request #114744 from scgm0/Fix-PopupMenu-size-scaling-again
Fix PopupMenu size scaling again
2026-01-13 11:06:20 +01:00
Thaddeus Crews
0034a5bce9 Merge pull request #112805 from BrotherShort/fix-tree-icon-overflows-
Fix TreeItem icon overflows column boundary
2026-01-12 11:19:15 -06:00
Thaddeus Crews
5538a710af Merge pull request #114847 from SuperTemich2005/fix-for-114846
Scene: Fix `LineEdit.set_editable` to capture text focus when enabled.
2026-01-12 11:19:11 -06:00
SuperTemich2005
0e90c6d6d1 Fix LineEdit to reacquire Text Focus when enabled
A fix for LineEdit to reacquire Text Focus
when enabled while UI-focused.

When the player has a UI-focus on a disabled LineEdit node
and that node gets enabled, caret won't appear and arrow keys
will shift UI focus to other Control nodes.

By adding an if-check to call `edit()` in `set_enabled()` function,
LineEdit will capture Text Input Focus when it gets enabled if
the player has set UI focus on it.

Fixes #114846
2026-01-12 12:19:47 -04:00
BrotherShort
2f0ff3aeb7 Fix Treeitem icon overflows column boundary 2026-01-12 16:46:37 +08:00
Rémi Verschelde
5543be106e Merge pull request #114862 from passivestar/table-spacing
Improve spacing in trees showing table data in modern theme
2026-01-12 09:23:17 +01:00
passivestar
6f0bd2efb9 Improve spacing in trees showing table data in modern theme 2026-01-12 00:01:49 +04:00
Michael Alexsander
3e942c7135 Fix problems with popup menus for Tree's range items 2026-01-10 20:00:08 -03:00
Rémi Verschelde
ec5a4f0cd6 Merge pull request #114806 from Clubhouse1661/fix-option-button-popup-shrinking
Fix OptionButton PopupMenu not shrinking after item changes
2026-01-10 23:51:33 +01:00
Rémi Verschelde
836df3aad7 Merge pull request #114572 from boozee/PR-114123--bug-with-tree-item-culling
Use dedicated canvas item to properly cull tree items
2026-01-10 23:48:03 +01:00
Rémi Verschelde
d814d43d76 Merge pull request #112791 from BrotherShort/fix-relationship-lines-are-squeezed-together
Fix tree relationship lines are squeezed together
2026-01-10 23:47:59 +01:00
Boozee
bd54c553f4 Use dedicated canvas item to properly cull tree items 2026-01-10 17:50:52 +01:00
Joshua Bordelon
72ed25ea24 Fix OptionButton PopupMenu not shrinking after item changes
Fixes #114786. Reset min_size before popup to prevent clamping to old size. Move shrink_width to constructor following PR #114760 style.
2026-01-09 14:37:12 -06:00
Thaddeus Crews
728c159f01 Merge pull request #114783 from mxtherfxcker/fix/graphframe-incorrect-size
Fix GraphFrame titlebar incorrect sizing with custom stylebox
2026-01-09 10:34:54 -06:00
Thaddeus Crews
87ab52238c Merge pull request #114772 from kitbdev/fix-te-shift-click
Fix TextEdit Shift+Click selection start position
2026-01-09 10:34:53 -06:00
kit
9813c834fa Fix TextEdit Shift+Click selection start position 2026-01-09 10:46:45 -05:00
scgm0
1f3dcbd3f8 Fix PopupMenu size scaling again 2026-01-09 19:00:20 +08:00
detomon
2d9b12acbf Fix accessibility name when right slot is enabled in GraphNode 2026-01-09 09:38:59 +01:00
mxtherfxcker
3be861c370 Fix GraphFrame titlebar incorrect sizing with custom stylebox 2026-01-09 10:56:29 +03:00
Michael Alexsander
8e305bb701 Add color theme for scroll hints 2026-01-08 14:10:55 -03:00
Michael Alexsander
2b5c901f3d Fix text in ItemList being cutoff when it shouldn't 2026-01-08 12:05:08 -03:00
Rémi Verschelde
877188dab1 Merge pull request #114709 from YeldhamDev/itemlist_icon_top_fix
Fix incorrect position of icons in `ItemList` when on top mode
2026-01-08 15:17:26 +01:00
Michael Alexsander
872e4da330 Fix incorrect position of icons in ItemList when on top mode 2026-01-07 21:10:53 -03:00
Michael Alexsander
62d0392131 Fix Tree items ignoring inner margins 2026-01-07 18:04:13 -03:00
Rémi Verschelde
6da13253f2 Merge pull request #114506 from passivestar/colorpicker-hover-pressed
Fix color picker mode tabs in modern theme
2026-01-06 18:25:55 +01:00
Rémi Verschelde
c742d107e2 Merge pull request #114635 from passivestar/flat-menu-button
Fix inconsistent MenuButton styles
2026-01-06 11:00:27 +01:00
Rémi Verschelde
cca4e17d5a Merge pull request #114398 from FifthTundraG/master
Fix `ScrollBar` not accepting `InputEventPanGesture`
2026-01-06 11:00:03 +01:00
passivestar
375a8f84d2 Fix inconsistent MenuButton style 2026-01-06 04:38:32 +04:00
Thaddeus Crews
6e3881b105 Merge pull request #114438 from bruvzg/pop_shrink
Make PopupMenu shrinking configurable.
2026-01-05 12:06:34 -06:00
kit
36f4ea227d Fix SplitContainer set desired size infinite loop 2026-01-02 19:05:06 -05:00
passivestar
0e9eb62fb3 Fix color picker mode tabs in modern theme 2026-01-01 22:46:30 +04:00
Rémi Verschelde
38e032b67a Merge pull request #114445 from ndarilek/add-splitter-name
a11y: Add accessible name to resizable splitters
2026-01-01 16:47:51 +01:00
Rémi Verschelde
c7531846af Merge pull request #114444 from ndarilek/only-focus-focusable
a11y: Only support blur and focus actions on widgets that are actually focusable
2026-01-01 16:47:47 +01:00
Rémi Verschelde
3349d14f84 Merge pull request #114404 from kitbdev/fix-te-move-caret-word-hidden
Fix TextEdit moving caret word left/right can hide the caret
2026-01-01 16:47:30 +01:00
Rémi Verschelde
f655f60649 Merge pull request #113461 from adamscott/text-changed-push-text
Add non-public `{Line,Text}Edit::_set_text()` to fix `text_submitted` signal emission on Web
2026-01-01 16:46:10 +01:00
Rémi Verschelde
cde4f41e9a Merge pull request #112475 from BrotherShort/fix-icon-max-width-editable
Fix tree item editable area missing icon max width bug
2026-01-01 16:45:47 +01:00
Adam Scott
263589497b Add non-public {Line,Text}Edit::_set_text()
- [Web] Fix "Enter" not triggering LineEdit submits.

Co-authored-by: Marwen Azouzi <marwen.azouzi@datadoghq.com>
2026-01-01 12:00:52 +01:00
StamLord
fc7d6da3fa FoldableContainer: Override has_point to use title rect when folded 2026-01-01 11:54:24 +01:00
Nolan Darilek
7f13b04c99 a11y: Only support blur and focus actions on widgets that are actually focusable 2025-12-30 09:20:45 -05:00
Nolan Darilek
9aa4a7fa8f a11y: Add accessible name to resizable splitters 2025-12-30 09:02:15 -05:00
Pāvels Nadtočajevs
64277e6101 Make PopupMenu shrinking configurable. 2025-12-30 08:33:41 +02:00