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
/
rcore.c
Age
Commit message (
Expand
)
Author
2022-03-22
Minor tweaks `const`
Ray
2022-03-20
REVIEWED: Avoid some float -> double promotions
Ray
2022-03-18
Implements OpenURL() for Android Platform (#2396)
Rodrigo Escar
2022-03-14
REVIEWED: `OpenURL()`
Ray
2022-02-27
Removed memset()
Ray
2022-02-25
Possible fix for #2360
Ray
2022-02-20
Support clipboard copy/paste on web
Ray
2022-02-20
REVIEWED: Some functions input parametes that should be `const`
raysan5
2022-02-18
Removed trailing spaces
raysan5
2022-02-15
Reviewed bug on `FindNearestConnectorMode()`
raysan5
2022-01-28
RENAMED: `GetFileSize()` to `GetFileLength()`
Ray
2022-01-27
ADDED: `GetFileSize()`
raysan5
2022-01-22
Fix GetApplicationDirectory on macOS (#2304)
Nikolas
2022-01-18
Review code conventions for specific defines for GetApplicationDirectory() (#...
Laurentino Luna
2022-01-17
[CORE] Fixes for GetApplicationDirectory on 32 bit windows builds (#2290)
Jeffery Myers
2022-01-14
[CORE] Bug and formating fixes for GetApplicatonDir (#2285)
Jeffery Myers
2022-01-12
Update rcore.c
Ray
2022-01-10
Review formating
Ray
2022-01-08
[CORE] Add a function to return the application directory. (#2256)
Jeffery Myers
2022-01-01
WARNING: REVIEWED: A big bug with `GetMouseWheelMove()`
Ray
2021-12-31
Update year to 2022
raysan5
2021-12-31
Update rcore.c
raysan5
2021-12-31
Reviewed fullscreen switch on `PLATFORM_WEB`
raysan5
2021-12-31
tweaks
Ray
2021-12-30
[Feature] Added SetWindowOpacity(float opacity) (#2254)
Tushar Singh
2021-12-16
Update rcore.c
Ray
2021-12-06
ADDED: raylibVersion symbol #2190
Ray
2021-12-06
ADDED: Modules info at initialization
Ray
2021-12-04
Support custom modules inclusion
Ray
2021-11-25
REVIEWED: Formating and comments
Ray
2021-11-25
Fix scissor on macos (#2170)
Arnaud Valensi
2021-11-18
Tweak to minimize buffer overflow possibility
raysan5
2021-11-17
Minor tweaks
raysan5
2021-11-10
Fixed file/alloc limitation in GetDirectoryFiles() (#2126)
lib-omar
2021-11-09
Review variables initialization
Ray
2021-11-03
Review display output order
raysan5
2021-11-03
Avoid duplicate output info on PLATFORM_RPI
raysan5
2021-11-01
Update comment
Ray
2021-10-26
REVIEWED: KeyCallback()
Ray
2021-10-25
Fix warnings in raylib build (#2084)
Jeffery Myers
2021-10-23
web: clear resizedLastFrame (#2077)
mausimus
2021-10-23
replace hardcoded number of mouse buttons with MAX_MOUSE_BUTTONS (#2076)
Richard Smith
2021-10-22
REMOVED: `IsGamepadName()`
raysan5
2021-10-22
Minor tweaks
raysan5
2021-10-22
Reviewed multitouch example #1988
raysan5
2021-10-19
Reviewed latest PR formatting and details
raysan5
2021-10-19
Support create OpenGL debug context in OpenGL 4.3 (#2068)
warzes
2021-10-18
ADDED: `EncodeDataBase64()` and `DecodeDataBase64()`
raysan5
2021-10-18
Avoid `GRAPHICS_API_OPENGL_*` defines
raysan5
2021-10-17
Update SetupViewport so that it doesn't subtract offset from render dimension...
michaelfiber
[next]