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
/
box_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
*
Add visibilty mode to as_sortable_control()
kobewi
2024-06-03
1
-2
/
+2
*
Fix placement of ColorPicker in the editor
Yuri Rubinsky
2024-05-09
1
-2
/
+2
*
Add as_sortable_control() to unify Container checks
kobewi
2024-05-08
1
-23
/
+7
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-8
/
+5
*
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
*
Rework oriented containers
kobewi
2022-09-01
1
-2
/
+22
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-6
/
+10
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-0
/
+3
*
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
1
-0
/
+24
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix wrong internal children usage in BoxContainer
kobewi
2021-12-10
1
-2
/
+2
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-15
/
+15
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-1
/
+1
*
Remove node_hrcr hack
kobewi
2021-10-28
1
-1
/
+1
*
Add support for internal nodes
kobewi
2021-08-28
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
*
Add header theme type variations to labels
kobewi
2021-07-13
1
-0
/
+1
*
Improved 3D Scene Importer
Juan Linietsky
2021-03-22
1
-1
/
+3
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-6
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-10
/
+46
*
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
1
-4
/
+4
*
Merge pull request #40436 from DanielZTing/master
Rémi Verschelde
2020-07-24
1
-2
/
+9
|
\
|
*
Evenly distribute stretched Nodes in BoxContainer
Daniel Ting
2020-07-16
1
-2
/
+9
*
|
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-16
/
+30
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-15
/
+0
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-3
/
+3
*
Use MOUSE_FILTER_PASS for all containers (but PanelContainer)
Rémi Verschelde
2020-01-13
1
-2
/
+0
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+0
*
Updates containers minimum size when some constants are modified
groud
2019-01-24
1
-0
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-4
/
+4
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-3
/
+3
*
Fit grid with label and component of editor
volzhs
2017-05-22
1
-0
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-97
/
+84
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-3
/
+3
[next]