| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -910/+790 |
| * | RichTextLabel add function remove_line | Vincent | 2017-02-16 | 1 | -0/+43 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -39/+39 |
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -3/+3 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -7/+7 |
| * | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 1 | -2/+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 | -18/+19 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -39/+39 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Fix duplicated string on RichTextLabel if starts with '\n' | volzhs | 2016-12-22 | 1 | -1/+2 |
| * | Fix empty reference pages after restarting Godot | Franklin Sobrinho | 2016-07-17 | 1 | -1/+3 |
| * | Merge pull request #5606 from akien-mga/pr-rtl-raw-text | Juan Linietsky | 2016-07-10 | 1 | -5/+6 |
| |\ |
|
| | * | RichTextLabel: Fix adding raw text when bbcode is disabled | Rémi Verschelde | 2016-07-09 | 1 | -5/+6 |
| * | | Merge pull request #5489 from jejung/richtextlabel-get_text | Juan Linietsky | 2016-07-10 | 1 | -0/+19 |
| |\ \
| |/
|/| |
|
| | * | Adding support to get the raw text without formatting information from a Rich... | Jean Jung | 2016-06-29 | 1 | -0/+19 |
| * | | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -65/+1 |
| |/ |
|
| * | correctly wrap lines longer than width in richtextlabel, fixes #4735 | Juan Linietsky | 2016-06-14 | 1 | -0/+7 |
| * | make sure tab is not visible in RichTextLabel, closes #5079 | Juan Linietsky | 2016-06-11 | 1 | -0/+2 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -3/+3 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | Fix proper ordering of project settings properties, also fixes inability to c... | reduz | 2015-12-28 | 1 | -1/+1 |
| * | Merge pull request #3146 from akien-mga/pr-argument-names | Rémi Verschelde | 2015-12-28 | 1 | -2/+2 |
| |\ |
|
| | * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 1 | -2/+2 |
| * | | -fixed rich text label fill alignment, always works now | reduz | 2015-12-28 | 1 | -13/+22 |
| |/ |
|
| * | small optimization improvement to rich text label tables | reduz | 2015-12-26 | 1 | -4/+14 |
| * | -Added table support to RichTextLabel | reduz | 2015-12-26 | 1 | -125/+387 |
| * | Merge pull request #2975 from neikeq/help_scroll_top | Rémi Verschelde | 2015-12-02 | 1 | -6/+2 |
| |\ |
|
| | * | Fix help view not scrolling to the top | neikeq | 2015-12-02 | 1 | -6/+2 |
| * | | Fix RichTextLabel copy never called | neikeq | 2015-12-02 | 1 | -1/+1 |
| |/ |
|
| * | Fix editor help scroll to result | Franklin Sobrinho | 2015-11-27 | 1 | -1/+2 |
| * | -Merged Script and Help tabs | Juan Linietsky | 2015-11-17 | 1 | -1/+2 |
| * | Merge pull request #1899 from guilhermefelipecgs/fix_#1897 | Juan Linietsky | 2015-10-17 | 1 | -11/+7 |
| |\ |
|
| | * | Fix for scroll_to_line and search functions, fix #1897 | Guilherme Felipe | 2015-05-13 | 1 | -11/+7 |
| * | | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky | 2015-06-01 | 1 | -6/+52 |
| * | | fix a crash situation when starting a thread and other small fixes | Juan Linietsky | 2015-05-18 | 1 | -0/+2 |
| |/ |
|
| * | -Added prints() function, fixes #1132, #1859 | Juan Linietsky | 2015-05-09 | 1 | -0/+10 |
| * | avoid crash on some cases of richtextlabel fill, but odd behavior persists, #... | Juan Linietsky | 2015-05-05 | 1 | -1/+3 |
| * | disable apply modifiers by default in export flag | Juan Linietsky | 2015-04-22 | 1 | -1/+1 |
| * | -Many fixes and demo for RichTexLabel | Juan Linietsky | 2015-04-21 | 1 | -21/+186 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | Import 3D Scene Improvements | Juan Linietsky | 2014-06-19 | 1 | -1/+2 |
| * | A bit of everything: | Juan Linietsky | 2014-05-14 | 1 | -0/+4 |
| * | -project settings are saved when changed | Juan Linietsky | 2014-02-15 | 1 | -3/+107 |
| * | GODOT IS OPEN SOURCE | Juan Linietsky | 2014-02-09 | 1 | -0/+1476 |