summaryrefslogtreecommitdiffhomepage
path: root/src/rtextures.c
AgeCommit message (Expand)Author
2023-11-08Update rtextures.cRay
2023-11-01REVIEWED: Potential code issues reported by CodeQL #3476Ray
2023-10-13Ported to stb_image_resize2.h (#3403)Babak
2023-10-10Update rtextures.cRay
2023-10-09Call nsvgDeleteRasterizer() on created rasterizer (#3392)Masoud Naservand
2023-09-26Remove trail spacesRay
2023-09-17REVIEWED: `UnloadRenderTexture()`, additional checkRay
2023-09-13Update rtextures.cRay
2023-09-11rtextures: Fix ImageDraw() source clipping when drawing beyond top left (#3306)Rob Loach
2023-09-04Update rtextures.cRay
2023-09-02REVIEWED: `LoadImageSvg()`Ray
2023-09-02REVIEWED: `LoadImageSvg()`Ray
2023-09-02Added rudimentary SVG support. (#2738)bXi
2023-09-02REVIEWED: Data size type consistency between functions #3168Ray
2023-09-02Fix uninitialized thread-locals in stbi #3282 (#3283)Johannes Barthelmes
2023-08-27Formating reviewRay
2023-08-26[Image] Validate that ImageDrawRectangleRec is drawing entirely inside the im...Jeffery Myers
2023-08-10Review tabs and trail-spacesRay
2023-08-09Ignore unused function warnings from external headers when compiling with GCC...ashn
2023-08-09REVIEWED: Old pragma formatingRay
2023-08-05Support 16-Bit HDR textures (#3220)Nikolas
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