summaryrefslogtreecommitdiffhomepage
path: root/src/platforms
AgeCommit message (Collapse)Author
2023-10-26Remove trail spacesRay
2023-10-26REVIEWED: `glfwGetError()` not availbale on `PLATFORM_WEB` fix #3470Ray
2023-10-26GetCurrentMonitor() - check window center instead of top-left corner (#3468)Alexandre Almeida
2023-10-25Fix gamepad names for PLATFORM_DESKTOP/GLFW (#3462)ubkp
2023-10-25Fix OpenURL on SDL (#3460)ubkp
2023-10-25Revert "Fix #3461"Ray
This reverts commit 8fbd42d592c22612e18d2c6f9bcef8a107984675.
2023-10-25Fix #3461Ray
2023-10-23REVIEWED: Check OpenGL version required, fix #3457Ray
2023-10-23REVIEWED: `InitPlatform()` organization and code-gardeningRay
2023-10-23REVIEWED: Move screen capture logic to `rcore.c`, available for all platformsRay
2023-10-22REVIEWED: New platform backend template commentsRay
2023-10-22Update rcore_desktop.cRay
2023-10-22[core] Complement implementations for `SDL` (3) (#3450)ubkp
* Fix SetWindowMinSize and SetWindowMaxSize * Fix window resizes to update the viewport * Fix window resizes to update the viewport 2
2023-10-21[core] Complement implementations for `SDL` (2) (#3447)ubkp
* Add note and todo to GetWindowScaleDPI * Complement ToggleFullscreen and change ToggleBorderlessWindowed * Complement SetWindowState and ClearWindowState
2023-10-20[core] Complement implementations for `SDL` (#3444)ubkp
* Complement SetWindowMonitor SDL implementation * Complement SetWindowMonitor SDL implementation 2 * Complement SetWindowMonitor SDL implementation 3 * Complement GetMonitorPosition SDL implementation * Small tweaks to various SDL implementation * Small tweaks to various SDL implementation 2
2023-10-19REVIEWED: Issue with functions definitionsRay
2023-10-19REVIEWED: Issue with symbols exposureRay
2023-10-19REDESIGNED: Move platforms to separate directory #3313Ray