655 コミット (edb54c6cb15800ed9876df962c5fa7153108cb4a)

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