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
...
*
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
*
Optimize StringName usage
reduz
2021-07-18
1
-7
/
+7
*
Merge pull request #49719 from LightningAA/rename-node-is-ancestor-of
Rémi Verschelde
2021-06-29
1
-2
/
+2
|
\
|
*
Rename `is_a_parent_of()` to `is_ancestor_of()`
Lightning_A
2021-06-21
1
-2
/
+2
*
|
Remove clips_input() method and use clip_content
kobewi
2021-06-25
1
-4
/
+0
|
/
*
Merge pull request #48770 from LightningAA/scrollcontainer-ensure-item-visibl...
Rémi Verschelde
2021-06-01
1
-24
/
+18
|
\
|
*
ScrollContainer: Expose `_ensure_focused_visible` to the API
Lightning_A
2021-05-31
1
-24
/
+18
*
|
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-2
/
+2
|
/
*
Add the ability to hide scrollcontainer's scrollbars
Lightning_A
2021-04-28
1
-51
/
+64
*
Use Array for node configuration warnings
Nathan Franke
2021-04-11
1
-7
/
+5
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-5
/
+5
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-10
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Allow ScrollBar params of a ScrollContainer to be modified in _ready()
Maganty Rushyendra
2020-12-29
1
-58
/
+63
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Merge pull request #44605 from madmiraal/rename-control-margin
Rémi Verschelde
2020-12-23
1
-10
/
+10
|
\
|
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-10
/
+10
*
|
Use integer text position in scroll container, TextEdit and canvas editor, to...
bruvzg
2020-12-21
1
-0
/
+1
|
/
*
Update page value properly of ScrollContainer
volzhs
2020-12-01
1
-0
/
+2
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-2
/
+17
*
Fix to update scroll bar has correct max value in ScrollContainer
volzhs
2020-11-25
1
-2
/
+2
*
Merge pull request #42451 from Duroxxigar/rename-toplevel
Rémi Verschelde
2020-10-02
1
-3
/
+3
|
\
|
*
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
1
-3
/
+3
*
|
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-16
1
-3
/
+7
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-27
/
+49
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-42
/
+0
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-4
/
+4
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-2
/
+2
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-5
/
+3
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-3
/
+3
*
Merge pull request #35183 from YeldhamDev/scrollbar_regression
Rémi Verschelde
2020-01-16
1
-4
/
+21
|
\
|
*
Fix scrollbar regression on large scales
Michael Alexsander
2020-01-16
1
-4
/
+21
*
|
Updates ScrollContainer min size when toggle scrollbars
Haoyu Qiu
2020-01-16
1
-0
/
+8
|
/
*
Fix regression on scrollbar raising in ScrollContainer
Michael Alexsander
2020-01-14
1
-2
/
+2
*
Cleanup unnecessary code from before the scrollbar overlapping fixes
Michael Alexsander
2020-01-14
1
-39
/
+18
*
Fix overlapping scrollbars in ScrollContainer (#33309)
malbach
2020-01-13
1
-0
/
+12
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix argument type in set_follow_focus()
Tomasz Chabora
2019-12-30
1
-1
/
+1
*
Make new ScrollContainer focus behavior optional
Tomasz Chabora
2019-12-30
1
-0
/
+17
*
Use global transform when calculating scroll
Tomasz Chabora
2019-12-17
1
-2
/
+6
*
Scroll ScrollContainer to focused children
Tomasz Chabora
2019-12-11
1
-0
/
+24
*
Range: Fix cases where max was set to or below min value
Rémi Verschelde
2019-11-26
1
-2
/
+0
*
Ignore size of hidden scrollbars in ScrollContainer
Tomasz Chabora
2019-09-01
1
-4
/
+17
*
Improve the node configuration warning display
Hugo Locurcio
2019-07-09
1
-1
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-12
/
+10
[prev]
[next]