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
/
container.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Fix Container::pending_sort tracking
aaronp64
2024-06-10
1
-0
/
+1
*
Merge pull request #92664 from KoBeWi/ultimate_final_solution_for_containers
Rémi Verschelde
2024-06-07
1
-2
/
+8
|
\
|
*
Add visibilty mode to as_sortable_control()
kobewi
2024-06-03
1
-2
/
+8
*
|
Fix `NOTIFICATION_SORT_CHILDREN` is called twice on startup
Mounir Tohami
2024-06-01
1
-6
/
+2
|
/
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-8
/
+6
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-2
/
+2
*
Add as_sortable_control() to unify Container checks
kobewi
2024-05-08
1
-0
/
+8
*
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
-2
/
+1
*
Merge pull request #78009 from YuriSizov/gui-gently-massage-minimal-size
Rémi Verschelde
2023-06-12
1
-2
/
+0
|
\
|
*
Ensure that controls update all their sizing information when required
Yuri Sizov
2023-06-08
1
-2
/
+0
*
|
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-1
/
+1
|
/
*
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-08
1
-6
/
+6
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
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
-3
/
+4
*
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
1
-0
/
+31
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-4
/
+4
*
Add pre-sort signal and notification in Container
PouleyKetchoupp
2021-10-05
1
-0
/
+6
*
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...
bruvzg
2021-09-21
1
-2
/
+3
*
Editor StringName and Viewport optimizations
Joan Fons
2021-07-20
1
-3
/
+3
*
Use Array for node configuration warnings
Nathan Franke
2021-04-11
1
-7
/
+5
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-1
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-6
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Merge pull request #38743 from arrowinaknee/node-config-warnings
Rémi Verschelde
2020-10-01
1
-1
/
+1
|
\
|
*
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-16
1
-1
/
+1
*
|
Fix Container sorting not working when overriding _sort_children in gdscript
PouleyKetchoupp
2020-05-16
1
-3
/
+1
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-7
/
+14
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-15
/
+0
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-7
/
+6
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-6
/
+6
*
Use MOUSE_FILTER_PASS for all containers (but PanelContainer)
Rémi Verschelde
2020-01-13
1
-0
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Improve the node configuration warning display
Hugo Locurcio
2019-07-09
1
-2
/
+2
*
Fix minor typos
Yuri Chornoivan
2019-06-17
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Add a warning when using plain Container, as many users seem to misunderstand...
Juan Linietsky
2019-03-03
1
-0
/
+13
*
Check if p_child is not null in Container.fit_child_rect()
Timo Schwarzer
2019-01-03
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
-Ability to open resources in the same window
Juan Linietsky
2018-05-17
1
-0
/
+5
*
-New inspector.
Juan Linietsky
2018-05-15
1
-3
/
+3
[next]