Commit History

Author SHA1 Message Date
  Thaddeus Crews 26e7b6bdd6 Merge pull request #99164 from bruvzg/int_files 2 months ago
  Pāvels Nadtočajevs c5ca56f40b [Export] Write text server data from memory, instead of using temporary file. 2 months ago
  bruvzg e81a2afbc4 [TextServer] Reset subpixel shift on blank glyphs and import option to enable/disable it. 3 months ago
  David Snopek c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 7 months ago
  bruvzg 32bc1c2f33 [Font Import] Detect pixel fonts and disable subpixel positioning. 6 months ago
  bruvzg e651421905 [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. 8 months ago
  Rémi Verschelde 25fe3d4b46 Merge pull request #81639 from MJacred/is_letter 9 months ago
  MJacred 717513a62d Add is_valid_letter() to TextServer 9 months ago
  bruvzg a116801ec7 Improve TextEdit/LineEdit word selection. 9 months ago
  bruvzg 27f6f4147b [TextServer] Expose ICU title case string conversion to scripting. 10 months ago
  Rémi Verschelde 061e0c758d Merge pull request #89395 from bruvzg/rtl_ts_img_range 11 months ago
  bruvzg 433de7f1a8 [RTL] Use "visible characters" property for inline object visibility 11 months ago
  bruvzg 911fa38d3a [Font] Add option to disable embedded bitmaps loading. 11 months ago
  bruvzg 85df221610 [TextServer / Font] Add support for customizable baseline offset. 1 year ago
  bruvzg 56579f397d [Text Overrun] Add option to set custom ellipsis character, add support for system font fallback. 1 year ago
  bruvzg 9a1e0e4aef [Bitmap fonts] Add support for scaling. 1 year ago
  bruvzg 4a167fc740 [TextServer] Store font extra spacing variations without making a full copy of font. 1 year ago
  Yuri Sizov d8ff69d53c Extract ScriptInstance to simplify includes 1 year ago
  bruvzg 5453503697 [Text Server] Store extra spacing of individual font variations. 1 year ago
  bruvzg 5d3fcc5766 [TextServer] Fix system font fallback and caret/selection behavior for composite characters. 1 year ago
  bruvzg aaddec7cb8 [TextServer] Add support for retrieving OpenType name strings. 1 year ago
  bruvzg 8459aeaab0 [Font] Implement `get_char_from_glyph_index` function. 1 year ago
  bruvzg bbc77b6d29 Fix text server GDExtension build. 2 years ago
  bruvzg 5361ec9f43 Implement BiDi override mode for GDScript source. 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Haoyu Qiu 207e52c161 Fix String::word_wrap() for long words 2 years ago
  bruvzg 53c76fa5d1 [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. 2 years ago
  Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension 2 years ago
  bruvzg ecec415988 Use system fonts as fallback and improve system font handling. 2 years ago
  bruvzg 8f5d56e04a [GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions. 2 years ago