summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
2018-10-25Fix "fill" justification in RichTextLabel to only affect lines that have auto...Sean McCarthy
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-27Inspector: Enable wrap for multiline text widgetRémi Verschelde
2018-09-23Add proper strikethrough BBCode to RichTextLabelMichael Alexsander Silva Dias
2018-09-15Rename ScrollBar's drag_slave to drag_nodeRémi Verschelde
2018-09-12Merge pull request #21877 from DualMatrix/richlabelRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-08Fixed the remove_line function in richtextlabel. It was totally brokenDualMatrix
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-20-Fix tooltips in inspector, now they show as rich text.Juan Linietsky
2018-07-01Fix underline_meta not working in RichTextLabelWill Nations
2018-05-08Change from "search dialog" to "search bar" on help screenGuilherme Silva
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
2018-05-07Merge pull request #18122 from olivergs/wip/rtl-content-heightMax Hilbrunner
2018-05-05Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadowMax Hilbrunner
2018-04-21fix clang6 assignment errorthfrwn
2018-04-12Implement font shadows for RichTextLabelMarkus Törnqvist
2018-04-11RichTextLabel, doc: Added new method to get total content heightOliver Gutierrez
2018-03-24Fix `RichTextLabel` column size growing beyond its calculated `max_width`robfram
2018-03-18Fix bad rendering of BBCode tables in `RichTextLabel`robfram
2018-03-02Fix more regressions in RichTextLabel from PR 15711Bernhard Liebl
2018-03-01Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32dpoke1024
2018-01-14Fixes wrong vertical font layout in RichTextLabelBernhard Liebl
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15317 from poke1024/fix-rtl-underlineRémi Verschelde
2018-01-04RichTextLabel: don't draw underline on single charactersBernhard Liebl
2018-01-04Fix word wrapping in tables in RichTextLabelBernhard Liebl
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-28Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl
2017-12-15Fix thin lines in editor gui on hidpi (issue 14691)Bernhard Liebl
2017-12-13Fix crash (and bug) in RichTextLabelpoke1024
2017-12-10Fix crash in RichTextLabel::selection_copy()Bernhard Liebl
2017-12-04Rich Text Label: fixed deselection issueDmitry Koteroff
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-17Adding ability for single meta hoveringWill Nations
2017-11-05Fix selection and clicks on text in tables in RichTextLabelBernhard Liebl
2017-11-02Fixed RichTextLabel::add_newline() #12564Zher Huei Lee
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-10-15Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde
2017-10-05Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov
2017-09-28keep font color on selection as defaulttoger5
2017-09-21RichTextLabel: Added get_visible_line_count method.Ferenc Arn
2017-09-16Make clickable properly in editor helpvolzhs
2017-09-04fixed copy on osx + help selection colortoger5
2017-09-02richTextLable implemented stylebox supporttoger5
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde