Age | Commit message (Expand) | Author |
2017-07-08 | Added additional functions to RichTextLabel: | TwistedTwigleg |
2017-06-24 | Add statements for script types of RichTextLabel | geequlim |
2017-06-07 | Revert "Fix text warp in color blocks with CJK" | Rémi Verschelde |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-27 | Fix text warp in color blocks with CJK | Geequlim |
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-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-16 | RichTextLabel add function remove_line | Vincent |
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-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-09 | -All types have editable script now in properties | Juan Linietsky |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | 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-12-22 | Fix duplicated string on RichTextLabel if starts with '\n' | volzhs |
2016-07-17 | Fix empty reference pages after restarting Godot | Franklin Sobrinho |
2016-07-10 | Merge pull request #5606 from akien-mga/pr-rtl-raw-text | Juan Linietsky |
2016-07-10 | Merge pull request #5489 from jejung/richtextlabel-get_text | Juan Linietsky |
2016-07-09 | RichTextLabel: Fix adding raw text when bbcode is disabled | Rémi Verschelde |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde |
2016-06-29 | Adding support to get the raw text without formatting information from a Rich... | Jean Jung |
2016-06-14 | correctly wrap lines longer than width in richtextlabel, fixes #4735 | Juan Linietsky |
2016-06-11 | make sure tab is not visible in RichTextLabel, closes #5079 | Juan Linietsky |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-28 | Fix proper ordering of project settings properties, also fixes inability to c... | reduz |
2015-12-28 | Merge pull request #3146 from akien-mga/pr-argument-names | Rémi Verschelde |
2015-12-28 | -fixed rich text label fill alignment, always works now | reduz |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-26 | small optimization improvement to rich text label tables | reduz |
2015-12-26 | -Added table support to RichTextLabel | reduz |
2015-12-02 | Merge pull request #2975 from neikeq/help_scroll_top | Rémi Verschelde |
2015-12-02 | Fix help view not scrolling to the top | neikeq |
2015-12-02 | Fix RichTextLabel copy never called | neikeq |
2015-11-27 | Fix editor help scroll to result | Franklin Sobrinho |
2015-11-17 | -Merged Script and Help tabs | Juan Linietsky |
2015-10-17 | Merge pull request #1899 from guilhermefelipecgs/fix_#1897 | Juan Linietsky |
2015-06-01 | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky |
2015-05-18 | fix a crash situation when starting a thread and other small fixes | Juan Linietsky |
2015-05-13 | Fix for scroll_to_line and search functions, fix #1897 | Guilherme Felipe |
2015-05-09 | -Added prints() function, fixes #1132, #1859 | Juan Linietsky |
2015-05-05 | avoid crash on some cases of richtextlabel fill, but odd behavior persists, #... | Juan Linietsky |
2015-04-22 | disable apply modifiers by default in export flag | Juan Linietsky |
2015-04-21 | -Many fixes and demo for RichTexLabel | Juan Linietsky |