aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed copy on osx + help selection colortoger52017-09-041-1/+1
* richTextLable implemented stylebox supporttoger52017-09-021-9/+18
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-18/+18
* Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Add object type hint for docsPoommetee Ketson2017-07-231-1/+1
* Added additional functions to RichTextLabel:TwistedTwigleg2017-07-081-2/+31
* Add statements for script types of RichTextLabelgeequlim2017-06-241-2/+2
* Revert "Fix text warp in color blocks with CJK"Rémi Verschelde2017-06-071-1/+1
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-2/+2
* Fix text warp in color blocks with CJKGeequlim2017-05-271-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-109/+104
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-2/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-910/+790
* RichTextLabel add function remove_lineVincent2017-02-161-0/+43
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-39/+39
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-3/+3
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-7/+7
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-2/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-18/+19
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-39/+39
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix duplicated string on RichTextLabel if starts with '\n'volzhs2016-12-221-1/+2
* Fix empty reference pages after restarting GodotFranklin Sobrinho2016-07-171-1/+3
* Merge pull request #5606 from akien-mga/pr-rtl-raw-textJuan Linietsky2016-07-101-5/+6
|\
| * RichTextLabel: Fix adding raw text when bbcode is disabledRémi Verschelde2016-07-091-5/+6
* | Merge pull request #5489 from jejung/richtextlabel-get_textJuan Linietsky2016-07-101-0/+19
|\ \ | |/ |/|
| * Adding support to get the raw text without formatting information from a Rich...Jean Jung2016-06-291-0/+19
* | Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-65/+1
|/
* correctly wrap lines longer than width in richtextlabel, fixes #4735Juan Linietsky2016-06-141-0/+7
* make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky2016-06-111-0/+2
* remove trailing whitespaceHubert Jarosz2016-03-091-3/+3
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Fix proper ordering of project settings properties, also fixes inability to c...reduz2015-12-281-1/+1
* Merge pull request #3146 from akien-mga/pr-argument-namesRémi Verschelde2015-12-281-2/+2
|\
| * Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-2/+2
* | -fixed rich text label fill alignment, always works nowreduz2015-12-281-13/+22
|/
* small optimization improvement to rich text label tablesreduz2015-12-261-4/+14
* -Added table support to RichTextLabelreduz2015-12-261-125/+387
* Merge pull request #2975 from neikeq/help_scroll_topRémi Verschelde2015-12-021-6/+2
|\
| * Fix help view not scrolling to the topneikeq2015-12-021-6/+2
* | Fix RichTextLabel copy never calledneikeq2015-12-021-1/+1
|/
* Fix editor help scroll to resultFranklin Sobrinho2015-11-271-1/+2
* -Merged Script and Help tabsJuan Linietsky2015-11-171-1/+2
* Merge pull request #1899 from guilhermefelipecgs/fix_#1897Juan Linietsky2015-10-171-11/+7
|\