summaryrefslogtreecommitdiffstats
path: root/scene/gui/flow_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* New Quick Open DialogStijn Hinlopen2024-10-011-0/+5
* Merge pull request #94286 from aaronp64/flowcontainer_resort_crashRémi Verschelde2024-07-221-1/+18
|\
| * Avoid FlowContainer crash with TextureRect using EXPAND_FIT_* expand modesaaronp642024-07-211-1/+18
* | Fix container minimum size with hidden parentAnni Ryynänen2024-07-121-1/+1
|/
* Fix FlowContainer scale from also scaling wrap pointJavi Rodriguez2024-06-211-1/+1
* Add as_sortable_control() to unify Container checkskobewi2024-05-081-18/+5
* Add FlowContainer wrap options for center alignment.Koyper2024-04-291-10/+62
* Add option to reverse FlowContainer fill direction (HFlow bottom-to-top, VFlo...TheSecondReal02024-02-011-1/+19
* Register theme properties with ThemeDBYuri Sizov2023-09-111-7/+5
* Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-6/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add alignment options to flow containerTeggy2022-10-231-0/+41
* Rework oriented containerskobewi2022-09-011-0/+22
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-13/+17
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* Fix children visibility checktaigi1002022-03-161-2/+7
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+0
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+24
* Add FlowContainerHendrik Brucker2022-01-071-0/+252