| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -1/+1 |
| | | |||||
| * | Add a minimal template build to CI | Aaron Franke | 2021-11-12 | 1 | -0/+2 |
| | | | | | Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
| * | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde | 2021-11-12 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #46721 from bruvzg/custom_word_break_punct | Rémi Verschelde | 2021-11-09 | 1 | -9/+45 |
| |\ | |||||
| | * | [Text Server] Add support for user defined punctuation list, used for word ↵ | bruvzg | 2021-10-01 | 1 | -9/+45 |
| | | | | | | | | | breaking. | ||||
| * | | Merge pull request #54372 from bruvzg/text_edit_ui | Rémi Verschelde | 2021-11-09 | 1 | -0/+77 |
| |\ \ | |||||
| | * | | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg | 2021-10-31 | 1 | -0/+77 |
| | | | | | | | | | | | | | Add font selection toolbar editor plugin. | ||||
| * | | | Repaired mistyped of 'threshold' on several files. | M. Huri | 2021-10-31 | 1 | -4/+4 |
| |/ / | |||||
| * | | Ignore empty Font resources as theme override. | bruvzg | 2021-10-25 | 1 | -0/+1 |
| | | | | | | | | | | | Add range hint to font_size properties. Remove excessive `base_size` Font property. | ||||
| * | | [TextServer] Add texture index, offsets array size and Unicode char validation. | bruvzg | 2021-10-15 | 1 | -1/+10 |
| | | | |||||
| * | | Move static feature set and number system `StringName`s to the singleton. | bruvzg | 2021-10-12 | 1 | -33/+24 |
| |/ | | | | | | Remove `hb_` prefix from the custom bitmap font functions to avoid potential conflicts with the HarfBuzz. Cleanup commented debug code. Update numbering system data to CLDR 39. | ||||
| * | Implement TextServer GDExtension interface, remove TextServer GDNative ↵ | bruvzg | 2021-10-01 | 1 | -107/+138 |
| | | | | | interface. | ||||
| * | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -89/+89 |
| | | |||||
| * | Rename RID's `getornull()` to `get_or_null()` | Hugo Locurcio | 2021-09-29 | 1 | -114/+114 |
| | | |||||
| * | [Fallback TextServer] Fix char to glyph conversion. | bruvzg | 2021-09-29 | 1 | -30/+9 |
| | | |||||
| * | Fix trim overrun width not being reset. | bruvzg | 2021-09-27 | 1 | -0/+1 |
| | | |||||
| * | TextServer: Fix build with freetype disabled | Rémi Verschelde | 2021-09-15 | 1 | -3/+4 |
| | | | | | Also remove RTR calls as we don't translate internal error messages. | ||||
| * | [TextServer] Fix HarfBuzz handle init order. Fix MinGW build. | bruvzg | 2021-09-01 | 1 | -3/+3 |
| | | |||||
| * | Makes FontData importable resource. | bruvzg | 2021-08-27 | 1 | -330/+1850 |
| | | | | | | | | 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. | ||||
| * | Merge pull request #51178 from Geometror/layout-options-textline-textparagraph | Rémi Verschelde | 2021-08-11 | 1 | -83/+50 |
| |\ | | | | | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | ||||
| | * | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker | 2021-08-11 | 1 | -83/+50 |
| | | | |||||
| * | | [Text Server] Improve object (image/table) inline alignment. | bruvzg | 2021-08-08 | 1 | -111/+147 |
| |/ | |||||
| * | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 |
| | | |||||
| * | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -2/+2 |
| | | |||||
| * | Separate underscore from grapheme punctuation to enable doubleclick and ↵ | Leonardo Christino | 2021-07-13 | 1 | -1/+8 |
| | | | | | caret jump over snakecase variables in editor | ||||
| * | Improvements to Label's layout options | Hendrik Brucker | 2021-07-04 | 1 | -0/+155 |
| | | | | | | | - Added options to trim the text in case it overruns - Added more autowrap modes - Improved line breaking, which ignores trailing spaces | ||||
| * | [CTL] Improve font fallback order selection. | bruvzg | 2021-06-10 | 1 | -7/+7 |
| | | |||||
| * | [Complex Text Layouts] Provide access to glyph contour points. | bruvzg | 2021-03-31 | 1 | -0/+7 |
| | | |||||
| * | Fixes small typos and grammar correction | Anshul7sp1 | 2021-03-12 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #46045 from bruvzg/text_server_bmp_create | Rémi Verschelde | 2021-02-24 | 1 | -0/+33 |
| |\ | | | | | [TextServer] Restores bitmap font dynamic construction functions. | ||||
| | * | [Text Server] Restores bitmap font dynamic construction functions. | bruvzg | 2021-02-15 | 1 | -0/+33 |
| | | | |||||
| * | | Make FreeType optional for export templates. | bruvzg | 2021-02-19 | 1 | -6/+10 |
| | | | |||||
| * | | [TextServer] Restore character and space extra spacing support. | bruvzg | 2021-02-15 | 1 | -0/+33 |
| |/ | |||||
| * | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -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 🎆 | ||||
| * | Fix missed renamings from empty() to is_empty() | Rémi Verschelde | 2020-12-29 | 1 | -2/+2 |
| | | | | | Those were missed in #44401 or added by later PRs. | ||||
| * | Add word breaks on punctuation characters. | bruvzg | 2020-12-14 | 1 | -0/+7 |
| | | |||||
| * | [Complex Text Layouts] Performance optimizations. | bruvzg | 2020-12-07 | 1 | -14/+28 |
| | | |||||
| * | [Complex Text Layouts] Align glyph offsets and advances to the pixel grid. | bruvzg | 2020-12-06 | 1 | -33/+33 |
| | | |||||
| * | [Complex Text Layouts] Implement TextServer interface. Implement Fallback ↵ | bruvzg | 2020-11-26 | 1 | -0/+1362 |
| TextServer. | |||||
