Age | Commit message (Expand) | Author |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-04 | Make sure Tabs reflect theme changes | Yuri Sizov |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut |
2021-03-30 | Implement Tabs minimum size | Gilles Roudière |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg |
2021-02-10 | Removed _change_notify | reduz |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-08 | Rename Tabs close and hover signals to tab_closed and tab_hovered | Marcel Admiraal |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-08 | Add 'get_previous_tab()' to 'Tabs' | Michael Alexsander |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-08 | erase : if ( i < offset ) { continue;} in for loops | theludovyc |
2020-03-26 | Popups are now windows also (broken!) | 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-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-09-30 | FIX: Tabs text translation | ternvein |
2019-09-22 | Fix various problems with tab-related icons | Michael Alexsander Silva Dias |
2019-06-21 | Fix some editor crashes | qarmin |
2019-05-06 | Fix 'TabContainer' not updating its tab titles when locale is changed | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-27 | Ceil tabs font size | allkhor |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-10-21 | Update Tab hover status when adding or removing tabs, issue 22890 | Paulb23 |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-29 | Merge pull request #15269 from ianb96/context_menu_improvements | Juan Linietsky |
2018-07-26 | context menu improvements | Ian |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-04-08 | Drag to rearrange Tabs and TabContainer | ianb96 |
2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam |
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-11-18 | add scene button and tab scrolling | Ian |
2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-11 | Merge pull request #10193 from kubecz3k/tab-click-signal | Rémi Verschelde |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |