Juan Linietsky
|
47592927b3
Use BitField<> hint for ArrayFormat
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Markus Sauermann
|
e18107a57c
Fix Determining Window for Touchscreen
|
3 years ago |
Markus Sauermann
|
18978881fe
Code simplifications
|
2 years ago |
Rindbee
|
42073fc2bb
Use more reasonable scrollable conditions in `ScrollContainer`
|
3 years ago |
Zae
|
186ca020b3
Fix ScrollContainer touch-scrolling not working.
|
3 years ago |
Marc Gilleron
|
aed3822a93
Change return type of `get_configuration_warnings` to `PackedStringArray`
|
3 years ago |
Yuri Sizov
|
43f03e2ce6
Improve naming of theme properties throughout GUI code
|
3 years ago |
Yuri Sizov
|
3b1aa240dc
Add a lifecycle method for manual theme item caching to Control
|
3 years ago |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
Rémi Verschelde
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
Aaron Record
|
4b817a565c
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
|
3 years ago |
Rindbee
|
a7eecc61ad
Fix toggling after scrolling resulted in blank space
|
3 years ago |
Rémi Verschelde
|
0c81502217
Merge pull request #62093 from Rindbee/fix-undecided-min_size-in-ScrollContainer
|
3 years ago |
Rémi Verschelde
|
b3bd082070
Merge pull request #63295 from winterpixelgames/master-allow-scroll-container-scroll-to-be-set-instantly
|
3 years ago |
Jason Knight
|
48f2d128d4
Call update_scrollbars() in sort_children() so the max is set properly so you can set scroll_container.scroll_vertical instantly after adding children to a scroll container.
|
3 years ago |
Rindbee
|
b27bce875f
Fix indeterminate minimum size in ScrollContainer
|
3 years ago |
FireForge
|
4678736a39
Add suffixes to all nodes and resources
|
3 years ago |
Rémi Verschelde
|
7119d355eb
String: Remove TTR and DTR defines in non-tools build
|
3 years ago |
Rémi Verschelde
|
0f5455230c
Use `switch` consistently in `_notification` (`scene` folder)
|
3 years ago |
Hendrik Brucker
|
b396fd4eef
Improve compilation speed (forward declarations/includes cleanup)
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
1032c2c434
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
|
3 years ago |
kobewi
|
841a9ef820
ScrollContainer's scrollbar visibility is now enum
|
3 years ago |
kobewi
|
ea7cc1dea9
Rename minimum_size_changed() method
|
3 years ago |
Michael Alexsander
|
ec4f4c6cda
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
|
3 years ago |
Rémi Verschelde
|
098e3cf8f7
Fix style issue after #54148
|
3 years ago |
Rémi Verschelde
|
1edbe4f3c1
Merge pull request #54148 from miraz12/fix-scrollContrainer-notification-crash
|
3 years ago |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 years ago |
Anton Christoffersson
|
ee81979f90
Fixed crash in `ScrollContainer` _notification
|
4 years ago |