summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
AgeCommit message (Expand)Author
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
2022-05-20use GetWindowScaleDPI to calculate size for rlReadScreenPixels in screenshot/...gulrak
2022-05-16REVIEWED: Support OpneBSD for timming functionsRay
2022-05-12ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`Ray
2022-05-12Some minor tweaksRay
2022-05-09remove fps requirement for drm connector selection (#2468)Crydsch
2022-05-07Corrected typoRay
2022-05-05Remove line ending spacesRay
2022-04-28Update rcore.cRay
2022-04-26Check for mouse devices on PLATFORM_DRMRay
2022-04-25REVIEWED: `SwapScreenBuffers()` for `PLATFORM_DRM`Ray
2022-04-25Update rcore.cRay
2022-04-24Review formattingRay
2022-04-24- Fix issue #2371 (#2437)Juan Carlos González Amestoy