index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
scroll_container.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-3
/
+3
*
Fix ScrollContainer configuration warnings
kobewi
2024-09-21
1
-1
/
+1
*
Add SCROLL_MODE_RESERVE to ScrollContainer
kobewi
2024-09-12
1
-11
/
+21
*
Fix scroll container min size calculation
Jordyfel
2024-09-10
1
-14
/
+14
*
Fix rtl on follow focus
Giganzo
2024-07-23
1
-2
/
+2
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
Add visibilty mode to as_sortable_control()
kobewi
2024-06-03
1
-1
/
+1
*
Fix scrollbar issues in `ScrollContainer`
Michael Alexsander
2024-05-19
1
-14
/
+16
*
Add as_sortable_control() to unify Container checks
kobewi
2024-05-08
1
-14
/
+5
*
Enabled 'Scrolling' signal when scrolling with middle mouse on RichTextLabel/...
Sofox
2024-04-22
1
-14
/
+14
*
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-2
/
+1
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-3
/
+1
*
[Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-1
/
+1
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-6
/
+3
*
Expose horizontal/vertical custom_step as editor property for the ScrollConta...
Marius Hanl
2023-04-29
1
-0
/
+24
*
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-08
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix Determining Window for Touchscreen
Markus Sauermann
2022-12-07
1
-2
/
+2
*
Code simplifications
Markus Sauermann
2022-11-07
1
-5
/
+3
*
Use more reasonable scrollable conditions in `ScrollContainer`
Rindbee
2022-10-18
1
-40
/
+67
*
Fix ScrollContainer touch-scrolling not working.
Zae
2022-09-29
1
-1
/
+1
*
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
*
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-6
/
+6
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-9
/
+11
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-2
/
+3
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-3
/
+2
*
Fix toggling after scrolling resulted in blank space
Rindbee
2022-07-31
1
-54
/
+33
*
Merge pull request #62093 from Rindbee/fix-undecided-min_size-in-ScrollContainer
Rémi Verschelde
2022-07-22
1
-10
/
+17
|
\
|
*
Fix indeterminate minimum size in ScrollContainer
Rindbee
2022-07-21
1
-10
/
+17
*
|
Merge pull request #63295 from winterpixelgames/master-allow-scroll-container...
Rémi Verschelde
2022-07-22
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Call update_scrollbars() in sort_children() so the max is set properly so you...
Jason Knight
2022-07-21
1
-0
/
+1
*
|
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-2
/
+2
|
/
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-1
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-86
/
+91
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2022-01-03
1
-4
/
+4
|
\
|
*
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-30
1
-4
/
+4
*
|
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-07
1
-63
/
+34
*
|
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-2
/
+2
|
/
*
Fix style issue after #54148
Rémi Verschelde
2021-11-16
1
-1
/
+1
*
Merge pull request #54148 from miraz12/fix-scrollContrainer-notification-crash
Rémi Verschelde
2021-11-16
1
-1
/
+3
|
\
|
*
Fixed crash in `ScrollContainer` _notification
Anton Christoffersson
2021-10-23
1
-1
/
+3
*
|
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-5
/
+5
|
/
*
Construct values only when necessary.
Anilforextra
2021-09-23
1
-1
/
+1
*
Add support for internal nodes
kobewi
2021-08-28
1
-5
/
+2
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-2
/
+1
[next]