Age | Commit message (Expand) | Author |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Merge pull request #59799 from Sauermann/fix-gridcontainer-remaining-pixel | Rémi Verschelde |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-04-23 | Rename theme properties to include underscores | FireForge |
2022-04-13 | Fix `GridContainer` not ignoring toplevel children | Michael Alexsander |
2022-04-01 | Distribute remaining pixel to expanding childs of GridContainer | Markus Sauermann |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-06 | Rename minimum_size_changed() method | kobewi |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-01-13 | Use MOUSE_FILTER_PASS for all containers (but PanelContainer) | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-08 | Merge pull request #32411 from YeldhamDev/fix_grid_overflow | Rémi Verschelde |
2019-10-01 | FIX: GridContainer children visibility check for min size evaluation | ternvein |
2019-09-28 | Make empty columns automatically expand in GridContainer | Michael Alexsander Silva Dias |
2019-09-28 | Fix GridContainer's children overflowing it when not all slots of a row are o... | Michael Alexsander Silva Dias |
2019-01-24 | Updates containers minimum size when some constants are modified | groud |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-07 | Revert "Created a new function named get_element in GridContainer. This funct... | Rémi Verschelde |
2018-05-01 | Merge pull request #16977 from SASUPERNOVA/master | Rémi Verschelde |
2018-04-23 | Fix GridContainer's children visibility breaking the layout | groud |
2018-04-15 | Updated fork to match current version of Godot. | SASUPERNOVA |
2018-03-18 | Fixes wrong calculation of gridcontainer's children size | Gilles Roudiere |
2018-03-13 | Merge pull request #17410 from groud/fix_grid_container | Rémi Verschelde |
2018-03-10 | Fix infinite loop in GridContainer layout | Gary Oberbrunner |
2018-03-10 | Fixes infinite loop in GridContainer | Gilles Roudiere |
2018-03-07 | Prevent division by zero in GridContainer | Leon Krause |
2018-01-19 | Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisize | Gilles Roudiere |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-08 | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |