index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
platforms
/
rcore_desktop.c
Age
Commit message (
Expand
)
Author
2024-07-01
WARNING: BREAKING: Renamed `PLATFORM_DESKTOP` to `PLATFORM_DESKTOP_GLFW`
Ray
2024-07-01
Minor tweaks
Ray
2024-06-17
fixed issue with GetScreenWidth/GetScreenHeight (#4074)
Anthony Carbajal
2024-06-04
Update rcore_desktop.c
Ray
2024-05-05
[rcore_desktop] Fix 3693 initial window geometry (#3950)
Christian Haas
2024-04-21
Review formatting
Ray
2024-04-19
Fix window not initializing on primary monitor on GLFW backend (#3923)
Rafael Bordoni
2024-04-08
REVIEWED: Window positioning, avoid out-of-screen window-bar
Ray
2024-04-02
Remove trailing spaces
Ray
2024-03-18
Update rcore_desktop.c
Ray
2024-03-18
Put GLFW in relative mouse mode when the cursor is disabled. (#3874)
Jeffery Myers
2024-03-01
Remove GLFW mouse passthrough hack and increase GLFW version in CMake (#3852)
Alexandre Almeida
2024-02-29
Update GLFW to 3.4 (#3827)
Alexandre Almeida
2024-02-24
Gamepad rumble support with SDL2 (#3819)
GideonSerf
2024-01-13
Simplified GetWindowScaleDPI() so it does not fetch the wrong DPI scale some ...
Karl Zylinski
2024-01-02
Update copyright to 2024
Ray
2023-12-23
REVIEWED: SDL text input to Unicode codepoints #3650
Ray
2023-12-07
Fix IsMouseButtonUp() (#3609)
Kenneth M
2023-12-03
Revert "Fix warning while using external GLFW older than version 3.4.0 (#3599)"
Ray
2023-12-03
Fix warning while using external GLFW older than version 3.4.0 (#3599)
Marco Maia
2023-11-28
Fix typos in src/platforms/rcore_*.c (#3581)
RadsammyT
2023-11-10
Reviewed duplicate lines
Ray
2023-11-10
Reviewing automation events on web...
Ray
2023-11-02
Comments tweaks
Ray
2023-10-31
Remove trailing spaces
Ray
2023-10-31
Comments tweaks
Ray
2023-10-29
REVIEWED: `GetCurrentMonitor()` #3472
Ray
2023-10-27
GetCurrentMonitor() - use closest monitor (#3472)
Alexandre Almeida
2023-10-26
GetCurrentMonitor() - check window center instead of top-left corner (#3468)
Alexandre Almeida
2023-10-25
Fix gamepad names for PLATFORM_DESKTOP/GLFW (#3462)
ubkp
2023-10-25
Revert "Fix #3461"
Ray
2023-10-25
Fix #3461
Ray
2023-10-23
REVIEWED: `InitPlatform()` organization and code-gardening
Ray
2023-10-23
REVIEWED: Move screen capture logic to `rcore.c`, available for all platforms
Ray
2023-10-22
Update rcore_desktop.c
Ray
2023-10-19
REVIEWED: Issue with functions definitions
Ray
2023-10-19
REVIEWED: Issue with symbols exposure
Ray
2023-10-19
REDESIGNED: Move platforms to separate directory #3313
Ray