summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
AgeCommit message (Expand)Author
2018-07-05Corrected issue with GetFontDefault()raysan5
2018-07-05Renamed GetDefaultFont() to GetFontDefault()raysan5
2018-07-03Added function: ImageColorReplace()Ray
2018-07-02Removed function prototypeRay
2018-06-20Improved font generation and SDFRay
2018-06-12Reviewed some functionsRay
2018-06-12Comment reviewRay San
2018-06-12Added function: GetImageDataNormalized()Ray San
2018-06-12Corrected bugRay San
2018-06-10Propose new function: GenImageFont()raysan5
2018-06-06Some comments cleaningRay
2018-06-03Added ImageRotate*() functionsRay
2018-06-02Corrected issue with function definitionRay
2018-06-02Work on ImageResizeCanvas()Ray
2018-06-01Added: ImageResizeCanvas() -WIP-Ray
2018-05-30Removed assert()Ray
2018-05-29Replaced tabs by spacesRay
2018-05-28Corrected issue with floats on TCCRay
2018-05-22Added a noteRay San
2018-05-21cmake: Fix PLATFORM_WEB buildAhmad Fatoum
2018-05-17Header tweak and commentsRay
2018-05-12Corrected issue on LoadASTC()Ray
2018-05-09Corrected issue on rectangle drawingRay
2018-05-04BREAKING CHANGE: Renamed SpriteFont type to FontRay San
2018-05-04Rectangle parameters changed to floatRay San
2018-04-29Corrected alpha blending on ImageDraw()raysan5
2018-04-07Refactor all #define SUPPORT_* into a config.hAhmad Fatoum
2018-04-05Remove unnecesary NPOT checkRay
2018-04-05Simplified some codeRay
2018-04-04Added: ImageDrawRectangle()Ray
2018-04-03Review ImageDraw() alpha blendingRay
2018-04-02Fix use after freeMartinfx
2018-02-18Added comments to review function ImageTextEx()raysan5
2018-02-18Support UTF8 basic characters on ImageTextEx()raysan5
2018-01-28Corrected several issues...Ray
2018-01-23Review mipmaps generation issueRay
2018-01-22Improved pixel formats supportRay
2018-01-18MSVC: Fix void pointer arithmetic errorAhmad Fatoum
2018-01-18Added function: ImageMipmaps()Ray
2018-01-17Reviewed function GenImagePerlinNoise()Ray
2018-01-11Added new function: ImageAlphaCrop()Ray
2018-01-07Added new image functionsraysan5
2018-01-06Review float pixel format textures supportraysan5
2018-01-06Improved pixel formats supportraysan5
2018-01-06Added function: GetPixelDataSize()raysan5
2017-12-28Minor tweaksraysan5
2017-12-28Support UNCOMPRESSED_R32G32B32A32 texture formatraysan5
2017-12-20Corrected issue with SaveImageAs()Ray San
2017-12-15Manually review previous PRRay San
2017-12-14added proper define checks for png-save if it's disableduser