82 Commits (68b553cfc157a996e92da053d9e7b8beb92de0c0)

Author SHA1 Message Date
  Ray fea3395fc1 Review formatting 1 year ago
  mooff 94c79917e3
Fix SDL multitouch tracking (#3810) 1 year ago
  Alexandre Almeida 6589311a0b
Update GLFW to 3.4 (#3827) 1 year ago
  GideonSerf 371d25c8c9
Gamepad rumble support with SDL2 (#3819) 1 year ago
  A a96b224b38
Add gamepad support to PLATFORM_DESKTOP_SDL (#3776) 1 year ago
  Ray d79828076f REVIEWED: macOS issues #3767 1 year ago
  Alexandre Almeida 5c25913e09
Fix Android keycode translation and duplicate key constants (#3733) 1 year ago
  Hongyu Ouyang 0a8165c0ac
Make raylib/raygui work better on touchscreen (#3728) 1 year ago
  Karl Zylinski 520c8cffb2
Simplified GetWindowScaleDPI() so it does not fetch the wrong DPI scale some times (Windows looks at center of window while the old raylib code looked on upper left corner of window, now it just uses the glfw function to fetch the window's current scaling). Also introduced a callback to update the CORE.Window.screenScaling when the content scaling updates, previously scaling did not work correctly on systems with multiple monitors that have different DPI scaling. (#3701) 1 year ago
  Ray 3f1e59a7cf Update copyright to 2024 1 year ago
  ubkp 43b4f90eb7
Fix SUPPORT_WINMM_HIGHRES_TIMER for PLATFORM_DESKTOP_SDL (#3679) 1 year ago
  Ray efe3510a9a REVIEWED: SDL text input to Unicode codepoints #3650 1 year ago
  Cinghy Creations 57a5ebe6c6
Don't use a separate thread when polling for gamepad events on DRM platforms (#3641) 2 years ago
  ubkp 9fcfc8d64b
[rcore] Fix `ShowCursor()`, `HideCursor()` and review `SetMouseCursor()` for `PLATFORM_WEB` (#3647) 2 years ago
  ubkp 2487174b48
Fix CORE.Input.Mouse.cursorHidden with callbacks for PLATFORM_WEB (#3644) 2 years ago
  ubkp 0df78d4eeb
Fix fullscreen known issue 1 for PLATFORM_WEB (#3642) 2 years ago
  ubkp e001f7e75e
Add ToggleFullscreen() and required changes for PLATFORM_WEB (#3634) 2 years ago
  ubkp 489f0b93f9
[rcore] Add `GetWindowPosition()` implementation for `PLATFORM_WEB` and fixes #3636 style/format (#3637) 2 years ago
  ubkp 10c82595b0
Add GetMonitorWidth() and GetMonitorHeight() implementations for PLATFORM_WEB (#3636) 2 years ago
  Ray 38626dcffd REVIEWED: HighDPI support on Web platform #3372 -WIP- 2 years ago
  ubkp a2e45239c3
[rcore] Complement `SetWindowState()` and `ClearWindowState()` for `PLATFORM_WEB` (#3625) 2 years ago
  ubkp 39457ace2f
[rcore] Add `ToggleBorderlessWindowed()` implementation for `PLATFORM_WEB` (#3622) 2 years ago
  ubkp 44eeda2475
Optimize gesture handling for PLATFORM_DRM (#3616) 2 years ago
  ubkp ed8a18ea64
[rcore] Fix real touch gestures for `PLATFORM_DESKTOP_SDL` (#3614) 2 years ago
  ubkp a9ba51aa72
[rcore] Fix `IsMouseButtonUp()` for `PLATFORM_WEB` and `PLATFORM_DRM` (#3611) 2 years ago
  ubkp ab9bddb3bd
[rcore] Fix `IsMouseButtonUp()` and add touch events for `PLATFORM_DESKTOP_SDL` (#3610) 2 years ago
  Kenneth M 8b33d1eeb9
Fix IsMouseButtonUp() (#3609) 2 years ago
  ubkp d99617d084
[rcore] Fix `IsKeyPressedRepeat()` for `PLATFORM_DESKTOP_SDL` (#3605) 2 years ago
  ubkp 984e83c2d0
Fix GetKeyPressed and GetCharPressed for SDL (#3604) 2 years ago
  Ray d0a783e362 Revert "Fix Windows Hardcoding (#3600)" 2 years ago
  Ray 5aa84a34ea Revert "Fix warning while using external GLFW older than version 3.4.0 (#3599)" 2 years ago
  mr sihc 4ae2af0bcc
Fix Windows Hardcoding (#3600) 2 years ago
  Marco Maia f1b0d15813
Fix warning while using external GLFW older than version 3.4.0 (#3599) 2 years ago
  ubkp 0748dc2d1e
Remove a duplicated loop for PLATFORM_DRM (#3590) 2 years ago
  ubkp bd81bdc24a
Fix IsKeyPressedRepeat() for PLATFORM_DRM direct input (#3583) 2 years ago
  RadsammyT fe53ba80dd
Fix typos in src/platforms/rcore_*.c (#3581) 2 years ago
  ubkp 1906f1eddf
Fix SetMousePosition() for SDL (#3580) 2 years ago
  ubkp c35c531551
Fix SetWindowIcon() for SDL (#3578) 2 years ago
  Ray 994c4f4bdf
Update rcore_desktop_sdl.c 2 years ago
  _Tradam e41a0c9721
fix for running gles2 with sdl on desktop (#3542) 2 years ago
  ubkp db70db5f4d
Fix missing keys on PLATFORM_DESKTOP_SDL (#3539) 2 years ago
  ubkp 87f26c845c
Fix mouse button order for SDL (#3534) 2 years ago
  Ray 1b88f2ec03 Review #3526 2 years ago
  Ray 107ece438a Reviewed duplicate lines 2 years ago
  Ray e4ea116857 Reviewing automation events on web... 2 years ago
  ubkp 271a72f2f2
Fix absRange for PLATFORM_DRM (#3517) 2 years ago
  ubkp 9a2b735645
Fix mouse/touch/gestures for PLATFORM_DRM (#3515) 2 years ago
  Ray 3c3e311190 Remove unneeded line on web platform 2 years ago
  Ray 807516a991 Support OpenGL ES 3.0 building on Web 2 years ago
  Ray b40f93b9e3 Comments tweaks 2 years ago