summaryrefslogtreecommitdiffhomepage
path: root/src/rtextures.c
AgeCommit message (Expand)Author
2023-07-27Fix LoadTextureCubemap for manual layouts (#3204)Nikolas
2023-07-20Optimization of ImageDrawRectangleRec() (#3185)smalltimewizard
2023-07-02REVIEWED: Issue #3105Ray
2023-06-24casting warnings in rtextures (#3134)Jeffery Myers
2023-06-17Remove trailing spacesRay
2023-06-03ADDED: `ExportImageToMemory()`Ray
2023-05-26REVIEWED: `ImageRotate()` formattingRay
2023-05-24Added ImageRotate (#3078)Dane Madsen
2023-05-22Review coding conventionsRay
2023-05-22Add GenImageGradientSquare (#3077)Dane Madsen
2023-05-21Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ...Dane Madsen
2023-05-21REVIEWED: `GenImagePerlinNoise()`, clamp values #3071Ray
2023-05-21REVIEWED: `GenImagePerlinNoise()`, no changeRay
2023-05-17Update rtextures.cRay
2023-05-01REVIEWED: Modules description layoutRay
2023-04-25Update rtextures.cRay
2023-04-25Update rtextures.cRay
2023-04-25REVIEWED: `ImageDrawRectangleRec()` #3027Ray
2023-04-22REVIEWED: Some old TODOsRay
2023-04-13Make assets loading extension case insensitive #3008Ray
2023-04-06[rtext] Fix GetCodepointNext() to return default value on invalid input with ...chocolate42
2023-03-22Lazy loading of default font for image loading (no InitWindow)Ray
2023-03-13Remove trailing spacesRay
2023-03-07REVIEWED: Data types validationRay
2023-03-06Remove trailing spacesRay
2023-02-25Update rtextures.cRay
2023-02-21Update rtextures.cRay
2023-02-21REVIEWED: `IsImageReady()` and `IsTexureReady()`Ray
2023-02-09Fixed some grammar mistakes and typos. (#2914)Julio C. Galindo
2023-02-05Clean trailing spacesRay
2023-01-28ADDED: IsModelReady(), IsMaterialReady(), IsTextureReady(), IsRenderTextureRe...Rob Loach
2023-01-27ADDED: `IsShaderReady()`, `IsImageReady()`, `IsFontReady()`, `IsWaveReady()`,...Rob Loach
2023-01-20Fix warnings in raylib project from MSVC (#2871)Jeffery Myers
2023-01-01Update year to 2023Ray
2022-12-07ADDED: `ColorTint()`, `ColorContrast()`Ray
2022-12-05ADDED: `ColorBrightness()`Ray
2022-12-02format tweakRay
2022-11-29REVIEWED: Image fileformat support: PIC, PNMRay
2022-11-29ADDED: Optional support for PNM images (.ppm, .pgm)Ray
2022-11-10Minor formating tweaksRay
2022-11-10WARNING: REMOVED: `DrawTextureTiled()`Ray
2022-11-10WARNING: REMOVED: `DrawTextureQuad()`Ray
2022-11-10WARNING: REMOVED: `DrawTexturePoly()`Ray
2022-10-26fixed blur issue on opaque pictures & added example (#2775)nobytesgiven
2022-10-25Added Box and Gaussian blurring (#2770)nobytesgiven
2022-10-14Fix ImageTextEx and ImageDrawTextEx scaling (#2756)hkc
2022-10-14ADDED: `GenImageText()`Ray
2022-09-30minor tweaksRay
2022-09-22WARNING: Several changes on UTF-8/Codepoints APIRay
2022-09-19REVIEWED: New functions coding conventionsRay