summaryrefslogtreecommitdiffstats
path: root/scene/gui/aspect_ratio_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix container minimum size with hidden parentAnni Ryynänen2024-07-121-1/+1
* Add as_sortable_control() to unify Container checkskobewi2024-05-081-11/+2
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-4/+2
* Fix crash with AspectRatioContainer and TextureRectkobewi2023-02-161-0/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+12
* Add a property hint for AspectRatioContainer's `ratio` propertyHugo Locurcio2022-04-171-1/+1
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+18
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-11/+11
* Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+6
* Add `AspectRatioContainer` classAndrii Doroshenko (Xrayez)2020-11-251-0/+167