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
/
grid_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 GridContainer minimum size when there's a hidden parent
Anni Ryynänen
2024-06-20
1
-1
/
+1
*
Add as_sortable_control() to unify Container checks
kobewi
2024-05-08
1
-9
/
+6
*
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-0
/
+4
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-7
/
+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
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-13
/
+14
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+5
*
Fixed bug in grid_container with hidden children
besh81
2022-07-14
1
-2
/
+3
*
Add a new HashSet template
reduz
2022-05-20
1
-4
/
+5
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-8
/
+8
*
Merge pull request #59799 from Sauermann/fix-gridcontainer-remaining-pixel
Rémi Verschelde
2022-05-16
1
-4
/
+51
|
\
|
*
Distribute remaining pixel to expanding childs of GridContainer
Markus Sauermann
2022-04-01
1
-4
/
+51
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-8
/
+8
*
|
Rename theme properties to include underscores
FireForge
2022-04-23
1
-4
/
+4
*
|
Fix `GridContainer` not ignoring toplevel children
Michael Alexsander
2022-04-13
1
-0
/
+3
|
/
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-1
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-10
/
+10
*
Optimize StringName usage
reduz
2021-07-18
1
-4
/
+4
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-3
/
+1
*
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
-7
/
+21
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-14
/
+24
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-9
/
+0
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-4
/
+4
*
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
*
Merge pull request #32411 from YeldhamDev/fix_grid_overflow
Rémi Verschelde
2019-10-08
1
-1
/
+1
|
\
|
*
Fix GridContainer's children overflowing it when not all slots of a row are o...
Michael Alexsander Silva Dias
2019-09-28
1
-1
/
+1
*
|
FIX: GridContainer children visibility check for min size evaluation
ternvein
2019-10-01
1
-1
/
+1
*
|
Make empty columns automatically expand in GridContainer
Michael Alexsander Silva Dias
2019-09-28
1
-16
/
+19
|
/
*
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
*
Revert "Created a new function named get_element in GridContainer. This funct...
Rémi Verschelde
2018-10-07
1
-17
/
+0
*
Merge pull request #16977 from SASUPERNOVA/master
Rémi Verschelde
2018-05-01
1
-0
/
+17
|
\
|
*
Updated fork to match current version of Godot.
SASUPERNOVA
2018-04-15
1
-0
/
+17
*
|
Fix GridContainer's children visibility breaking the layout
groud
2018-04-23
1
-8
/
+15
|
/
*
Fixes wrong calculation of gridcontainer's children size
Gilles Roudiere
2018-03-18
1
-2
/
+2
*
Merge pull request #17410 from groud/fix_grid_container
Rémi Verschelde
2018-03-13
1
-4
/
+4
|
\
|
*
Fixes infinite loop in GridContainer
Gilles Roudiere
2018-03-10
1
-4
/
+4
*
|
Fix infinite loop in GridContainer layout
Gary Oberbrunner
2018-03-10
1
-6
/
+6
|
/
*
Prevent division by zero in GridContainer
Leon Krause
2018-03-07
1
-2
/
+2
*
Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisize
Gilles Roudiere
2018-01-19
1
-56
/
+67
*
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
[next]