summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-24Make search in RichTextLabel case-insensitiveTomasz Chabora
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-17Merge pull request #36229 from dreamsComeTrue/rich-text-label-key-eventsRémi Verschelde
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-14RichTextLabel: proper handling of internal key eventsDominik 'dreamsComeTrue' Jasiński
2020-02-11Texture refactorJuan Linietsky
2020-02-09Merge pull request #35768 from Eoin-ONeill-Yokai/hiddenRichTextRémi Verschelde
2020-02-07Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde
2020-01-30Fix RichTextEffect `visibility` to Account for Skipped Characters.Eoin O'Neill
2020-01-08Emits meta_hover_ended when mouse exit RichTextLabelHaoyu Qiu
2020-01-08Fixes RichTextLabel click issue when cell text wrapsHaoyu Qiu
2020-01-07Check if cursor is inside meta when getting cursor shapeKanabenki
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-12Fixes crash after remove_line in RichTextLabelHaoyu Qiu
2019-10-25Merge pull request #32870 from bergmannf/27850_rtl_bold_italicRémi Verschelde
2019-10-22Shadows Now Properly Translate by RichTextEffect offset.Eoin O'Neill
2019-10-22Merge pull request #32965 from volzhs/richtextlabel-scroll-activeRémi Verschelde
2019-10-22Fix scrolling RichTextLabel with scroll_active=falsevolzhs
2019-10-16Add push_* methods for fonts in rich_text_labelFlorian Bergmann
2019-10-16Support for resized images in RichTextLabelPouleyKetchoupp
2019-10-05Fix crash in Control functionsqarmin
2019-09-26Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ...Relintai
2019-09-11Fix Sanitization BugEoin O'Neill
2019-09-03Update RichTextLabel to support real time effects and custom BBCodes.Eoin O'Neill
2019-08-30Merge pull request #30927 from mahubu/console-multi-selection-cursorRémi Verschelde
2019-08-01Same method when redrawing as when theme changedCameron Reikes
2019-07-29Change cursor to multi-selection cursor when selecting text in RichTextLabel.Teto
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-20Fix for #29810Elia Sarti
2019-06-14Fix RichTextLabel alignment tags not working properlyElia Sarti
2019-06-07Fix RichLabelText::_process_line crashqarmin
2019-05-27Fix uninitialised member variable 'meta_hovering' in RichTextLabelIbrahn Sahir
2019-04-27Fix the unclickable links inside the docDaw11
2019-04-23Revert "RichTextLabel: Adding the ability to change the default cursor"Rémi Verschelde
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-04-02Fixed an issue where changing the default_cursor on the RichTextLabel's meta_...Robear Selwans
2019-03-08Added the ability to change the default cursor property for the RichTextLabel...Robear Selwans
2019-02-22Use correct meta item in rich text.Kārlis Seņko