Age | Commit message (Expand) | Author |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-01-16 | Merge pull request #35183 from YeldhamDev/scrollbar_regression | Rémi Verschelde |
2020-01-16 | Fix scrollbar regression on large scales | Michael Alexsander |
2020-01-16 | Updates ScrollContainer min size when toggle scrollbars | Haoyu Qiu |
2020-01-14 | Fix regression on scrollbar raising in ScrollContainer | Michael Alexsander |
2020-01-14 | Cleanup unnecessary code from before the scrollbar overlapping fixes | Michael Alexsander |
2020-01-13 | Fix overlapping scrollbars in ScrollContainer (#33309) | malbach |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-30 | Fix argument type in set_follow_focus() | Tomasz Chabora |
2019-12-30 | Make new ScrollContainer focus behavior optional | Tomasz Chabora |
2019-12-17 | Use global transform when calculating scroll | Tomasz Chabora |
2019-12-11 | Scroll ScrollContainer to focused children | Tomasz Chabora |
2019-11-26 | Range: Fix cases where max was set to or below min value | Rémi Verschelde |
2019-09-01 | Ignore size of hidden scrollbars in ScrollContainer | Tomasz Chabora |
2019-07-09 | Improve the node configuration warning display | Hugo Locurcio |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-05-24 | Improvements to scroll handling | Tomasz Chabora |
2019-03-07 | Merge pull request #21534 from volzhs/fix-scrollcontainer-size | Rémi Verschelde |
2019-01-16 | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-16 | Use VScrollBar when calculating horiz. offset in ScrollContainer | pshe94 |
2018-09-27 | Fix warnings for operator precedence disambiguation [-Wparentheses] | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-29 | Precise size calculation of ScrollContainer | volzhs |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky |
2018-05-15 | -New inspector. | Juan Linietsky |
2018-04-11 | Use internal physics processing for Nodes' internal logic | Rémi Verschelde |
2018-04-09 | Make BaseButton not emit press when container is scrolled | Ruslan Mustakov |
2018-01-17 | doc: Replace some more "val" with "value" + sync | Rémi Verschelde |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
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-12-06 | Fix scroll enabled in case of content fit in scroll container | Konstantin Zaitsev |
2017-11-21 | Native pan and zoom for macOS | Bernhard Liebl |
2017-11-13 | Small arrangement in ScrollContainer. | Michael Alexsander Silva Dias |
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
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-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 |
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 |