655 Commits (edb54c6cb15800ed9876df962c5fa7153108cb4a)

Author SHA1 Message Date
  raysan5 421e5d4829 REVIEWED: DecompressData() 4 years ago
  kernelkinetic e831bf02c5
removed redundant call to eglGetConfig (https://github.com/raysan5/raylib/issues/1550) (#1567) 4 years ago
  raysan5 97a7875648 REVIEWED: Gamepad issues on Android 4 years ago
  raysan5 4407533a41 REVIEWED: DecompressData(), memory reallocation 4 years ago
  raysan5 96db787657 REVIEWED: Gamepad system, specially for RPI 4 years ago
  Jeffery Myers e818dc27cd
Use local (") includes for GLFW since it is included with the source tree. (#1557) 4 years ago
  raysan5 bc332018f6 REVIEWED: SetGamepadMappings() 4 years ago
  Ray 721768bdb0 Remove automatic pointer lock on mouse click #1513 4 years ago
  Ray 18ab694f70 ADDED: SetGamepadMappings() #1506 4 years ago
  Ray 01b7509a39 Review screen capture / gif recording #1540 4 years ago
  Gil Barbosa Reis 1866be0475
Fix absolute path handling in GetFileName and GetDirectoryPath (#1534) (#1535) 4 years ago
  Ray 186e52c4d8 REVIEWED: DecompressData() 4 years ago
  Ray 5d1d590692 REDESIGN: Compresion API 4 years ago
  Ray dfa11e22cf Add comments 4 years ago
  badlydrawnrod 49f9bff260
Fix keyboard state change detection on RPI (#1488) 4 years ago
  raysan5 d7b4b9e485 Update year to 2021 4 years ago
  Victor Gallet 57fef97433
Modify the check condition for the screen window height and width. It can't be less than zero because it's an unsigned int (#1497) 4 years ago
  Jeffery Myers 4c8bebc0d7
Add a current monitor function for window mode windows. (#1492) 4 years ago
  Jeffery Myers 24b6dcf29f
lookup the returned monitor in the list of monitors to get an index. (#1490) 4 years ago
  hristo 75c6fd047b
Monitor utilites (#1485) 4 years ago
  hristo d3db690c42
I noticed that toggle fullscreen always gets the primary monitor when its more intuitive to use the monitor that the window is currently in. (#1486) 4 years ago
  raysan5 ec3845fa9f Review some RPI4 tracelogs 4 years ago
  raysan5 5ffce8f230 Review tracelog messages for DRM platform 4 years ago
  raysan5 f8a2903cec Review issues when compiling for Android 4 years ago
  raysan5 0a9e080998 Remove trailing spaces 4 years ago
  raysan5 aa38532cc3 Remove unused variable 4 years ago
  Ray 976932e05e Set version for raylib 3.5 4 years ago
  Ray 2374281204 Avoid *Rec suffix in some variables 4 years ago
  Ray 5dd142beb6 Added some Web checks for missing GLFW functions 4 years ago
  Ray 96542269d0 WARNING: GetKeyPressed() <-> GetCharPressed() #1336 4 years ago
  hristo 6e79476650
Fixed the build for web using CMake. (#1452) 4 years ago
  Jeffery Myers 03df593263
Add function to get the position of a monitor (and fix some comments) (#1449) 4 years ago
  Ray 62406259d7 Corrected minor windows flags issues 4 years ago
  Ray 0540f0ad32 Review window flags 4 years ago
  Jeffery Myers df249f5513
Fix typecast warnings in raylib code as reported by visual studio 2019 (#1443) 4 years ago
  Ray 3d1ae3500c REVIEWED: Window state flags -WIP- 4 years ago
  Ray 468a0bedd8 REDESIGNED: Window state config #1367 -WIP- 4 years ago
  Ray bb9d734f69 Exposing some file access results to user layer #1420 4 years ago
  Ray 4eae76302f REPLACED: rgif.h by msf_gif.h 4 years ago
  raysan5 8ff2b387f9 Review code formating 4 years ago
  Ilya3point999K bd287efa4c
Fixed zero-window upscaling (#1428) 4 years ago
  Ray 3e1cd487df Remove trailing spaces 4 years ago
  kernelkinetic f46514b855
Fixed keyboard stuttering but for cmake only (#1422) 4 years ago
  Ray 5ac9cb04c2 Reverted ChangeDirectory() redesign 4 years ago
  Ray 01d9af12f7 REDESIGNED: ChangeDirectory() 4 years ago
  Ray 60d874caf8 REVIEWED: GetWindowScaleDPI() #1086 4 years ago
  raysan5 482b8a5e7e Some tweaks 4 years ago
  Ray f12db180cd Reviewed PR #1407 4 years ago
  Chance Snow 9833fe45eb
Added desktop cursor getter and setter functions (#1407) 4 years ago
  kernelkinetic 3c9f7263e5
fixed mouse movements are bound to the screen resolution (https://github.com/raysan5/raylib/issues/1392) (#1410) 4 years ago