Age | Commit message (Expand) | Author |
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 |
2017-08-09 | tab_clicked signal for Tabs | Jakub Grzesik |
2017-08-05 | 'tab_changed' signal after using 'set_current_tab' | Jakub Grzesik |
2017-07-28 | fix missing DEFVAL | AlexHolly |
2017-07-23 | Tabs: expose tab_close_display_policy property | Poommetee Ketson |
2017-07-18 | Tabs enhancements: get_tab_rect(), move_tab_from_to() | Jakub Grzesik |
2017-07-10 | ability to reposition scene tabs with drag & drop | Jakub Grzesik |
2017-06-16 | Enhance scene tabs | volzhs |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-09 | New customizable editor theme | volzhs |
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-27 | Add disabled tabs | Ray Koopa |
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-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | 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 |
2016-05-01 | Tabs: Fix align issue with right/close buttons | Rémi Verschelde |
2016-05-01 | Tabs: cleanup code, no functional change | Rémi Verschelde |
2016-05-01 | Tabs: Fix navigation buttons overlap when resizing | Rémi Verschelde |
2016-05-01 | Tabs: Fix icon size not taken into account for offset | Rémi Verschelde |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-01-26 | Remove strand debug print, fix #3473 | George Marques |
2016-01-22 | -Improved tab visibility, fixes #3314 | Juan Linietsky |
2016-01-13 | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky |
2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te... | Juan Linietsky |
2016-01-06 | Merge pull request #3159 from neikeq/tab_close_icon | Rémi Verschelde |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-29 | Add tab close icon to the default theme | Ignacio Etcheverry |