| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-30 | Some tweaks | Ray | |
| 2018-11-27 | Reimplement ImageAlphaCrop() | Ray | |
| 2018-11-09 | ADDED: OpenURL() | Ray | |
| Corrected bug on ImageDrawRectangleLines() | |||
| 2018-11-07 | Modifies some Image functions | Ray | |
| REVIEWED: ImageDrawRectangle() ADDED: ImageDrawRectangleLines() | |||
| 2018-11-06 | Remove end-line spaces | Ray | |
| 2018-10-29 | Corrected typo | Ray | |
| 2018-10-29 | ADDED: Some functions... | Ray | |
| text: IsEqualText() -WIP- audio: SaveWAV() audio: ExportWaveAsCode() textures: ExportImageAsCode() | |||
| 2018-10-18 | Some formatting tweaks | Ray | |
| 2018-10-10 | Minor tweaks | Ray | |
| 2018-10-08 | ADDED: ImageExtractPalette() | Ray | |
| 2018-10-01 | Review void pointer incrementation | Ray | |
| 2018-10-01 | Support KXT image file export | Ray | |
| [textures] Added SaveKTX() [rlgl] Exposed rlGetGlTextureFormats() | |||
| 2018-09-17 | Support ExportImage() as raw pixel data | Ray | |
| Added note on KTX 2.2 | |||
| 2018-09-17 | Support image export | Ray | |
| 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-05 | Corrected issue with font tint | Ray | |
| 2018-08-09 | Merge pull request #616 from overdev/master | Ray | |
| [Feature Request] 9-patch drawing function | |||
| 2018-08-08 | Update textures.c | Jorge A. Gomes | |
| See raylib/examples/textures/textures_image_9patch.c for how to use `DrawTextureNPatch` function. | |||
| 2018-08-06 | Reviewed spacings on latest PR | Ray | |
| 2018-08-05 | Fix compiler warings in texture.c and more. | Kim Kulling | |
| 2018-08-03 | Update textures.c | Jorge A. Gomes | |
| Added support form vertical and horizontal 3-patches. Corrected the distortion caused when destRec size is smaller than 4x4. Now even 1x10 or 0x0 sizes are drawn correctly. | |||
| 2018-08-03 | Update textures.c | Jorge A. Gomes | |
| Added DrawNinePatch() function implementation. | |||
| 2018-07-29 | Fix typo (s/proedural/procedural) | Ahmad Fatoum | |
| 2018-07-05 | Corrected issue with GetFontDefault() | raysan5 | |
| Note for me: Replace All is NOT your friend... | |||
| 2018-07-05 | Renamed GetDefaultFont() to GetFontDefault() | raysan5 | |
| Library consistency rename... yes, I know, it breaks the API... | |||
| 2018-07-03 | Added function: ImageColorReplace() | Ray | |
| 2018-07-02 | Removed function prototype | Ray | |
| This function was added in text module as GenImageFontAtlas() | |||
| 2018-06-20 | Improved font generation and SDF | Ray | |
| Added: data to CharInfo struct Added: LoadFontData() Added: GenImageFontAtlas() Removed: LoadFontEx() Removed: LoadTTF() [internal] Some code tweaks | |||
| 2018-06-12 | Reviewed some functions | Ray | |
| - GetImageData() - GetImageDataNormalized() | |||
| 2018-06-12 | Comment review | Ray San | |
| 2018-06-12 | Added function: GetImageDataNormalized() | Ray San | |
| Reviewed: GetImageData() Reviewed: ImageFormat() | |||
| 2018-06-12 | Corrected bug | Ray San | |
| 2018-06-10 | Propose new function: GenImageFont() | raysan5 | |
| 2018-06-06 | Some comments cleaning | Ray | |
| ImageDraw() code tweak | |||
| 2018-06-03 | Added ImageRotate*() functions | Ray | |
| 2018-06-02 | Corrected issue with function definition | Ray | |
| 2018-06-02 | Work on ImageResizeCanvas() | Ray | |
| 2018-06-01 | Added: ImageResizeCanvas() -WIP- | Ray | |
| Added note idea on ImageFormat() for future redesign (to support 16bit-32bit pixel-formats) | |||
| 2018-05-30 | Removed assert() | Ray | |
| Not used in raylib this mechanism | |||
| 2018-05-29 | Replaced tabs by spaces | Ray | |
| 2018-05-28 | Corrected issue with floats on TCC | Ray | |
| It seems TCC was not casting correctly int values to float in some specific situations | |||
| 2018-05-22 | Added a note | Ray San | |
| 2018-05-21 | cmake: Fix PLATFORM_WEB build | Ahmad Fatoum | |
| Did this ever work? Surely, doesn't look like it... | |||
| 2018-05-17 | Header tweak and comments | Ray | |
| 2018-05-12 | Corrected issue on LoadASTC() | Ray | |
| 2018-05-09 | Corrected issue on rectangle drawing | Ray | |
| 2018-05-04 | BREAKING CHANGE: Renamed SpriteFont type to Font | Ray San | |
| - Preparing MP3 files support - Jumped version to raylib 2.0-dev (too many breaking changes...) | |||
| 2018-05-04 | Rectangle parameters changed to float | Ray San | |
| - Some examples tweaks - Reviewed ImageFormat() - Use float for text fontSize | |||
| 2018-04-29 | Corrected alpha blending on ImageDraw() | raysan5 | |
| 2018-04-07 | Refactor all #define SUPPORT_* into a config.h | Ahmad Fatoum | |
| That way, a user needs only to touch a single file to configure what features raylib is built with. Include guards are left out intentionally, because config.h should only be included in source files, not headers. Later on, config.h can also define the raylib version (#461). | |||
