Rémi Verschelde
2f4f2e26a1
Merge pull request #99708 from Giganzo/rtl-slider
...
Fix RTL visuals for sliders
2024-12-02 15:51:20 +01:00
Rémi Verschelde
200bb202ba
Merge pull request #99481 from bruvzg/meta_tooltip
...
[RTL] Add tooltip support to meta/url tag.
2024-12-02 15:51:12 +01:00
Rémi Verschelde
e6125ef51b
Merge pull request #98763 from AThousandShips/more_sname_uses
...
Use `SceneStringName` in more places
2024-12-02 15:50:44 +01:00
Rémi Verschelde
d2c82a8ffc
Merge pull request #97378 from rune-scape/less-const-cast
...
Get rid of easily removable uses of `const_cast`
2024-12-02 15:50:06 +01:00
A Thousand Ships
af56d6e8e8
Use SceneStringName in more places
2024-12-02 14:39:16 +01:00
Pāvels Nadtočajevs
dc71fbacc5
[RTL] Add tooltip support to meta/url tag.
2024-12-02 15:26:14 +02:00
JekSun97
95ca0aa7ad
Add get_connetion_count function to GraphEdit
2024-12-02 19:15:37 +06:00
Pāvels Nadtočajevs
e8f3bebb5d
[Label] Fix min. width
2024-12-02 07:57:00 +02:00
rune-scape
d58b2e879f
Get rid of easily removable uses of const_cast
2024-12-01 17:50:13 -08:00
Pāvels Nadtočajevs
151dcf30ee
[Label] Fix empty paragraph height.
2024-12-01 21:53:07 +02:00
A Thousand Ships
77549dd1f3
[Tree] Allow disabling auto generated tooltip for TreeItem
2024-12-01 14:39:51 +01:00
Volkan Gezer
5baedb5826
add horizontal center for colorpicker buttons
2024-11-30 19:55:11 +01:00
havi05
4b735d9fb2
LineEdit - Allow copy/select shortcuts when editable==false
2024-11-30 11:28:11 +01:00
Rémi Verschelde
16ee94a953
Merge pull request #99843 from KoBeWi/easy_windows
...
Add helper method to get Window from ID
2024-11-29 22:51:45 +01:00
Rémi Verschelde
05e93a6010
Merge pull request #99691 from Sauermann/fix-consume-mouse-over
...
Rename `SubViewportContainer` option `consume_drag_and_drop` to `mouse_target`
2024-11-29 22:51:10 +01:00
Rémi Verschelde
5e87bdae74
Merge pull request #98605 from bruvzg/lbl_mult_para
...
[Label] Handle text as multiple independent paragraphs.
2024-11-29 22:46:42 +01:00
Rémi Verschelde
680142984d
Merge pull request #98450 from bruvzg/rtl_img_align
...
[RTL] Allow setting image alignment as separate bbcode argument.
2024-11-29 22:46:33 +01:00
Rémi Verschelde
5d74c5370b
Merge pull request #97963 from bruvzg/rtl_valign
...
[RTL] Add support for vertical alignment.
2024-11-29 22:46:14 +01:00
Rémi Verschelde
8d3fc48abf
Merge pull request #97521 from pafuent/enhance_scroll_container_focus
...
Add a focus border on `ScrollContainer`
2024-11-29 22:46:09 +01:00
Rémi Verschelde
abf9eb5903
Merge pull request #93285 from rune-scape/listen-for-changes
...
More GUI nodes listening for texture changes
2024-11-29 22:45:39 +01:00
Rémi Verschelde
8de2abd075
Merge pull request #85789 from DevilboxGames/FileDialogCaseSensitivity
...
Make `FileDialog` filtering case insensitive
2024-11-29 22:45:32 +01:00
Rémi Verschelde
56a7dba10b
Merge pull request #99799 from akien-mga/fix-typos
...
Fix various typos and code style issues
2024-11-29 22:02:53 +01:00
Rémi Verschelde
dbb9c9937d
Merge pull request #99685 from arkology/texture-progress-cross-plugin-friendly
...
Show `TextureProgressBar` radial center cross only when editing the scene
2024-11-29 22:02:26 +01:00
Rémi Verschelde
a1365dcb12
Merge pull request #98765 from Calinou/editor-bottom-panel-no-icon-tint
...
Don't tint editor bottom panel icons when hovered or pressed
2024-11-29 22:01:55 +01:00
kobewi
e0304a7d00
Add helper method to get Window from ID
2024-11-29 21:15:23 +01:00
Rémi Verschelde
88e81ee730
Fix various typos and code style issues
2024-11-28 17:40:42 +01:00
Thaddeus Crews
f128f383e8
Merge pull request #98035 from WhalesState/scroll-bar-grapper-area
...
Fix `ScrollBar` grabber mouse input ignores scroll content margins.
2024-11-27 10:47:32 -06:00
Thaddeus Crews
70ea5713cf
Merge pull request #98012 from syntaxerror247/lineEdit-bug-fix
...
Fix uneditable `LineEdit`, `TextEdit` and `CodeEdit` virtual keyboard popup on mobile
2024-11-27 10:47:15 -06:00
Mounir Tohami
2041d8cf08
Fix ScrollBar grabber mouse input.
2024-11-27 01:30:45 +00:00
Robert Yevdokimov
7375fe2173
Fix removing last digit in spinbox while update_on_text_changed is true
2024-11-26 15:41:16 -05:00
Thaddeus Crews
0ee60dd543
Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_files
...
Untangle ColorPicker includes
2024-11-26 13:04:54 -06:00
Giganzo
47788673ef
Fix RTL visuals for sliders
2024-11-26 12:58:02 +01:00
Markus Sauermann
003647972f
Rename consume_drag_and_drop to mouse_target
...
The functionality of the parameter is not limited to drag-and-drop
operations, but it has also other uses.
So its name should not be tied to drag-and-drop.
The API was created in the not yet released Godot 4.4-dev6, so this
change should not be considered compatibility breaking.
2024-11-25 21:36:29 +01:00
arkology
15bd2a9bc1
Show TextureProgressBar radial cross only when editing the scene
2024-11-25 21:00:50 +03:00
bruvzg
e0b4f3d314
[Windows] Fix root and current folder in native file dialog.
...
Co-authored-by: RedMser <redmser.jj2@gmail.com>
2024-11-25 15:00:25 +02:00
Pāvels Nadtočajevs
a2b8b51097
[RTL] Fix clearing text with set_text("").
2024-11-25 09:36:53 +02:00
Pāvels Nadtočajevs
1d43fa9a64
Change file dialog all files filter name from All Files (*) to All Files(*.*).
2024-11-24 20:09:05 +02:00
Pablo Andres Fuente
86ea0127a3
Add a focus border on ScrollContainer
...
Also added new unit tests for `Control`.
Co-authored-by: ator-dev <dominic.codedeveloper@gmail.com>
2024-11-23 23:54:38 -03:00
Thaddeus Crews
a82f4c5d64
Merge pull request #97061 from YeldhamDev/rtl_l18n_fix
...
Fix `RichTextLabel`'s modified stack being wiped on translation changes
2024-11-22 14:54:17 -06:00
Thaddeus Crews
d58d8914db
Merge pull request #99461 from beicause/color-picker-fix-68286
...
ColorPicker: fix OKHSL circle in HSV mode
2024-11-22 14:54:09 -06:00
kobewi
289e548e34
Untangle ColorPicker includes
2024-11-22 21:42:50 +01:00
Michael Alexsander
250de088e3
Fix RichTextLabel's modified stack being wiped on translation changes
2024-11-22 16:09:26 -03:00
Thaddeus Crews
0eca686191
Merge pull request #99270 from Sauermann/fix-svc-drop-config
...
Introduce a `SubViewportContainer` config for drag-and-drop target locations
2024-11-21 17:56:48 -06:00
LuoZhihao
f6751d8d17
ColorPicker: fix OKHSL circle in HSV mode
2024-11-21 13:26:05 +08:00
Markus Sauermann
117158d271
Introduce a SubViewportContainer config for drag-and-drop targets
...
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.
2024-11-19 23:06:41 +01:00
Thaddeus Crews
3a4feeda89
Merge pull request #99289 from shahriarlabib000/hideExp
...
Hide unused `exp_edit` from SpinBox's inspector
2024-11-19 15:20:21 -06:00
Thaddeus Crews
d72112ba0a
Merge pull request #98816 from arkology/to-infinity-and-beyond
...
Improve `TextureProgressBar.set_radial_initial_angle()` by removing loops
2024-11-18 09:23:28 -06:00
A Thousand Ships
68f638cf02
Use (r)find_char instead of (r)find for single characters
2024-11-17 10:02:18 +01:00
shahriarlabib000
177bba12b0
hide unused exp_edit from SpinBox inspector
2024-11-15 22:57:43 +06:00
Thaddeus Crews
af3fb0a2b8
Merge pull request #86085 from TheSofox/text-undo-cleanup
...
Cleanup in undo in `TextEdit` and `LineEdit`
2024-11-15 10:42:33 -06:00