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-10-02
removed glfwSetWindowPos on InitWindow (#2732)
Random
2022-09-30
fix issue #2728 (#2731)
Random
2022-09-29
Reviewed monitor checking order
Ray
2022-09-29
Fix #2722
Ray
2022-09-25
Fix isssue #2718
Ray
2022-09-25
ADDED: Support CAPS/NUM lock keys registering if locked
Ray
2022-09-22
Update rcore.c
Ray
2022-09-19
REVIEWED: `ScanDirectoryFilesRecursively()`, fix #2704
Ray
2022-09-18
Remove touch points on touch up events on Android (#2711)
Denis Pobedrya
2022-09-18
[rlgl] Check for extensions before enabling them (#2706)
Nikolas
2022-09-18
Basic gamepad support for Android (#2709)
Denis Pobedrya
2022-09-18
Fix viewport scaling bug on android after context rebind (#2703)
Denis Pobedrya
2022-09-17
Fix touchscreen input related functions on Android (#2702)
Denis Pobedrya
2022-09-05
REVIEWED: rlgl enums and comments
Ray
2022-09-02
WARNING: RENAMED exported symbol to `raylib_version` #2671
Ray
2022-09-02
WARNING: RENAMED symbol `raylibVersion` to `raylib_version`
Ray
2022-09-02
Export `raylibVersion` symbol. Fixes #2671
Ray
2022-08-21
Win32: resolve some symbols re-definition of windows.h in glfw3native.h (#2643)
Daijiro Fukuda
2022-08-17
REVIEW: Fix issue with external GLFW missing define #2638
Ray
2022-08-13
Fix string lacking null termination in IsFileExtension (#2637)
HarriP
2022-08-07
Reviewed issue with negative key #2619
Ray
2022-08-06
Can't alt-tab out of fullscreen window (#2618)
veins1
2022-08-02
REVIEWED: `GetMouseWheelMove()`, avoid move scaling on `PLATFORM_WEB`
Ray
2022-08-02
Remove trailing spaces
Ray
2022-08-01
Avoid cleaning the front buffer to a specific color!
Ray
2022-08-01
REMOVED: Config option: `SUPPORT_MOUSE_CURSOR_POINT`
Ray
2022-07-19
[CORE] Fix Warnings (#2582)
Jeffery Myers
2022-07-05
WARNING: BREAKING: REMOVED: `*StorageValue()` functions
Ray
2022-07-03
REVIEWED: `DecompressData()`
Ray
2022-06-25
Updated PLATFORM_RPI info #2547
Ray
2022-06-18
REVIEWED: `IsFileExtension()` #2530
Ray
2022-06-18
Update rcore.c
Ray
2022-06-17
REVIEWED: `LoadDroppedFiles()`, fixed issues
Ray
2022-06-16
Update rcore.c
Ray
2022-06-12
Update rcore.c
Ray
2022-06-12
Reviewed latest PR
Ray
2022-06-12
Add function to read both X and Y mouse scrolling from a trackpad (#2517)
Steven Schveighoffer
2022-06-12
REVIEWED: `FilePathList`, consider maximum capacity
Ray
2022-06-11
WARNING: BREAKING: REDESIGNED: Filepath loading API
Ray
2022-06-11
New feature: support MOUSE_PASSTHROUGH #2516
Ray
2022-06-09
Minor formattng tweak
Ray
2022-06-09
GetMonitorWidth()/GetMonitorHeight(): return current video resolution instead...
gulrak
2022-06-07
Unify busy waiting behavior across conditional compilation branches (#2508)
flashback-fx
2022-06-07
REVIEWED: Compilation warnings
Ray
2022-06-06
WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`
Ray
2022-06-06
WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`
Ray
2022-06-06
Reviewed latest PR, variable name
Ray
2022-06-06
Change WaitTime argument from milliseconds to seconds (#2506)
flashback-fx
2022-06-05
REVIEWED: Mouse device support on `PLATFORM_DRM` #2381
Ray
2022-06-05
Fix regression that was causing video stuttering (#2503)
flashback-fx
[next]