summaryrefslogtreecommitdiffstats
path: root/scene/gui/box_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add visibilty mode to as_sortable_control()kobewi2024-06-031-2/+2
* Fix placement of ColorPicker in the editorYuri Rubinsky2024-05-091-2/+2
* Add as_sortable_control() to unify Container checkskobewi2024-05-081-23/+7
* Register theme properties with ThemeDBYuri Sizov2023-09-111-8/+5
* Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rework oriented containerskobewi2022-09-011-2/+22
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-6/+10
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+3
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+3
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+24
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix wrong internal children usage in BoxContainerkobewi2021-12-101-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-15/+15
* Rename minimum_size_changed() methodkobewi2021-12-061-1/+1
* Remove node_hrcr hackkobewi2021-10-281-1/+1
* Add support for internal nodeskobewi2021-08-281-2/+2
* Optimize StringName usagereduz2021-07-181-2/+2
* Add header theme type variations to labelskobewi2021-07-131-0/+1
* Improved 3D Scene ImporterJuan Linietsky2021-03-221-1/+3
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-6/+5
* 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-10/+46
* Renamed toplevel to be top_levelDuroxxigar2020-10-011-4/+4
* Merge pull request #40436 from DanielZTing/masterRémi Verschelde2020-07-241-2/+9
|\
| * Evenly distribute stretched Nodes in BoxContainerDaniel Ting2020-07-161-2/+9
* | Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-16/+30
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-15/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-3/+3
* Use MOUSE_FILTER_PASS for all containers (but PanelContainer)Rémi Verschelde2020-01-131-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+0
* Updates containers minimum size when some constants are modifiedgroud2019-01-241-0/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-4/+4
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* Fit grid with label and component of editorvolzhs2017-05-221-0/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-97/+84
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-3/+3
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1