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
2023-08-01
Fixes GetCurrentMonitor() detection inconsistency issue (#3215)
ubkp
2023-07-28
Changes SetWindowMonitor() to no longer force fullscreen (#3209)
ubkp
2023-07-23
Fix mouse wheel not working in PLATFORM_RPI or PLATFORM_DRM (#3193)
ubkp
2023-07-16
[example] Core Input Gestures for Web (#3172)
ubkp
2023-07-10
Merge branch 'master' of https://github.com/raysan5/raylib
Ray
2023-07-10
Reviewed `rcamera`/`rgestures` file-macros for consistency #3161
Ray
2023-07-10
Fix Touch pointCount for web (#3163)
ubkp
2023-07-03
Fix swipe gestures for web (#3151)
ubkp
2023-07-02
ADDED: `SetWindowFocused()` #3142
Ray
2023-07-02
Update rcore.c
Ray
2023-06-20
Review `android_main()` in rcore.c (#3121)
Le Juez Victor
2023-06-16
fix window flags order (#3114)
lesleyrs
2023-06-16
Fix typo
Ray
2023-06-03
tweaks
Ray
2023-05-31
ADDED: Experimental support for OpenGL ES 3.0 -WIP-
Ray
2023-05-21
Minor tweak
Ray
2023-05-16
review formatting
Ray
2023-05-16
Fix Android app freeze after calling CloseWindow() (#3067)
Le Juez Victor
2023-05-15
REVIEWED: Formating
Ray
2023-05-14
GetCurrentMonitor() bugfix (#3058)
hamyy
2023-05-01
REVIEWED: Modules description layout
Ray
2023-04-29
Update rcore.c
Ray
2023-04-23
REVIEWED: Update `CORE.Input.Touch.pointCount` #3024
Ray
2023-04-17
Remove trailing spaces
Ray
2023-03-22
Minor tweaks to raylib events automation system
Ray
2023-03-12
ADDED: Security check for `emscripten_run_script()` #2954
Ray
2023-03-12
Update rcore.c
Ray
2023-03-06
Remove trailing spaces
Ray
2023-03-06
Tweak `WindowDropCallback()` #2943
Ray
2023-03-05
REVIEWED: `GetWindowHandle()` #2950
Ray
2023-03-05
Close issue #2949
Ray
2023-03-04
REVIEWED: `GetWindowHandle()` #2938
Ray
2023-02-25
Minimal tweak
Ray
2023-02-24
Update rcore.c
Ray
2023-02-21
REVIEWED: `GetMonitorWidth()` and `GetMonitorHeight()` #2934
Ray
2023-02-21
REVIEWED: `IsWindowFocused()` to consider Android App state #2935
Ray
2023-02-21
REVIEWED: `IsShaderReady()`
Ray
2023-02-21
ADDED: `SetWindowIcons()` to set multiple icon image sizes
Ray
2023-02-15
Avoid centering mouse when program launches
Ray
2023-02-15
Make sure window position always inits in the middle of the current monitor
Ray
2023-02-14
REVIEWED: Issue with camera jump on first frame
Ray
2023-02-14
REVIEWED: Camera redesign PR
Ray
2023-02-09
Fixed some grammar mistakes and typos. (#2914)
Julio C. Galindo
2023-02-07
Enable GetWindowHandle() on macOS (#2915)
Nikolas
2023-02-05
Clean trailing spaces
Ray
2023-02-05
some typos review
Ray
2023-01-27
ADDED: `IsShaderReady()`, `IsImageReady()`, `IsFontReady()`, `IsWaveReady()`,...
Rob Loach
2023-01-22
Fix to use TRACELOG() instead of TraceLog() for internal modules (#2881)
Rob Loach
2023-01-21
minor format tweak
Ray
2023-01-10
Set initial window position for display-sized fullscreen (#2742)
Daijiro Fukuda
[next]