summaryrefslogtreecommitdiffstats
path: root/servers/text_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Separate underscore from grapheme punctuation to enable doubleclick and ↵Leonardo Christino2021-07-131-2/+2
| | | | caret jump over snakecase variables in editor
* Improvements to Label's layout optionsHendrik Brucker2021-07-041-2/+19
| | | | | | - Added options to trim the text in case it overruns - Added more autowrap modes - Improved line breaking, which ignores trailing spaces
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
|
* Make is_equal_approx have explicit float and double versionsAaron Franke2021-05-201-1/+1
|
* [Complex Text Layouts] Provide access to glyph contour points.bruvzg2021-03-311-0/+22
|
* Merge pull request #46045 from bruvzg/text_server_bmp_createRémi Verschelde2021-02-241-0/+5
|\ | | | | [TextServer] Restores bitmap font dynamic construction functions.
| * [Text Server] Restores bitmap font dynamic construction functions.bruvzg2021-02-151-0/+5
| |
* | doc: Sync classref with current sourceRémi Verschelde2021-02-191-1/+1
| | | | | | | | And fix various bogus bindings following previous PRs.
* | [TextServer] Restore character and space extra spacing support.bruvzg2021-02-151-0/+6
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|
* Improve fill aligned text hit testing.bruvzg2020-12-211-20/+25
|
* Always include space characters (including tabs and other space-like chars) ↵bruvzg2020-12-211-1/+5
| | | | into selection rectangles.
* Add word breaks on punctuation characters.bruvzg2020-12-141-3/+4
|
* [Complex Text Layouts] Add variable fonts support.bruvzg2020-12-131-0/+5
|
* [Complex Text Layouts] Performance optimizations.bruvzg2020-12-071-53/+91
|
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback ↵bruvzg2020-11-261-0/+1246
TextServer.