summaryrefslogtreecommitdiff
path: root/scene/gui/container.cpp
AgeCommit message (Expand)Author
2023-01-08Use BitField<> hint for ArrayFormatJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-10Reorganize inspector layout workflow for Control nodesYuri Sizov
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-06Rename minimum_size_changed() methodkobewi
2021-10-05Add pre-sort signal and notification in ContainerPouleyKetchoupp
2021-09-21Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...bruvzg
2021-07-20Editor StringName and Viewport optimizationsJoan Fons
2021-04-11Use Array for node configuration warningsNathan Franke
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-01Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde
2020-05-16Fix Container sorting not working when overriding _sort_children in gdscriptPouleyKetchoupp
2020-05-16Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-01-13Use MOUSE_FILTER_PASS for all containers (but PanelContainer)Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-06-17Fix minor typosYuri Chornoivan
2019-05-19Fix typos with codespellRémi Verschelde
2019-03-03Add a warning when using plain Container, as many users seem to misunderstand...Juan Linietsky
2019-01-03Check if p_child is not null in Container.fit_child_rect()Timo Schwarzer
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-05-15-New inspector.Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-07-06More fill modes for containers, closes #9504Juan Linietsky
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-10-30Revert "make `Container` node aware of `Size Flags`"Rémi Verschelde