| Age | Commit message (Expand) | Author |
| 2020-04-01 | Review shared library building | raysan5 |
| 2020-03-30 | Update project version for release | Ray |
| 2020-03-30 | Get icons back on shell.html | raysan5 |
| 2020-03-30 | Update config.h, enable some file-formats by default | raysan5 |
| 2020-03-30 | Update textures.c | raysan5 |
| 2020-03-30 | Update raylib.h | raysan5 |
| 2020-03-30 | [cppcheck] Fix minor warnings in models.c and raudio.c (#1162) | Dani Martin |
| 2020-03-30 | Review formating and signegness issues | raysan5 |
| 2020-03-30 | [cppcheck] Improvements in SaveStorageValue() in core.c (#1160) | Dani Martin |
| 2020-03-29 | Fix "variable is reassigned before use" linter warning on raymath.h (#1158) | Valentin Lemière |
| 2020-03-29 | Reorganize image functions | raysan5 |
| 2020-03-29 | Reorganize image/texture functions for consistency | raysan5 |
| 2020-03-29 | Update ImageDraw*() functions to match arguments of Draw*() (#1156) | Rob Loach |
| 2020-03-28 | Revert "Update compilation warning flags (#1151)" | raysan5 |
| 2020-03-28 | Update window rc | raysan5 |
| 2020-03-27 | Review TRACELOG() messages | raysan5 |
| 2020-03-27 | Review TRACELOG() categories | raysan5 |
| 2020-03-27 | [rlgl] Review TRACELOG() messages, categorized | raysan5 |
| 2020-03-27 | Corrected missing semicolon | raysan5 |
| 2020-03-27 | [core] Review TRACELOG() messages, categorized | raysan5 |
| 2020-03-27 | [models] Review TRACELOG() messages, categorized | raysan5 |
| 2020-03-27 | [textures] Review TRACELOG() messages | raysan5 |
| 2020-03-27 | [raudio] Review TRACELOG() messages, categorized | raysan5 |
| 2020-03-27 | [raudio] Review TRACELOG() messages, categorized | raysan5 |
| 2020-03-27 | [text] Review TRACELOG() messages, categorized | raysan5 |
| 2020-03-27 | [textures] Review TRACELOG() messages, categorized | raysan5 |
| 2020-03-27 | [utils] Review TRACELOG() messages, categorized | raysan5 |
| 2020-03-26 | Update compilation warning flags (#1151) | Dani Martin |
| 2020-03-25 | Remove trail spaces | raysan5 |
| 2020-03-25 | Minor tweaks | raysan5 |
| 2020-03-25 | ADDED: IsWindowFullscreen() | raysan5 |
| 2020-03-25 | Enable IQM models support on config.h | raysan5 |
| 2020-03-25 | Update config.h | raysan5 |
| 2020-03-25 | Fixed DrawTextRecEx() selection when wordwrap is ON (again) (#1149) | Random |
| 2020-03-24 | Support mtl loading by tinyobj_parse_obj() #1134 | raysan5 |
| 2020-03-24 | GenMeshHeightmap flat shading normals (#1140) | Ádám Dóda |
| 2020-03-24 | Remove define not required | raysan5 |
| 2020-03-24 | Android: Better track touch input returned from IsMouse*() (#1144) | Doyle |
| 2020-03-24 | CMakeLists.txt: report generated CMAKE_CONFIGURATION_TYPES | Ahmad Fatoum |
| 2020-03-23 | Comment tweaks | raysan5 |
| 2020-03-23 | Comment tweaks | raysan5 |
| 2020-03-21 | Review formating from PR #1138 | raysan5 |
| 2020-03-21 | Added draw functions to ImageDraw*() (#1138) | Sourav Gupta |
| 2020-03-19 | Android: Track touch motion across screen (#1137) | Doyle |
| 2020-03-17 | Added security check in case init fails #1135 | raysan5 |
| 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-15 | Android: Set display.[width, height] before screen size check (#1132) | Doyle |
| 2020-03-12 | Added note on transparent framebuffer w/o X11 on RPI | Ray |