summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
AgeCommit message (Expand)Author
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
2023-01-10ADDED: Required define on Linux #2729Ray
2023-01-04REVIEWED: `GetClipboardText()` on `PLATFORM_WEB`Ray
2023-01-03Avoid trying to setup uniform for invalid locationsRay
2023-01-02REVIEWED: Avoid possible gamepad index as `-1` #2839Ray
2023-01-01Update year to 2023Ray
2022-12-18Minor tweakRay
2022-12-17Minor tweaksRay
2022-11-29REVIEWED: Issue with shader linkageRay
2022-11-29Updated rcore.c, renamed 'time' to 'nanoSeconds' (#2816)jtainer
2022-11-28Fix array out of range (#2814)Daijiro Fukuda
2022-11-28REVIEWED: Some compilation warnings (for strict rules)Ray
2022-11-22REVIEWED: UnloadDirectoryFiles()Ray
2022-11-22Minor tweaksRay
2022-11-15Warning on GetRandomValue range limit (#2800)Pere001
2022-11-05Update rcore.cRay
2022-10-26REVIEWED: Issue with `OpenURL()`Ray
2022-10-02removed glfwSetWindowPos on InitWindow (#2732)Random
2022-09-30fix issue #2728 (#2731)Random
2022-09-29Reviewed monitor checking orderRay
2022-09-29Fix #2722Ray
2022-09-25Fix isssue #2718Ray
2022-09-25ADDED: Support CAPS/NUM lock keys registering if lockedRay
2022-09-22Update rcore.cRay
2022-09-19REVIEWED: `ScanDirectoryFilesRecursively()`, fix #2704Ray
2022-09-18Remove touch points on touch up events on Android (#2711)Denis Pobedrya