Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand Godot 4.3 to Redot | Trashguy | 2024-10-13 | 1 | -3/+3 |
| | |||||
* | [TextServer] Fix get_word_breaks and it uses. | bruvzg | 2024-06-21 | 1 | -2/+3 |
| | |||||
* | [TextServer] Add notes about high level text/font classes and getting active ↵ | bruvzg | 2024-05-15 | 1 | -0/+10 |
| | | | | server instance. | ||||
* | Merge pull request #81639 from MJacred/is_letter | Rémi Verschelde | 2024-05-03 | 1 | -0/+7 |
|\ | | | | | | | Add `is_valid_letter()` to `TextServer` | ||||
| * | Add is_valid_letter() to TextServer | MJacred | 2024-05-02 | 1 | -0/+7 |
| | | |||||
* | | Improve TextEdit/LineEdit word selection. | bruvzg | 2024-04-22 | 1 | -0/+1 |
| | | |||||
* | | [TextServer] Expose ICU title case string conversion to scripting. | bruvzg | 2024-04-04 | 1 | -0/+10 |
| | | |||||
* | | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, ↵ | bruvzg | 2024-03-13 | 1 | -6/+6 |
| | | | | | | | | update extension docs. | ||||
* | | Merge pull request #89395 from bruvzg/rtl_ts_img_range | Rémi Verschelde | 2024-03-12 | 1 | -0/+16 |
|\ \ | | | | | | | | | | [RTL] Use "visible characters" property for inline object visibility | ||||
| * | | [RTL] Use "visible characters" property for inline object visibility | bruvzg | 2024-03-12 | 1 | -0/+16 |
| | | | |||||
* | | | [Font] Add option to disable embedded bitmaps loading. | bruvzg | 2024-03-11 | 1 | -0/+15 |
|/ / | |||||
* / | [TextEdit] Add support for optional wrapped line indentation. | bruvzg | 2024-02-26 | 1 | -0/+3 |
|/ | |||||
* | [TextServer] Implement soft hyphen handling. | bruvzg | 2024-02-23 | 1 | -0/+3 |
| | |||||
* | [TextServer / Font] Add support for customizable baseline offset. | bruvzg | 2024-01-28 | 1 | -0/+15 |
| | |||||
* | Add missing descriptions to TextServer's constants | Micky | 2024-01-06 | 1 | -0/+3 |
| | |||||
* | [Text Overrun] Add option to set custom ellipsis character, add support for ↵ | bruvzg | 2023-12-04 | 1 | -0/+15 |
| | | | | system font fallback. | ||||
* | Fix typo in TextureServer.font_get_face_index description | Haoyu Qiu | 2023-11-12 | 1 | -2/+2 |
| | |||||
* | [Bitmap fonts] Add support for scaling. | bruvzg | 2023-10-13 | 1 | -0/+24 |
| | |||||
* | Merge pull request #82691 from YuriSizov/rst-validate-with-exceptions | Rémi Verschelde | 2023-10-04 | 1 | -4/+3 |
|\ | | | | | | | Validate `code` tags for class and member references | ||||
| * | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors. | ||||
* | | [TextServer] Store font extra spacing variations without making a full copy ↵ | bruvzg | 2023-09-28 | 1 | -0/+7 |
|/ | | | | of font. | ||||
* | Merge pull request #80954 from bruvzg/sp_per_font | Rémi Verschelde | 2023-08-28 | 1 | -0/+17 |
|\ | | | | | | | [Text Server] Store extra spacing of individual font variations. | ||||
| * | [Text Server] Store extra spacing of individual font variations. | bruvzg | 2023-08-24 | 1 | -0/+17 |
| | | |||||
* | | Fix various typos in classref | Haoyu Qiu | 2023-08-22 | 1 | -2/+2 |
|/ | |||||
* | [TextServer] Fix system font fallback and caret/selection behavior for ↵ | bruvzg | 2023-08-15 | 1 | -2/+45 |
| | | | | composite characters. | ||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Display `BitField[Enum]` in docs to distinguish from `Enum` | Danil Alexeev | 2023-06-15 | 1 | -7/+7 |
| | |||||
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -3/+3 |
| | |||||
* | [TextServer] Add support for retrieving OpenType name strings. | bruvzg | 2023-05-22 | 1 | -0/+7 |
| | |||||
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. ↵ | bruvzg | 2023-05-15 | 1 | -1/+17 |
| | | | | Add flags to control last/single line justification. | ||||
* | Fix various typos in the classref | Haoyu Qiu | 2023-04-18 | 1 | -1/+1 |
| | |||||
* | [TextServer] Use dedicated flag for object replacement characters. | bruvzg | 2023-04-12 | 1 | -0/+3 |
| | |||||
* | Fix typos and inconsistencies in classref | Haoyu Qiu | 2023-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | * Typo fixes. * Navigation agent's `velocity_computed` signal is not emitted by `set_velocity`, but at the end of that frame if `set_velocity` is called. * Simplify link in navigation agent's `avoidance_enabled` description. * Unify `navigation_layers` description across `NavigationAgent{2,3}D`. * Unify `is_normalized()` description across `Vector2`, `Vector3`, and `Vector4` | ||||
* | Merge pull request #74149 from bruvzg/get_char | Yuri Sizov | 2023-03-16 | 1 | -1/+10 |
|\ | | | | | [Font] Implement `get_char_from_glyph_index` function. | ||||
| * | [Font] Implement `get_char_from_glyph_index` function. | bruvzg | 2023-03-01 | 1 | -1/+10 |
| | | |||||
* | | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
|/ | | | | Can't stop, won't stop, they said, huh? | ||||
* | Various classref typo fixes | Haoyu Qiu | 2023-02-20 | 1 | -1/+1 |
| | |||||
* | Implement BiDi override mode for GDScript source. | bruvzg | 2023-01-18 | 1 | -4/+7 |
| | |||||
* | Update documentation for TextServer.format_number() when language parameter ↵ | Ken Paulson | 2022-12-18 | 1 | -0/+1 |
| | | | | is omitted. | ||||
* | Fix String::word_wrap() for long words | Haoyu Qiu | 2022-12-16 | 1 | -2/+9 |
| | | | | | | | | | - Changes `TextServer.string_get_word_breaks()` - Returns pairs of boundary start and end offsets - Accepts `chars_per_line` to return line breaks - Removes `String::word_wrap()` Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | ||||
* | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | 2022-12-15 | 1 | -0/+2 |
| | |||||
* | Use capitalized ID in the doc | Haoyu Qiu | 2022-12-08 | 1 | -1/+1 |
| | |||||
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -0/+48 |
| | | | | | | | Add support for font weight and stretch selection when using system fonts. Add function to get system fallback font from a font name, style, text, and language code. Implement system font support for Android. Use system fonts as a last resort fallback. | ||||
* | Hide Antialiasing import option on DynamicFonts with MSDF enabled | Hugo Locurcio | 2022-11-03 | 1 | -9/+9 |
| | | | | | | | | Antialiasing cannot be adjusted on fonts rendered with MSDF. Internally, Godot always uses grayscale antialiasing for those fonts. This also tweaks property hints for consistency, and renames uses of "sub-pixel" to the more commonly used "subpixel". | ||||
* | Style: Misc docs and comment style and language fixes | Rémi Verschelde | 2022-11-02 | 1 | -2/+2 |
| | | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | ||||
* | Improve font glyph cache packing shelf best height fit heuristic. | bruvzg | 2022-10-18 | 1 | -2/+2 |
| | |||||
* | [GDExtension] Use function names with underscore for TextServer extension, ↵ | bruvzg | 2022-09-28 | 1 | -0/+2 |
| | | | | add macros to generate wrappers for module functions. | ||||
* | Do not use horizontal hinting for the editor monospace font. | bruvzg | 2022-09-14 | 1 | -0/+1 |
| | |||||
* | Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray | Rémi Verschelde | 2022-09-02 | 1 | -2/+2 |
|\ |