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