История коммитов

Автор SHA1 Сообщение Дата
  bruvzg 7aad14a4b6 [TextServer] Add support for trimming edge spaces on line break. 3 лет назад
  Rémi Verschelde 7013c68619 Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 3 лет назад
  Rémi Verschelde 4698dc67b5 Merge pull request #64082 from KoBeWi/array3k 3 лет назад
  Rémi Verschelde 96194628df Merge pull request #64346 from firefly2442/patch-1 3 лет назад
  kobewi f7f4873ed0 Replace Array return types with TypedArray 3 3 лет назад
  bruvzg bcc3643989 Add font LCD sub-pixel anti-aliasing support. 3 лет назад
  kobewi 8be27dc59e Replace Array return types with TypedArray 3 лет назад
  Patrick 2b93f44739 small typo in TextServer, changes bitwise to logical which can be faster in some cases via "short circuiting" 3 лет назад
  bruvzg 2980c0d60c HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification. 3 лет назад
  bruvzg 4373a0bb86 [TextServer] Add ICU Unicode security and spoofing detection. 4 лет назад
  bruvzg 5aa48b6ae5 [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function. 4 лет назад
  bruvzg cbe3a2dcb7 Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 3 лет назад
  bruvzg 344ba0ffaf Refactor Font configuration and import UI, and Font resources. 3 лет назад
  bruvzg b5c96df277 Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer. 3 лет назад
  bruvzg 6e4cdad3ac [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.OTC). 3 лет назад
  Nathan Franke 77c8f271e7 use ERR_FAIL_INDEX when preferred 3 лет назад
  bruvzg 6ab672d1ef Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 4 лет назад
  bruvzg be611c1c05 Implement Label3D node. 3 лет назад
  Rémi Verschelde 9528aa42be Merge pull request #60102 from KoBeWi/graphememe 3 лет назад
  bruvzg 75eec38772 [TextServer] Fix long selection performance. 3 лет назад
  kobewi 2c85599218 Improve shaped_text_get_word_breaks() 3 лет назад
  Marc Garcia Puig f22d257025 Fixed ctrl + backspace on empty lines 3 лет назад
  bruvzg f19cd44346 Unify TextServer built-in module and GDExtension code. 3 лет назад
  bruvzg aada395354 Fix text clipping on the right side. 3 лет назад
  bruvzg b32e8d63d8 Add options to embolden and transform font outlines to simulate bold and italic typefaces. 3 лет назад
  bruvzg e88522f5b5 [TextServer] Improve word breaking when there are multiple spaces between words. 3 лет назад
  bruvzg 29199579f7 Add sub-pixel glyph positioning support. 4 лет назад
  bruvzg 215bede6ff [TextServer] Add function to change font, font size, and OpenType features without invalidating line break points, justification points, or recreating shaped text buffer. 4 лет назад
  bruvzg e02a097280 [TextServer] Implement locale and context sensitive case conversion functions. 4 лет назад
  bruvzg baec983d8a [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and interaction between these modes. 4 лет назад