| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -0/+4 |
* | Reorganize inspector layout workflow for Control nodes | Yuri Sizov | 2022-02-10 | 1 | -0/+24 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Rename minimum_size_changed() method | kobewi | 2021-12-06 | 1 | -1/+1 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -1/+1 |
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -3/+1 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -14/+14 |
* | Make invisible `SplitContainer` nodes correctly calculate the minimal size of... | Michael Alexsander | 2021-07-02 | 1 | -1/+1 |
* | Tweak dozens of editor property hints for consistency | Hugo Locurcio | 2021-05-25 | 1 | -1/+1 |
* | Fix crashes in *_input functions | Rafał Mikrut | 2021-04-05 | 1 | -0/+2 |
* | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -1/+1 |
* | Removed _change_notify | reduz | 2021-02-10 | 1 | -1/+1 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -7/+0 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -4/+19 |
* | Renamed toplevel to be top_level | Duroxxigar | 2020-10-01 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -22/+41 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -35/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -13/+13 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -3/+3 |
* | Uses split cursor for SplitContainer | Haoyu Qiu | 2020-02-08 | 1 | -3/+3 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Make 'SplitContainer' update drawing only if actually needs to | Michael Alexsander Silva Dias | 2019-02-22 | 1 | -3/+5 |
* | Fix 'SplitContainer's showing their handles when they shouldn't | Michael Alexsander Silva Dias | 2019-02-21 | 1 | -12/+23 |
* | Updates containers minimum size when some constants are modified | groud | 2019-01-24 | 1 | -0/+4 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fixes collapsed SplitContainers | groud | 2018-12-01 | 1 | -6/+9 |
* | Keep the SplitContainer offset value when it is shrinked | groud | 2018-11-15 | 1 | -25/+25 |
* | Fixed some warnings found with Cppcheck. | Michael Alexsander Silva Dias | 2018-05-14 | 1 | -7/+0 |
* | Fixes a bas resizing with SplitContainer | Gilles Roudiere | 2018-01-20 | 1 | -96/+38 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Fixed SplitContainer showing the "resize" cursor when it shouldn't. | Michael Alexsander Silva Dias | 2017-12-20 | 1 | -39/+27 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -1/+1 |
* | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -3/+3 |
* | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -6/+16 |
* | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -5/+5 |
* | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -12/+12 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | Fix more property names in _change_notify calls. | Andreas Haas | 2017-04-03 | 1 | -1/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -167/+123 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -7/+7 |
* | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -3/+3 |
* | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |
* | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
* | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -3/+3 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -7/+7 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |