Age | Commit message (Expand) | Author |
2023-01-26 | [SystemFont] Add missing MSDF properties. | bruvzg |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-24 | [Font] Use key structure instead of raw hash for LRU cache to avoid collisions. | bruvzg |
2022-12-04 | Use system fonts as fallback and improve system font handling. | bruvzg |
2022-08-26 | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 | Rémi Verschelde |
2022-08-23 | Add font LCD sub-pixel anti-aliasing support. | bruvzg |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-09 | Allow MSDF rendering for system fonts, fix crash on loading damaged / unsuppo... | bruvzg |
2022-07-26 | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-06-07 | [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.... | bruvzg |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-03-17 | Unify TextServer built-in module and GDExtension code. | bruvzg |
2022-03-11 | Add options to embolden and transform font outlines to simulate bold and ital... | bruvzg |
2022-02-12 | Add sub-pixel glyph positioning support. | bruvzg |
2022-01-17 | Merge pull request #54794 from bruvzg/runtime_bmfont_parser | Rémi Verschelde |
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Add a double-precision editor build to CI | Aaron Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-09 | Move BMFont parser code from importer to the FontData to allow loading bitmap... | bruvzg |
2021-10-31 | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg |
2021-10-25 | Ignore empty Font resources as theme override. | bruvzg |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-08-27 | Makes FontData importable resource. | bruvzg |
2021-02-24 | Merge pull request #46045 from bruvzg/text_server_bmp_create | Rémi Verschelde |
2021-02-15 | [Text Server] Restores bitmap font dynamic construction functions. | bruvzg |
2021-02-15 | [TextServer] Restore character and space extra spacing support. | bruvzg |
2021-02-11 | Improve resource load cache | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-13 | [Complex Text Layouts] Add variable fonts support. | bruvzg |
2020-12-03 | [Complex Text Layouts] Add compatibility for legacy Font resources. | bruvzg |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-29 | Use underline position and thickness value in font file | volzhs |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde |