| Commit message (Expand) | Author | Age | Files | Lines |
| * | Drag to rearrange Tabs and TabContainer | ianb96 | 2018-04-08 | 1 | -4/+114 |
| * | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam | 2018-02-28 | 1 | -0/+2 |
| * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -0/+1 |
| * | 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 |
| * | add scene button and tab scrolling | Ian | 2017-11-18 | 1 | -61/+100 |
| * | Bind unbound enums, rearrange some by value | Poommetee Ketson | 2017-10-22 | 1 | -1/+1 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -8/+8 |
| * | Merge pull request #10193 from kubecz3k/tab-click-signal | Rémi Verschelde | 2017-08-11 | 1 | -0/+2 |
| |\ |
|
| | * | tab_clicked signal for Tabs | Jakub Grzesik | 2017-08-09 | 1 | -0/+2 |
| * | | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -3/+3 |
| |/ |
|
| * | 'tab_changed' signal after using 'set_current_tab' | Jakub Grzesik | 2017-08-05 | 1 | -1/+3 |
| * | fix missing DEFVAL | AlexHolly | 2017-07-28 | 1 | -1/+1 |
| * | Tabs: expose tab_close_display_policy property | Poommetee Ketson | 2017-07-23 | 1 | -0/+13 |
| * | Tabs enhancements: get_tab_rect(), move_tab_from_to() | Jakub Grzesik | 2017-07-18 | 1 | -0/+18 |
| * | ability to reposition scene tabs with drag & drop | Jakub Grzesik | 2017-07-10 | 1 | -1/+37 |
| * | Enhance scene tabs | volzhs | 2017-06-16 | 1 | -40/+122 |
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -6/+6 |
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -2/+2 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -13/+17 |
| * | New customizable editor theme | volzhs | 2017-05-09 | 1 | -8/+8 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -265/+226 |
| * | Add disabled tabs | Ray Koopa | 2017-02-27 | 1 | -7/+35 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -13/+13 |
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-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 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -13/+13 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Tabs: Fix align issue with right/close buttons | Rémi Verschelde | 2016-05-01 | 1 | -5/+2 |
| * | Tabs: cleanup code, no functional change | Rémi Verschelde | 2016-05-01 | 1 | -86/+36 |
| * | Tabs: Fix navigation buttons overlap when resizing | Rémi Verschelde | 2016-05-01 | 1 | -42/+9 |
| * | Tabs: Fix icon size not taken into account for offset | Rémi Verschelde | 2016-05-01 | 1 | -0/+1 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -1/+1 |
| * | Remove strand debug print, fix #3473 | George Marques | 2016-01-26 | 1 | -1/+0 |
| * | -Improved tab visibility, fixes #3314 | Juan Linietsky | 2016-01-22 | 1 | -0/+41 |
| * | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky | 2016-01-13 | 1 | -235/+86 |
| * | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te... | Juan Linietsky | 2016-01-10 | 1 | -0/+84 |
| * | Merge pull request #3159 from neikeq/tab_close_icon | Rémi Verschelde | 2016-01-06 | 1 | -1/+1 |
| |\ |
|
| | * | Add tab close icon to the default theme | Ignacio Etcheverry | 2015-12-29 | 1 | -1/+1 |
| * | | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| |/ |
|
| * | -implement arrows on tabs, when too many tabs are present, fixes #2806 | Juan Linietsky | 2015-12-14 | 1 | -1/+128 |
| * | Merge pull request #2635 from StraToN/tabs-buttons | Juan Linietsky | 2015-11-18 | 1 | -0/+2 |
| |\ |
|
| | * | Fixed minor bug : quicklty pointing alternatively Script button and Close but... | Julian Murgia - StraToN | 2015-10-19 | 1 | -0/+2 |
| * | | -fixed tabs | Juan Linietsky | 2015-11-18 | 1 | -17/+16 |
| |/ |
|
| * | Added close button to tab. Added 4 display policies for this close button (sh... | Julian Murgia - StraToN | 2015-08-18 | 1 | -6/+244 |
| * | QOL, script buttons in scene tabs | Juan Linietsky | 2015-07-26 | 1 | -2/+111 |
| * | -added icons for root node types on tabs | Juan Linietsky | 2015-07-24 | 1 | -1/+1 |
| * | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | 2015-06-22 | 1 | -5/+43 |