summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
AgeCommit message (Expand)Author
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
2022-04-24REDESIGNED: Set rlgl internal framebuffer #2420Ray
2022-04-24Fix for vr rendering not taking render target size into account (#2424)Maiko Steeman
2022-04-24Reviewed MouseScrollCallback() #2371Ray
2022-04-24Initialize (reset) input global state #2360Ray
2022-04-23REVIEWED: ToggleFullscreen()Ray
2022-04-06WARNING: RENAMED: some parameters from length to sizeRay
2022-03-22Minor tweaks `const`Ray
2022-03-20REVIEWED: Avoid some float -> double promotionsRay
2022-03-18Implements OpenURL() for Android Platform (#2396)Rodrigo Escar
2022-03-14REVIEWED: `OpenURL()`Ray
2022-02-27Removed memset()Ray
2022-02-25Possible fix for #2360Ray
2022-02-20Support clipboard copy/paste on webRay
2022-02-20REVIEWED: Some functions input parametes that should be `const`raysan5
2022-02-18Removed trailing spacesraysan5
2022-02-15Reviewed bug on `FindNearestConnectorMode()`raysan5
2022-01-28RENAMED: `GetFileSize()` to `GetFileLength()`Ray
2022-01-27ADDED: `GetFileSize()`raysan5
2022-01-22Fix GetApplicationDirectory on macOS (#2304)Nikolas
2022-01-18Review code conventions for specific defines for GetApplicationDirectory() (#...Laurentino Luna
2022-01-17[CORE] Fixes for GetApplicationDirectory on 32 bit windows builds (#2290)Jeffery Myers
2022-01-14[CORE] Bug and formating fixes for GetApplicatonDir (#2285)Jeffery Myers
2022-01-12Update rcore.cRay
2022-01-10Review formatingRay
2022-01-08[CORE] Add a function to return the application directory. (#2256)Jeffery Myers
2022-01-01WARNING: REVIEWED: A big bug with `GetMouseWheelMove()`Ray
2021-12-31Update year to 2022raysan5
2021-12-31Update rcore.craysan5
2021-12-31Reviewed fullscreen switch on `PLATFORM_WEB`raysan5
2021-12-31tweaksRay
2021-12-30[Feature] Added SetWindowOpacity(float opacity) (#2254)Tushar Singh
2021-12-16Update rcore.cRay
2021-12-06ADDED: raylibVersion symbol #2190Ray
2021-12-06ADDED: Modules info at initializationRay
2021-12-04Support custom modules inclusionRay
2021-11-25REVIEWED: Formating and commentsRay
2021-11-25Fix scissor on macos (#2170)Arnaud Valensi