summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Expand)Author
2021-02-07Fix initialize GLFW's Joystick subsystem before window is created on Desktop ...Gil Barbosa Reis
2021-02-07Review formating for latest PRraysan5
2021-02-07Fix wrong values shown for monitor width and height in pixels when fullscreen...hristo
2021-02-05REVIEWED: DecompressData()raysan5
2021-02-05removed redundant call to eglGetConfig (https://github.com/raysan5/raylib/iss...kernelkinetic
2021-02-05REVIEWED: Gamepad issues on Androidraysan5
2021-02-05REVIEWED: DecompressData(), memory reallocationraysan5
2021-01-31REVIEWED: Gamepad system, specially for RPIraysan5
2021-01-30Use local (") includes for GLFW since it is included with the source tree. (#...Jeffery Myers
2021-01-28REVIEWED: SetGamepadMappings()raysan5
2021-01-22Remove automatic pointer lock on mouse click #1513Ray
2021-01-21ADDED: SetGamepadMappings() #1506Ray
2021-01-20Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-01-20Review screen capture / gif recording #1540Ray
2021-01-16Fix absolute path handling in GetFileName and GetDirectoryPath (#1534) (#1535)Gil Barbosa Reis
2021-01-14REVIEWED: DecompressData()Ray
2021-01-12REDESIGN: Compresion APIRay
2021-01-12Add commentsRay
2021-01-06Fix keyboard state change detection on RPI (#1488)badlydrawnrod
2021-01-02Update year to 2021raysan5
2020-12-31 Modify the check condition for the screen window height and width. It can't ...Victor Gallet
2020-12-30Add a current monitor function for window mode windows. (#1492)Jeffery Myers
2020-12-30lookup the returned monitor in the list of monitors to get an index. (#1490)Jeffery Myers
2020-12-29Monitor utilites (#1485)hristo
2020-12-29I noticed that toggle fullscreen always gets the primary monitor when its mor...hristo
2020-12-24Review some RPI4 tracelogsraysan5
2020-12-24Review tracelog messages for DRM platformraysan5
2020-12-23Review issues when compiling for Androidraysan5
2020-12-23Remove trailing spacesraysan5
2020-12-23Remove unused variableraysan5
2020-12-19Set version for raylib 3.5Ray
2020-12-19Avoid *Rec suffix in some variablesRay
2020-12-18Added some Web checks for missing GLFW functionsRay
2020-12-18WARNING: GetKeyPressed() <-> GetCharPressed() #1336Ray
2020-12-13Fixed the build for web using CMake. (#1452)hristo
2020-12-05Add function to get the position of a monitor (and fix some comments) (#1449)Jeffery Myers
2020-12-03Corrected minor windows flags issuesRay
2020-12-03Review window flagsRay
2020-11-30Fix typecast warnings in raylib code as reported by visual studio 2019 (#1443)Jeffery Myers
2020-11-23REVIEWED: Window state flags -WIP-Ray
2020-11-23REDESIGNED: Window state config #1367 -WIP-Ray
2020-11-22Exposing some file access results to user layer #1420Ray
2020-11-20REPLACED: rgif.h by msf_gif.hRay
2020-11-15Review code formatingraysan5
2020-11-15Fixed zero-window upscaling (#1428)Ilya3point999K
2020-11-03Remove trailing spacesRay
2020-11-03Fixed keyboard stuttering but for cmake only (#1422)kernelkinetic
2020-11-01Reverted ChangeDirectory() redesignRay
2020-11-01REDESIGNED: ChangeDirectory()Ray
2020-10-29REVIEWED: GetWindowScaleDPI() #1086Ray