Age | Commit message (Expand) | Author |
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-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-20 | Expose `FontData::{set,get}_fixed_size` methods | Danil Alexeev |
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-09 | Fix missing argument names in bindings | Rémi Verschelde |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-10-01 | [FontData] Fixes saving copy of the font source data, if it was created from ... | bruvzg |
2021-09-22 | Fill variation coordinates dictionary with default values when FontData is se... | bruvzg |
2021-09-20 | Add FontData cache index check, remove excessive loop. | bruvzg |
2021-08-27 | Makes FontData importable resource. | bruvzg |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-02-24 | Merge pull request #46045 from bruvzg/text_server_bmp_create | Rémi Verschelde |
2021-02-15 | Fix font `draw_*string` crash with empty data. | bruvzg |
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-02-10 | Removed _change_notify | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-18 | Font: Fix typo in DynamicFontData compat code | Rémi Verschelde |
2020-12-13 | [Complex Text Layouts] Add variable fonts support. | bruvzg |
2020-12-09 | Merge pull request #43931 from bruvzg/ctl_comp_font | Rémi Verschelde |
2020-12-06 | [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T... | 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-10-24 | Refactored 2D shader and lighting system | reduz |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-05-27 | Expose `get_char_size()` from Font instead of BitmapFont | Maganty Rushyendra |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
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-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-21 | Allow greater values for DynamicFont size property | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-09-27 | doc: Sync classref with current source | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora |