kit
|
addae393a4
|
Fix TextEdit line wrap indent when disabled
|
2025-07-22 22:29:05 -04:00 |
|
Thaddeus Crews
|
9bb9a95f74
|
Merge pull request #108724 from KoBeWi/downtown_deprecation
Deprecate updown icon
|
2025-07-22 11:20:08 -05:00 |
|
kobewi
|
917f8b1ba8
|
Deprecate updown icon
|
2025-07-19 23:23:55 +02:00 |
|
Thaddeus Crews
|
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 |
|
Thaddeus Crews
|
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 |
|
Koyper
|
21144401c3
|
Add theme colors to touch dragger and fix touch dragger icon theme
|
2025-07-17 13:05:47 -05:00 |
|
Thaddeus Crews
|
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 |
|
kobewi
|
1f4044c0f1
|
Fix inconsistent column in Tree click detection
|
2025-07-17 14:29:44 +02:00 |
|
Thaddeus Crews
|
7c472e655f
|
Merge pull request #108638 from Ivorforce/range-float
Use `double` consistently in `Range::get_as_ratio`.
|
2025-07-15 16:58:38 -05:00 |
|
Lukas Tenbrink
|
37e0c9b5c4
|
Use double consistently in Range::get_as_ratio.
|
2025-07-15 16:39:24 +02:00 |
|
Thaddeus Crews
|
281ce842fd
|
Merge pull request #108442 from limuy2022/master
Fix incorrect anchor preset when custom offset is set
|
2025-07-15 08:04:26 -05:00 |
|
Thaddeus Crews
|
897d41ca9d
|
Merge pull request #108597 from bruvzg/rtl_pad_cell
[RTL] Fix text selection offset in padded cells.
|
2025-07-15 08:04:26 -05:00 |
|
Thaddeus Crews
|
7498243618
|
Merge pull request #108599 from bruvzg/te_guideline_order
[TextEdit] Draw guidelines under the text and caret.
|
2025-07-14 10:30:37 -05:00 |
|
Pāvels Nadtočajevs
|
8624134c89
|
[TextEdit] Draw guidelines under the text and caret.
|
2025-07-14 16:31:35 +03:00 |
|
Pāvels Nadtočajevs
|
2a5833148d
|
[RTL] Fix text selection offset in padded cells.
|
2025-07-14 10:43:48 +03:00 |
|
Logan Detrick
|
88280a6b2a
|
Fix TabBar minimum size with clip_tabs on
|
2025-07-13 16:40:22 -07:00 |
|
Thaddeus Crews
|
0fba00794a
|
Merge pull request #103155 from Giganzo/popup-menu-shadow
Fix PopupMenu clickable area with shadows
|
2025-07-10 11:39:33 -05:00 |
|
Thaddeus Crews
|
d36f394714
|
Merge pull request #108399 from bruvzg/rtl_vflscr
[RTL] Add option to scroll follow visible characters.
|
2025-07-10 11:39:31 -05:00 |
|
Thaddeus Crews
|
c83ccae9bf
|
Merge pull request #108469 from bruvzg/rtl_emb_click
[RTL] Fix padding and alignment of embedded image clicks.
|
2025-07-10 11:39:29 -05:00 |
|
Thaddeus Crews
|
c2ddb04713
|
Merge pull request #108466 from bruvzg/rtl_vis_rect
[RTL] Add method to get visible content bounding box.
|
2025-07-10 11:39:28 -05:00 |
|
Pāvels Nadtočajevs
|
45a564f4f8
|
[RTL] Add option to scroll follow visible characters.
|
2025-07-10 17:30:09 +03:00 |
|
Pāvels Nadtočajevs
|
406a22d0da
|
[RTL] Add method to get visible content bounding box.
|
2025-07-10 15:49:35 +03:00 |
|
Pāvels Nadtočajevs
|
17e050c64f
|
[RTL] Fix padding and alignment of embedded image clicks.
|
2025-07-10 15:12:10 +03:00 |
|
limuy
|
21b1530cd4
|
Fix incorrect anchor preset when custom offset is set
|
2025-07-10 19:19:05 +08:00 |
|
kit
|
927208a92e
|
Fix ScriptEditor line number in color objects
|
2025-07-09 16:18:57 -04:00 |
|
Thaddeus Crews
|
02540477fd
|
Merge pull request #108401 from DanielGSilva/tree-guides
Draw guide lines over selection and focus styleboxes
|
2025-07-09 11:33:17 -05:00 |
|
Thaddeus Crews
|
e748514112
|
Merge pull request #105835 from bruvzg/edited_scene_direction
Improve edited scene layout direction detection.
|
2025-07-09 11:33:11 -05:00 |
|
Giganzo
|
6ac24d232b
|
Fix PopupMenu clickable area with shadows
|
2025-07-09 07:20:43 +02:00 |
|
danielgsilva
|
3b17450261
|
Draw guide lines over selection and focus styleboxes
|
2025-07-08 11:30:40 +01:00 |
|
Thaddeus Crews
|
4d1f26e1fd
|
Merge pull request #108255 from thygrrr/tab-container-deselect-enable-fix
Fix: TabBar/TabContainer can't start with all tabs deselected
|
2025-07-07 10:08:04 -05:00 |
|
Tiger Jove
|
c6c7b508b6
|
TabBar current tab now stays -1 when adding first tab on deselect_enable
|
2025-07-07 10:18:49 +02:00 |
|
LuoZhihao
|
453f4f13e4
|
SpinBox: Fix custom_arrow_step by snapping it to step
|
2025-07-06 18:12:37 +08:00 |
|
A Thousand Ships
|
f11aff3841
|
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
|
2025-07-04 18:18:22 +02:00 |
|
Thaddeus Crews
|
a39a83a990
|
Merge pull request #106526 from roughbits01/line-edit-select-all-web
[Web] Fix `LineEdit` `select_all_on_focus` behavior when using a virtual keyboard
|
2025-06-27 09:39:58 -05:00 |
|
Thaddeus Crews
|
db28859774
|
Merge pull request #107591 from timothyqiu/group-enable-default
Make `PROPERTY_HINT_GROUP_ENABLE` hide properties by default
|
2025-06-24 18:34:28 -05:00 |
|
Thaddeus Crews
|
cbdeaee93a
|
Merge pull request #107333 from Jordyfel/itemlist-text-drawing
ItemList: Fix text drawing not taking `h_separation` into account in top mode.
|
2025-06-24 09:58:45 -05:00 |
|
Pāvels Nadtočajevs
|
a272376f89
|
Cleanup accessibility names.
|
2025-06-23 11:08:36 +03:00 |
|
Pāvels Nadtočajevs
|
71834ebbdd
|
[GraphNode] Fix slot focus rect draw, make slot focus mode configurable.
|
2025-06-22 15:07:11 +03:00 |
|
BrotherShort
|
842b534bee
|
Fix rename autoloads
|
2025-06-22 12:59:48 +08:00 |
|
Thaddeus Crews
|
353bd80c91
|
Merge pull request #107581 from timothyqiu/window-title-update
Fix game view window not updating title when translation changes
|
2025-06-18 18:13:50 -05:00 |
|
Thaddeus Crews
|
4734639630
|
Merge pull request #107578 from timothyqiu/mini-bar
Fix some menu bar items unresponsive after language change
|
2025-06-18 18:13:48 -05:00 |
|
Thaddeus Crews
|
e02207de62
|
Merge pull request #107560 from bruvzg/fnat_scale
Fix scale and position of popups with `force_native`.
|
2025-06-18 18:13:44 -05:00 |
|
Thaddeus Crews
|
d4fa7e15ed
|
Merge pull request #106919 from kitbdev/fix-codeedit-hover-word-lookup
Fix CodeEdit hover word lookup
|
2025-06-18 18:13:43 -05:00 |
|
Thaddeus Crews
|
141508a3fe
|
Merge pull request #107302 from beicause/spinbox-fix-decimal-step-using-arrow
Spinbox: Fix incorrect step and decimal text when using custom arrow step
|
2025-06-18 18:13:42 -05:00 |
|
Thaddeus Crews
|
2fc899e4dd
|
Merge pull request #98566 from Geometror/vs-refactor-p1
Fix and improve editor state persistence for the VisualShader editor
|
2025-06-18 18:13:23 -05:00 |
|
Haoyu Qiu
|
a7ab249a2a
|
Make PROPERTY_HINT_GROUP_ENABLE hide properties by default
|
2025-06-16 20:03:49 +08:00 |
|
Pāvels Nadtočajevs
|
34a97f9c9b
|
Fix scale and position of popups with force_native.
|
2025-06-16 13:03:42 +03:00 |
|
Haoyu Qiu
|
51e8b5947f
|
Fix some menu bar items unresponsive after language change
|
2025-06-16 09:35:37 +08:00 |
|
Haoyu Qiu
|
0a1fa10315
|
Fix game view window not updating title when translation changes
|
2025-06-16 09:35:25 +08:00 |
|
Micky
|
76a7c31a5d
|
Rename TreeItem's alt_text to description for consistency
...with Accessibility API
|
2025-06-14 19:56:30 +02:00 |
|