summaryrefslogtreecommitdiffstats
path: root/scene/gui/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
* Fix Container::pending_sort trackingaaronp642024-06-101-0/+1
* Merge pull request #92664 from KoBeWi/ultimate_final_solution_for_containersRémi Verschelde2024-06-071-2/+8
|\
| * Add visibilty mode to as_sortable_control()kobewi2024-06-031-2/+8
* | Fix `NOTIFICATION_SORT_CHILDREN` is called twice on startupMounir Tohami2024-06-011-6/+2
|/
* Use Core/Scene stringnames consistentlykobewi2024-05-131-8/+6
* Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* Add as_sortable_control() to unify Container checkskobewi2024-05-081-0/+8
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Update deferred calls to use Callableskobewi2024-01-091-2/+1
* Merge pull request #78009 from YuriSizov/gui-gently-massage-minimal-sizeRémi Verschelde2023-06-121-2/+0
|\
| * Ensure that controls update all their sizing information when requiredYuri Sizov2023-06-081-2/+0
* | Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-1/+1
|/
* Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-6/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-3/+4
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+31
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename minimum_size_changed() methodkobewi2021-12-061-4/+4
* Add pre-sort signal and notification in ContainerPouleyKetchoupp2021-10-051-0/+6
* Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...bruvzg2021-09-211-2/+3
* Editor StringName and Viewport optimizationsJoan Fons2021-07-201-3/+3
* Use Array for node configuration warningsNathan Franke2021-04-111-7/+5
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-6/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-1/+1
|\
| * Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-1/+1
* | Fix Container sorting not working when overriding _sort_children in gdscriptPouleyKetchoupp2020-05-161-3/+1
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-15/+0
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-7/+6
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-6/+6
* Use MOUSE_FILTER_PASS for all containers (but PanelContainer)Rémi Verschelde2020-01-131-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Improve the node configuration warning displayHugo Locurcio2019-07-091-2/+2
* Fix minor typosYuri Chornoivan2019-06-171-1/+1
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Add a warning when using plain Container, as many users seem to misunderstand...Juan Linietsky2019-03-031-0/+13
* Check if p_child is not null in Container.fit_child_rect()Timo Schwarzer2019-01-031-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-0/+5
* -New inspector.Juan Linietsky2018-05-151-3/+3