summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
AgeCommit message (Expand)Author
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
2022-09-18[rlgl] Check for extensions before enabling them (#2706)Nikolas
2022-09-18Basic gamepad support for Android (#2709)Denis Pobedrya
2022-09-18Fix viewport scaling bug on android after context rebind (#2703)Denis Pobedrya
2022-09-17Fix touchscreen input related functions on Android (#2702)Denis Pobedrya
2022-09-05REVIEWED: rlgl enums and commentsRay
2022-09-02WARNING: RENAMED exported symbol to `raylib_version` #2671Ray
2022-09-02WARNING: RENAMED symbol `raylibVersion` to `raylib_version`Ray
2022-09-02Export `raylibVersion` symbol. Fixes #2671Ray
2022-08-21Win32: resolve some symbols re-definition of windows.h in glfw3native.h (#2643)Daijiro Fukuda
2022-08-17REVIEW: Fix issue with external GLFW missing define #2638Ray
2022-08-13Fix string lacking null termination in IsFileExtension (#2637)HarriP
2022-08-07Reviewed issue with negative key #2619Ray
2022-08-06Can't alt-tab out of fullscreen window (#2618)veins1
2022-08-02REVIEWED: `GetMouseWheelMove()`, avoid move scaling on `PLATFORM_WEB`Ray
2022-08-02Remove trailing spacesRay
2022-08-01Avoid cleaning the front buffer to a specific color!Ray
2022-08-01REMOVED: Config option: `SUPPORT_MOUSE_CURSOR_POINT`Ray
2022-07-19[CORE] Fix Warnings (#2582)Jeffery Myers
2022-07-05WARNING: BREAKING: REMOVED: `*StorageValue()` functionsRay
2022-07-03REVIEWED: `DecompressData()`Ray
2022-06-25Updated PLATFORM_RPI info #2547Ray
2022-06-18REVIEWED: `IsFileExtension()` #2530Ray
2022-06-18Update rcore.cRay
2022-06-17REVIEWED: `LoadDroppedFiles()`, fixed issuesRay
2022-06-16Update rcore.cRay
2022-06-12Update rcore.cRay
2022-06-12Reviewed latest PRRay
2022-06-12Add function to read both X and Y mouse scrolling from a trackpad (#2517)Steven Schveighoffer
2022-06-12REVIEWED: `FilePathList`, consider maximum capacityRay
2022-06-11WARNING: BREAKING: REDESIGNED: Filepath loading APIRay
2022-06-11New feature: support MOUSE_PASSTHROUGH #2516Ray
2022-06-09Minor formattng tweakRay
2022-06-09GetMonitorWidth()/GetMonitorHeight(): return current video resolution instead...gulrak
2022-06-07Unify busy waiting behavior across conditional compilation branches (#2508)flashback-fx
2022-06-07REVIEWED: Compilation warningsRay
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
2022-06-06WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`Ray
2022-06-06Reviewed latest PR, variable nameRay
2022-06-06Change WaitTime argument from milliseconds to seconds (#2506)flashback-fx
2022-06-05REVIEWED: Mouse device support on `PLATFORM_DRM` #2381Ray
2022-06-05Fix regression that was causing video stuttering (#2503)flashback-fx