summaryrefslogtreecommitdiffstats
path: root/scene/gui/label.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix Label visible_characters bad precisionjmb4622021-03-071-1/+4
* Label::set_lines_skipped Fail if passed a negative valuekleonc2021-02-211-0/+1
* Keep Label's min height when emptyMichael Alexsander2021-02-121-6/+10
* Removed _change_notifyreduz2021-02-101-3/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-2/+2
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-9/+9
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* [Complex Text Layouts] Performance optimizations.bruvzg2020-12-071-5/+9
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-9/+12
* [Complex Text Layouts] Refactor Label and LineEdit controls.bruvzg2020-11-261-346/+370
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-8/+10
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Merge pull request #40649 from themvl/masterRémi Verschelde2020-09-051-1/+17
|\
| * Fix bug where leading and trailing spaces werent taken into account with cent...mvl2020-08-311-1/+17
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-6/+6
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-21/+40
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-58/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-16/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-17/+17
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Revert "make Label consider spaces for visible_characters"Rémi Verschelde2020-01-281-1/+0
* Update minimum size on Label::set_autowrapHaoyu Qiu2020-01-101-0/+8
* Merge pull request #34874 from wingedadventurer/bugfix-label-visible-charactersRémi Verschelde2020-01-081-0/+1
|\
| * make Label consider spaces for visible_characterswingedadventurer2020-01-061-0/+1
* | Calculate label size more accuratelyvolzhs2020-01-071-7/+4
|/
* Fix calculating label sizevolzhs2020-01-061-9/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp2019-11-041-3/+10
* Allow Label autowrap to cut words when they exceed line widthPouleyKetchoupp2019-10-161-0/+5
* Draw the outline as part of the Label font shadowHugo Locurcio2019-06-281-4/+4
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #24428 from akien-mga/label-uppercaseRémi Verschelde2018-12-181-2/+2
|\
| * Label: Fix kerning when using Uppercase modeRémi Verschelde2018-12-171-2/+2
* | Don't accidentally convert string content to charHein-Pieter van Braam2018-12-171-1/+1
|/
* Fix return value of get_total_character_countThomas ten Cate2018-11-151-3/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-6/+6
* fix enum cast warnings on clangkarroffel2018-10-041-2/+2
* Fix Label::get_minimum_size not updating cache size for autowrapGuilherme Felipe2018-09-191-5/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Fix Label autowrap clips textvolzhs2018-07-181-1/+1
* Ceil char width within Label instead of FontRuslan Mustakov2018-05-141-5/+8
* Always emit dynamic font change in update_oversamplingRuslan Mustakov2018-05-081-2/+2
* Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov2018-05-081-5/+7
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1