| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-15 | Corrected issue with texture flip X | Ray | |
| 2019-05-08 | Remove trail spaces | Ray | |
| 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-11 | Review cubemap generation | Ray | |
| 2019-04-08 | Review creation years | Ray | |
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2019-04-04 | Removed trail spaces | Ray | |
| 2019-03-17 | ADDED: GetScreenData() | raysan5 | |
| 2019-03-15 | Work on ImageResizeCanvas() | Ray | |
| 2019-03-15 | REVIEW: ImageResizeCanvas() -WIP- | Ray | |
| 2019-03-12 | Support external config flags | Ray | |
| 2019-02-28 | Removed some NULL pointer checks | Ray | |
| 2019-02-22 | Change ternary operator formatting | Ray | |
| 2019-02-22 | Remove TABS | Ray | |
| 2019-02-21 | Remove end-line spaces | Ray | |
| 2019-02-18 | Corrected issue #758 | Ray | |
| 2019-02-15 | Fix the image manipulation config flag | Jens Pitkanen | |
| 2019-02-14 | Fix config.h flags | Jens Pitkanen | |
| 2019-02-12 | Corrected function usage | Ray | |
| 2019-02-11 | ADDED: GetClipboardText(), SetClipboardText() | Ray | |
| 2019-02-04 | ADDED: rlLoadTextureDepth() | Ray | |
| REDESIGNED: rlLoadRenderTexture() ADDED: rlRenderTextureAttach() ADDED: rlRenderTextureComplete() | |||
| 2019-02-04 | ADDED: LoadTextureCubemap() | Ray | |
| Probably uncomplete, not tested yet... | |||
| 2018-12-26 | ADDED: DrawTextureQuad() | raysan5 | |
| Useful for tiling and offset parameters definition. | |||
| 2018-12-26 | REVIEWED: DrawRectanglePro() | raysan5 | |
| 2018-12-18 | Support PIC image format loading | 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-03 | Improved textures wrap support | Ray | |
| 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 | |
