index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
textures.c
Age
Commit message (
Expand
)
Author
2020-03-30
Update textures.c
raysan5
2020-03-30
Review formating and signegness issues
raysan5
2020-03-29
Update ImageDraw*() functions to match arguments of Draw*() (#1156)
Rob Loach
2020-03-27
Review TRACELOG() messages
raysan5
2020-03-27
[textures] Review TRACELOG() messages
raysan5
2020-03-27
[textures] Review TRACELOG() messages, categorized
raysan5
2020-03-25
Remove trail spaces
raysan5
2020-03-21
Review formating from PR #1138
raysan5
2020-03-21
Added draw functions to ImageDraw*() (#1138)
Sourav Gupta
2020-03-17
Replace external libraries custom allocators by raylib ones #1074
raysan5
2020-03-15
Corrected typo
raysan5
2020-03-15
REVIEWED: ImageTextEx() to support line breaks #1131
raysan5
2020-03-08
Changed `if` to `else if`. (#1122)
SasLuca
2020-03-03
Some code tweaks
Ray
2020-02-28
Replaced fabs() by fabsf() when required
Ray
2020-02-27
Corrected return value
Ray
2020-02-27
REDESIGN: ExportImage()
Ray
2020-02-27
Corrected issue with variable name
Ray
2020-02-27
Remove trail spaces and some tweaks
Ray
2020-02-27
REDESIGNED: LoadImage() -WIP-
Ray
2020-02-27
REDESIGNED: LoadImageRaw(), LoadAnimatedGIF()
Ray
2020-02-11
Fixed memory leaks in textures.c (#1097)
SasLuca
2020-02-04
Added func used in comments
Ray
2020-02-04
Review libc dependencies and remove when possible
Ray
2020-02-03
Remove all trail spaces
Ray
2020-02-03
Replace TraceLog() function by TRACELOG macro
Ray
2020-01-19
Review custom allocators
raysan5
2020-01-15
GetImageAlphaBorder() return 0 in case of blank image
Ray
2020-01-15
GetImageData() returns NULL if image size is 0
Ray
2020-01-05
Update year to 2020
raysan5
2019-12-29
Remove TABS
raysan5
2019-12-11
Read texture data as RGBA from FBO on GLES 2.0
Ray
2019-11-04
REVIEW: GetImageData() and GetImageAlphaBorder()
raysan5
2019-10-29
fix various problems, thanks CppCheck :) (#1005)
João Coelho
2019-10-19
Corrected bug on ImageDrawRectangleLines()
raysan5
2019-10-17
Remove trailing spaces
Ray
2019-10-11
REVIEW: ImageAlphaMask()
Ray
2019-09-30
Add security checks on file writting
Ray
2019-09-20
Review ImageCrop() security checks
Ray
2019-09-19
Added preprocessor macros for GIF
Ray
2019-09-19
ADDED: LoadAnimatedGIF() -WIP-
Ray
2019-09-14
Review issue with HDR pixels loading
raysan5
2019-09-14
Review conditions
raysan5
2019-08-07
Fix build caused by GetImageAlphaBorder() (#931)
Michael Vetter
2019-08-07
ADDED: GetImageAlphaBorder()
Ray
2019-08-03
Replace tabs with spaces and update year of copyright notices (#927)
Leandro Gabriel
2019-07-24
BREAKING CHANGE: Read description
Ray
2019-07-23
Reviewed ImageDraw() and ImageResizeCanvas()
Ray
2019-06-16
Some formatting tweaks
Ray
2019-05-15
Corrected issue with texture flip X
Ray
[next]