summaryrefslogtreecommitdiff
path: root/scene/gui/grid_container.cpp
AgeCommit message (Expand)Author
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-26Popups are now windows also (broken!)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-10-08Merge pull request #32411 from YeldhamDev/fix_grid_overflowRémi Verschelde
2019-10-01FIX: GridContainer children visibility check for min size evaluationternvein
2019-09-28Make empty columns automatically expand in GridContainerMichael Alexsander Silva Dias
2019-09-28Fix GridContainer's children overflowing it when not all slots of a row are o...Michael Alexsander Silva Dias
2019-01-24Updates containers minimum size when some constants are modifiedgroud
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-07Revert "Created a new function named get_element in GridContainer. This funct...Rémi Verschelde
2018-05-01Merge pull request #16977 from SASUPERNOVA/masterRémi Verschelde
2018-04-23Fix GridContainer's children visibility breaking the layoutgroud
2018-04-15Updated fork to match current version of Godot.SASUPERNOVA
2018-03-18Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere
2018-03-13Merge pull request #17410 from groud/fix_grid_containerRémi Verschelde
2018-03-10Fix infinite loop in GridContainer layoutGary Oberbrunner
2018-03-10Fixes infinite loop in GridContainerGilles Roudiere
2018-03-07Prevent division by zero in GridContainerLeon Krause
2018-01-19Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisizeGilles Roudiere
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-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-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-08-removed stop mouse and ignore mouse from control, which were confusing, repl...Juan 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-06-30throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky
2016-06-17Fix bug in GridContainer not updating minimumsize when columns changes, fixes...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-06-08grid container supports separate h and v spacingJuan Linietsky
2015-04-28bad lookup in grid container corrected, cells are properly aligned again. Fix...Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-12-Initial working(?) implementation of shaders for 2D. Lighting still not ther...Juan Linietsky
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky