summaryrefslogtreecommitdiffstats
path: root/scene/gui/container.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-3/+3
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
* More fill modes for containers, closes #9504Juan Linietsky2017-07-061-3/+15
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-3/+3
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-35/+30
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-4/+4
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-4/+4
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Revert "make `Container` node aware of `Size Flags`"Rémi Verschelde2016-10-301-12/+0
* make `Container` node aware of `Size Flags`Răzvan Cosmin Rădulescu2016-10-261-0/+12
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-0/+8
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1