Nathan Franke
|
49403cbfa0
|
Replace String comparisons with "", String() to is_empty()
Also:
- Adds two stress tests to test_string.h
- Changes to .empty() on std::strings
|
2021-12-09 04:48:38 -06:00 |
|
Nathan Franke
|
41a20171eb
|
align to horizontal_alignment, valign to vertical_alignment, related
|
2021-12-09 01:38:46 -06:00 |
|
jmb462
|
81efebb3a1
|
Fix bad popups offset in editor with single window off
Co-authored-by: Gil Arasa Verge <gilarasaverge@gmail.com>
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
|
2021-12-06 14:29:48 +01:00 |
|
Yuri Roubinsky
|
eabf8f5edf
|
Added reset_size method to Control and Window classes
|
2021-11-22 16:55:21 +03:00 |
|
bruvzg
|
0c0b5c84b0
|
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
|
2021-10-01 15:13:29 +03:00 |
|
bruvzg
|
545db3c8af
|
Update Font advanced import dialog character ranges to Unicode 14. Fix character range selector column number.
|
2021-09-22 16:55:39 +03:00 |
|
bruvzg
|
4c3f7d1290
|
Makes FontData importable resource.
Adds multi-channel SDF font texture generation and rendering support.
Adds per-font oversampling support.
Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading.
Adds BMFont binary format and outline support.
|
2021-08-27 15:43:18 +03:00 |
|