summaryrefslogtreecommitdiff
path: root/scene/gui/label.cpp
AgeCommit message (Expand)Author
2021-03-07fix Label visible_characters bad precisionjmb462
2021-02-21Label::set_lines_skipped Fail if passed a negative valuekleonc
2021-02-12Keep Label's min height when emptyMichael Alexsander
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-07[Complex Text Layouts] Performance optimizations.bruvzg
2020-12-06[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg
2020-11-26[Complex Text Layouts] Refactor Label and LineEdit controls.bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-05Merge pull request #40649 from themvl/masterRémi Verschelde
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-31Fix bug where leading and trailing spaces werent taken into account with cent...mvl
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-01-28Revert "make Label consider spaces for visible_characters"Rémi Verschelde
2020-01-10Update minimum size on Label::set_autowrapHaoyu Qiu
2020-01-08Merge pull request #34874 from wingedadventurer/bugfix-label-visible-charactersRémi Verschelde
2020-01-06make Label consider spaces for visible_characterswingedadventurer
2020-01-07Calculate label size more accuratelyvolzhs
2020-01-06Fix calculating label sizevolzhs
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-04Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp
2019-10-16Allow Label autowrap to cut words when they exceed line widthPouleyKetchoupp
2019-06-28Draw the outline as part of the Label font shadowHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-18Merge pull request #24428 from akien-mga/label-uppercaseRémi Verschelde
2018-12-17Don't accidentally convert string content to charHein-Pieter van Braam
2018-12-17Label: Fix kerning when using Uppercase modeRémi Verschelde
2018-11-15Fix return value of get_total_character_countThomas ten Cate
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-04fix enum cast warnings on clangkarroffel
2018-09-19Fix Label::get_minimum_size not updating cache size for autowrapGuilherme Felipe
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-18Fix Label autowrap clips textvolzhs
2018-05-14Ceil char width within Label instead of FontRuslan Mustakov
2018-05-08Always emit dynamic font change in update_oversamplingRuslan Mustakov
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde