summaryrefslogtreecommitdiffhomepage
path: root/src/platforms
AgeCommit message (Collapse)Author
2023-12-16Fix CORE.Input.Mouse.cursorHidden with callbacks for PLATFORM_WEB (#3644)ubkp
2023-12-16Fix fullscreen known issue 1 for PLATFORM_WEB (#3642)ubkp
2023-12-15Add ToggleFullscreen() and required changes for PLATFORM_WEB (#3634)ubkp
2023-12-15[rcore] Add `GetWindowPosition()` implementation for `PLATFORM_WEB` and ↵ubkp
fixes #3636 style/format (#3637) * Add GetWindowPosition() implementation for PLATFORM_WEB and fixes #3636 style/format * Remove double space
2023-12-14Add GetMonitorWidth() and GetMonitorHeight() implementations for ↵ubkp
PLATFORM_WEB (#3636)
2023-12-14REVIEWED: HighDPI support on Web platform #3372 -WIP-Ray
NOTE: The code is commented until the build system gets updated to latest emscripten.
2023-12-11[rcore] Complement `SetWindowState()` and `ClearWindowState()` for ↵ubkp
`PLATFORM_WEB` (#3625) * Complement SetWindowState() and ClearWindowState() for PLATFORM_WEB * Add FLAG_WINDOW_RESIZABLE to SetWindowState() and ClearWindowState() for PLATFORM_WEB
2023-12-11[rcore] Add `ToggleBorderlessWindowed()` implementation for `PLATFORM_WEB` ↵ubkp
(#3622) * Add ToggleBorderlessWindowed() for PLATFORM_WEB * Fix coding convention
2023-12-11Optimize gesture handling for PLATFORM_DRM (#3616)ubkp
2023-12-11[rcore] Fix real touch gestures for `PLATFORM_DESKTOP_SDL` (#3614)ubkp
* Fix touch gestures for PLATFORM_DESKTOP_SDL * Complement note and optimization * Events optimization * Optimize gesture handling * Reverts previous commit and fixes GESTURE_DRAG to not trigger GESTURE_SWIPE* when it ends * Reapply previous gesture handling optimization also fixing GESTURE_DRAG to not trigger GESTURE_SWIPE* when it ends
2023-12-07[rcore] Fix `IsMouseButtonUp()` for `PLATFORM_WEB` and `PLATFORM_DRM` (#3611)ubkp
* Fix IsMouseButtonUp() for PLATFORM_WEB * Fix IsMouseButtonUp() for PLATFORM_DRM
2023-12-07[rcore] Fix `IsMouseButtonUp()` and add touch events for ↵ubkp
`PLATFORM_DESKTOP_SDL` (#3610) * Fix IsMouseButtonUp() and add touch events for PLATFORM_DESKTOP_SDL * Fix coding convention
2023-12-07Fix IsMouseButtonUp() (#3609)Kenneth M
2023-12-07[rcore] Fix `IsKeyPressedRepeat()` for `PLATFORM_DESKTOP_SDL` (#3605)ubkp
* Fix IsKeyPressedRepeat() for PLATFORM_DESKTOP_SDL * Fix missing space
2023-12-05Fix GetKeyPressed and GetCharPressed for SDL (#3604)ubkp
2023-12-03Revert "Fix Windows Hardcoding (#3600)"Ray
This reverts commit 4ae2af0bccc2792e0f380152b8638bfa384595c6.
2023-12-03Revert "Fix warning while using external GLFW older than version 3.4.0 (#3599)"Ray
This reverts commit f1b0d15813098228369dd647ffc04a7dbd92c02a.
2023-12-03Fix Windows Hardcoding (#3600)mr sihc
Compiles on Linux & co. now
2023-12-03Fix warning while using external GLFW older than version 3.4.0 (#3599)Marco Maia
Co-authored-by: Marco Maia <[email protected]>
2023-12-01Remove a duplicated loop for PLATFORM_DRM (#3590)ubkp
2023-11-30Fix IsKeyPressedRepeat() for PLATFORM_DRM direct input (#3583)ubkp
2023-11-28Fix typos in src/platforms/rcore_*.c (#3581)RadsammyT
2023-11-28Fix SetMousePosition() for SDL (#3580)ubkp
2023-11-27Fix SetWindowIcon() for SDL (#3578)ubkp
2023-11-20Update rcore_desktop_sdl.cRay
2023-11-18fix for running gles2 with sdl on desktop (#3542)_Tradam
2023-11-14Fix missing keys on PLATFORM_DESKTOP_SDL (#3539)ubkp
2023-11-13Fix mouse button order for SDL (#3534)ubkp
2023-11-11Review #3526Ray
2023-11-10Reviewed duplicate linesRay
2023-11-10Reviewing automation events on web...Ray
2023-11-07Fix absRange for PLATFORM_DRM (#3517)ubkp
2023-11-07Fix mouse/touch/gestures for PLATFORM_DRM (#3515)ubkp
2023-11-02Remove unneeded line on web platformRay
2023-11-02Support OpenGL ES 3.0 building on WebRay
For some reason, the equivalent requested context (WebGL 2.0) is not provided, despite being properly requested.
2023-11-02Comments tweaksRay
2023-11-02Partial fix the gesture system for DRM (#3502)ubkp
2023-11-02[core] Fix gestures for `PLATFORM_DESKTOP_SDL` (#3499)ubkp
* Fix gestures for SDL * Review the gesture handling for SDL * Review 2
2023-11-01Update rcore_web.cRay
2023-11-01Update rcore_web.cRay
2023-11-01Moves keymapUS[] and fixes GetCharPressed for DRM (#3498)ubkp
2023-10-31Remove trailing spacesRay
2023-10-31Comments tweaksRay
2023-10-31Fix relative mouse mode for DRM (#3492)ubkp
2023-10-29Fix drm hang up on exit and mouse input issues (#3484)ubkp
2023-10-29Update rcore_desktop_sdl.cRay
2023-10-29REVIEWED: `GetCurrentMonitor()` #3472Ray
2023-10-29Remove rcore.h include from SDL (#3475)ubkp
2023-10-27GetCurrentMonitor() - use closest monitor (#3472)Alexandre Almeida
2023-10-26ADDED: Drop files support to `PLATFORM_DESKTOP_SDL`Ray