| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-10 | Fixed DrawTextRecEx() selection when wordwrap is ON | Demizdor | |
| 2019-05-06 | Corrected issue with wrong text measuring | Ray | |
| 2019-04-24 | Fixed selection in DrawTextRecEx() | Demizdor | |
| 2019-04-23 | Support custom memory management macros | Ray | |
| Users can define their custom memory management macros. NOTE: Most external libraries support custom macros in the same way, raylib should redefine those macros to raylib ones, to unify custom memory loading. That redefinition is only implemented as example for stb_image.h in [textures] module. | |||
| 2019-04-21 | Initial unicode implementation for UTF8 encoded text | Demizdor | |
| 2019-04-08 | Review creation years | Ray | |
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2019-02-28 | Some spacing review | Ray | |
| 2019-02-28 | Removed unnecessary | Skabunkel | |
| 2019-02-24 | ... tabs again... _facepalm_ | Skabunkel | |
| 2019-02-24 | Missed one | Skabunkel | |
| 2019-02-24 | Fixed segmentation fult created by quick fix | Skabunkel | |
| 2019-02-24 | Tabs to spaces | Skabunkel | |
| 2019-02-24 | #764 - Quick fix that clears alot of memory, there seems to be more hiding ↵ | Skabunkel | |
| somewhere else. | |||
| 2019-02-22 | Change ternary operator formatting | Ray | |
| 2019-02-22 | Merge pull request #761 from Demizdor/master | Ray | |
| Fixed height bug in DrawTextRecEx() | |||
| 2019-02-22 | Remove TABS | Ray | |
| 2019-02-22 | Fixed height bug in DrawTextRecEx() | Demizdor | |
| 2019-02-21 | Remove end-line spaces | Ray | |
| 2019-02-14 | Fix config.h flags | Jens Pitkanen | |
| 2019-02-11 | Redesigned TextSplit() function | Ray | |
| 2019-02-10 | Fixed as issue where strrchr in LoadBMFont would only look for forward ↵ | Jak Barnes | |
| slashes, instead of backslashes causing strlen to fail on a null string | |||
| 2019-02-06 | ADDED: TextToInteger() | Ray | |
| Custom implementation that returns -1 if it fails (no negative values supported) | |||
| 2019-02-04 | Review DrawTextRecEx() formatting | Ray | |
| 2019-02-03 | Merge pull request #734 from Demizdor/master | Ray | |
| Added DrawTextRecEx() | |||
| 2019-01-23 | Fix font cannot be narrowed to type 'int' | Rob Loach | |
| Getting the following strict error.... ``` src/text.c:117:105: error: constant expression evaluates to 2398692640 which cannot be narrowed to type 'int' [-Wc++11-narrowing] ...0x00000000, 0x00000000, 0x00200020, 0x0001b000, 0x00000000, 0x00000000, 0x8ef92520, 0x00020a00... ^~~~~~~~~~ ``` Switching it to an unsigned int fixes it. | |||
| 2019-01-23 | Added DrawTextRecEx() | Demizdor | |
| 2019-01-21 | Remove comment | Ray | |
| 2019-01-05 | Corrected issue with text measure on Latin-1 chars | raysan5 | |
| Considering chars inputs come in UTF8 form! | |||
| 2018-12-29 | ADDED: DrawTextRec() and example | raysan5 | |
| 2018-12-26 | WARNING: BREAKING CHANGE | raysan5 | |
| Added a bunch of useful text management functions. Consequently, some already available functions like `FormatText()` and `SubText()` has been renamed for consistency. Created temporal fallbacks for old names. raylib version bumped to 2.3. | |||
| 2018-12-25 | REVIEWED: LoadFontEx() | raysan5 | |
| Changed parameters order for consistency with LoadFontData() and other functions when an array is passed by parameter and array size is the following parameter. | |||
| 2018-12-20 | Exposed LoadFontFromImage() | Ray | |
| 2018-12-18 | Support externally provided compilation flags | Ray | |
| Useful in case raylib compilation want to be automated and compilation config flags provided by command line. | |||
| 2018-12-10 | Added support for .otf fonts | Ray | |
| stb_truetype supports some .otf fonts, just exposed that functionality. | |||
| 2018-12-04 | Increase text management buffers size | Ray | |
| 2018-11-06 | Remove end-line spaces | Ray | |
| 2018-10-29 | ADDED: Some functions... | Ray | |
| text: IsEqualText() -WIP- audio: SaveWAV() audio: ExportWaveAsCode() textures: ExportImageAsCode() | |||
| 2018-10-24 | Code tweaks | Ray | |
| 2018-10-23 | ADDED: SplitText() function | Ray | |
| 2018-10-18 | Some security checks on font loading | Ray | |
| 2018-10-18 | Some formatting tweaks | Ray | |
| 2018-10-10 | Fixes memory leak in text.c | noshbar | |
| GenImageFontAtlas() allocates an array of stbrp_rect for the packing functions, but it never frees them. | |||
| 2018-09-17 | Improved data export capabilities! | Ray | |
| REVIEWED: ExportImage() REVIEWED: ExportMesh() ADDED: ExportWave() REMOVED: Internal funcs: SavePNG(), SaveBMP() NOTE: These changes break the API (parameters order) | |||
| 2018-09-14 | Update mini_al to v0.8.8 | Ray | |
| Some minor tweaks around | |||
| 2018-09-06 | Support aliased font texture generation | Ray | |
| Useful for bitmaps pixelated fonts where anti-aliasing is not desired! Change also enables additional font generation mechanisms in a future (cleartype, hinting...). | |||
| 2018-09-05 | Corrected issue with types | Ray | |
| 2018-08-06 | Reviewed spacings on latest PR | Ray | |
| 2018-08-04 | Fix compiler warnings, first part | Kim Kulling | |
| 2018-07-15 | Reviewed LoadFontData() and GenImageFontAtlas() | Ray | |
