Michael Alexsander
5246b5fba9
Add leftover scroll hints, and panels for scrollables without hints
2025-12-12 10:59:03 -03:00
X1Vi
442c117fb7
fix: scrollbar range fix and new tests for the same
...
fix: now the scrollbar also should work within the range it is provided
adjusted the tests according to the new scrollbar functinality
attempted to fix testcases for scrollbar
2025-12-12 18:31:19 +05:30
Pāvels Nadtočajevs
8fa484f331
[TextServer] Fix duplicated losing span info, and RID leak.
2025-12-11 21:50:22 +02:00
Thaddeus Crews
3008b5c59f
Merge pull request #112941 from Break-Ben/scene-tree-double-click-fix
...
Fix error when double-clicking nothing on scene tree
2025-12-11 12:12:41 -06:00
Thaddeus Crews
289321ad1e
Merge pull request #113728 from LiveTrower/fix-refract-node
...
VisualShader: Fix the eta input from the refract node
2025-12-11 12:12:38 -06:00
Thaddeus Crews
4f4f272423
Merge pull request #113856 from kleonc/tile_set_fix_transformed_scene_get_placeholder_error
...
Fix `get_scene_tile_display_placeholder` erroring for transformed scene tiles
2025-12-11 12:12:36 -06:00
Break
a0b5306b79
Fix error when double-clicking nothing on scene tree
2025-12-11 13:34:23 +08:00
Thaddeus Crews
5831c53ed6
Merge pull request #113822 from kitbdev/fix-editor-distraction-free-sc-size
...
Fix distraction-free mode changing split offsets
2025-12-10 18:10:28 -06:00
kleonc
4619b2dffa
Fix get_scene_tile_display_placeholder erroring for transformed scene tiles
2025-12-10 18:32:46 +01:00
kit
1c5ccfe61c
Fix distraction-free mode changing split offsets
2025-12-09 17:15:13 -05:00
BrotherShort
59e8acbb36
Fix clicking the tree edge is ineffective
2025-12-10 05:14:12 +08:00
Rémi Verschelde
d09a3d83ff
Merge pull request #113574 from YeldhamDev/take_the_hint
...
Enable scroll hints for several parts of the editor
2025-12-09 19:32:11 +01:00
Rémi Verschelde
64640a01c7
Merge pull request #113755 from YeldhamDev/scroll_container_rtl_fix
...
Fix scrollbar separation being at the wrong side in `ScrollContainer`with a RTL layout
2025-12-09 17:17:43 +01:00
Rémi Verschelde
eb79fb80de
Merge pull request #113746 from sockeye-d/filedialog-erroneous-popup
...
Fix native FileDialogs popping up when `use_native_dialog` is modified
2025-12-09 17:17:33 +01:00
Michael Alexsander
f187b8b2bf
Enable scroll hints for several parts of the editor
2025-12-09 10:55:26 -03:00
Pāvels Nadtočajevs
887e001c21
Unset submenu index when popup menu is hidden.
2025-12-09 11:48:09 +02:00
Thaddeus Crews
f3e8007ce7
Merge pull request #113742 from bruvzg/fd_pop_base
...
Restore `FileDialog::_popup_base`
2025-12-08 11:54:02 -06:00
Thaddeus Crews
ebc5a9b1fb
Merge pull request #113591 from YeldhamDev/tree_column_arrow_hide
...
Hide arrows when they go past the column titles on `Tree`s
2025-12-08 11:53:51 -06:00
Thaddeus Crews
5f73d8501b
Merge pull request #108213 from YeldhamDev/no_grouping_here
...
Hide property groups from the "Members" section in the remote inspector
2025-12-08 11:53:50 -06:00
Thaddeus Crews
7cf9ee862e
Merge pull request #113709 from lodetrick/scene-sadness
...
Codestyle: Remove unused private variables in `godot/scene`
2025-12-08 11:53:46 -06:00
Michael Alexsander
3b1be372a0
Fix scrollbar separation being at the wrong side in ScrollContainer with a RTL layout
2025-12-08 13:20:11 -03:00
fish
eb3e169b79
Fix native FileDialogs popping up when use_native_dialog is modified
2025-12-08 03:43:39 -08:00
Pāvels Nadtočajevs
def5763eac
Restore FileDialog::_popup_base
2025-12-08 09:57:46 +02:00
LiveTrower
7357bd0138
fix-refract-node
2025-12-07 15:24:55 -06:00
Michael Alexsander
599ce2b43a
Fix setting remote properties that take objects not working
2025-12-07 13:41:38 -03:00
Logan Detrick
42e60c38dc
Remove unused private variables in godot/scene
2025-12-07 03:46:26 -08:00
Dery Almas
99b109e981
Wayland: Work around window scale ambiguity
2025-12-06 00:54:50 +01:00
kit
a8159efebf
Fix SplitContainer incorrect child shrink logic
2025-12-05 15:48:11 -05:00
Rémi Verschelde
9706b4e53a
Merge pull request #113564 from MattiaZir/fix-project-import-error-parent-child
...
Fix signal order for directory selection in `file_dialog`
2025-12-05 12:55:57 +01:00
Rémi Verschelde
6b420d701a
Merge pull request #110080 from bruvzg/popscwpc
...
[GraphEdit] Do not scale popup menus in the graph elements when zoomed.
2025-12-05 12:55:44 +01:00
Rémi Verschelde
09abc05878
Merge pull request #113581 from bruvzg/meh_fd
...
[FileDialog] Use base dir instead of ".." when going up.
2025-12-05 09:38:34 +01:00
Rémi Verschelde
8bff45aa36
Merge pull request #113573 from MattiaZir/fix-color-picker-crash
...
Fix memory management for ColorPalette in save file dialog
2025-12-05 09:38:21 +01:00
Pāvels Nadtočajevs
e8e59a25fa
[FileDialog] Filter drive list when root folder is set.
2025-12-05 09:01:49 +02:00
Michael Alexsander
191289ec11
Hide arrows when they go past the column titles on Trees
2025-12-04 17:59:49 -03:00
Pāvels Nadtočajevs
ccd84d79a7
[FileDialog] Use base dir instead of ".." when going up.
2025-12-04 21:12:20 +02:00
mattia.zirpoli
bf85f96a8e
Fix memory management for ColorPalette in save file dialog
2025-12-04 17:38:02 +01:00
mattia.zirpoli
98ccfb07c1
Fix signal order for directory selection in file_dialog
2025-12-04 17:23:10 +01:00
kobewi
31f6413717
Fix wrong file thumbnails icon
2025-12-04 17:02:24 +01:00
Rémi Verschelde
9449e8ccad
Merge pull request #113541 from Rindbee/fix-no-scan-after-dir-creation-and-deletion
...
Fix the issue of no scan after dir creation and/or deletion
2025-12-04 15:52:53 +01:00
风青山
5ff8f21ff3
Fix the issue of no scan after dir creation and/or deletion
...
When `EditorFileDialog` creates/deletes a directory during interactive
operation, it needs to notify `EditorFileSystem` to scan and detect
the filesystem change.
2025-12-04 21:39:53 +08:00
Pāvels Nadtočajevs
3eaab68485
[RTL] Fix relative index getting out of sync.
2025-12-04 10:26:14 +02:00
aXu-AP
c6021f1e5b
Change curve range for particle multipliers
...
Fixes #91404
Curves are applied as a multiplier, so ranges [-1, 1] or [0, 1] make much more sense than ranges like [-360, 360] or [0, 100]. The actual range is selected with separate min and max parameters.
2025-12-03 20:47:40 -06:00
Thaddeus Crews
d7d09a91df
Merge pull request #113521 from KoBeWi/switch_on_release_not_debug
...
Make dock tabs switch on button release
2025-12-03 16:50:38 -06:00
Thaddeus Crews
db077a4fec
Merge pull request #113531 from aaronp64/progress_bar_round
...
Round `ProgressBar` percentage instead of truncating
2025-12-03 16:50:31 -06:00
aaronp64
9e9ca20239
Round ProgressBar percentage instead of truncating
...
Updated to round before converting ratio to int, to make percentage display more accurate
2025-12-03 16:25:44 -05:00
kobewi
5a06774885
Make dock tabs switch on button release
2025-12-03 19:32:57 +01:00
Thaddeus Crews
8105ff7ac7
Merge pull request #106940 from allenwp/agx-add-white-contrast
...
Add `white`, `contrast`, and future HDR support to the AgX tonemapper.
2025-12-03 11:42:29 -06:00
David Snopek
6d60660cd6
Unmark Node::is_editable_instance() parameter as required
2025-12-03 08:34:04 -06:00
Allen Pestaluky
628df323e2
Add agx_white, agx_contrast and HDR support to the AgX tonemapper.
...
Also optimize all tonemappers to perform less calculations per-pixel.
Note: unlike `white`, `agx_white` is limited to a minimum of `2.0` and defaults to `16.29`. When using a RGB10A2 render buffer, `agx_white` will be ignored and a value of `2.0` will be used instead to ensure good behavior on the Mobile renderer.
2025-12-03 09:01:39 -05:00
Rémi Verschelde
2ecefada8d
Merge pull request #113503 from YeldhamDev/its_an_internal_problem_you_see
...
Fix `ScrollContainer` ignoring internal nodes added externally
2025-12-03 14:58:34 +01:00