raylib/src
Ray e1113c8833 REVIEWED: Fullscreen request #5601
Tested on Windows with Edge and Chrome browsers, the other options do not work:
 - `Module.canvas.requestFullscreen(false, false)` - FAIL
 - `Module.requestFullscreen(false, false)` - FAIL
 - `Module.requestFullscreen()` - FAIL

Tested with latest Emscripten/emsdk 5.0.2
2026-03-02 13:16:43 +01:00
..
external WARNING: BREAKING: REDESIGNED: raylib build features config system #4411 #4554 2026-02-26 08:19:28 +01:00
platforms REVIEWED: Code formating 2026-03-02 12:24:29 +01:00
CMakeLists.txt [rcore][android] Replace android_fopen() with linker --wrap=fopen (#5605) 2026-03-02 12:18:04 +01:00
config.h change defined() to 0/1 check (#5599) 2026-02-26 23:41:33 +01:00
Makefile [rcore][android] Replace android_fopen() with linker --wrap=fopen (#5605) 2026-03-02 12:18:04 +01:00
minshell.html Update minshell.html 2025-12-30 22:05:37 +01:00
raudio.c [rcore][android] Replace android_fopen() with linker --wrap=fopen (#5605) 2026-03-02 12:18:04 +01:00
raylib.dll.rc Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.dll.rc.data Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.h REVIEWED: Start working on raylib 6.0 release... 2026-02-26 23:59:30 +01:00
raylib.ico Update raylib.ico 2024-11-14 16:40:04 +01:00
raylib.rc Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.rc.data Update year to 2025 2025-01-01 00:02:52 +01:00
raymath.h Swaping #pragma message with TRACELOG inside the clipboard_image function (#5596) 2026-02-26 23:45:34 +01:00
rcamera.h update camera pan speed (#5554) 2026-02-14 22:16:09 +01:00
rcore.c Swaping #pragma message with TRACELOG inside the clipboard_image function (#5596) 2026-02-26 23:45:34 +01:00
rgestures.h Update year to 2026 2026-01-02 13:40:15 +01:00
rglfw.c Update year to 2026 2026-01-02 13:40:15 +01:00
rlgl.h WARNING: BREAKING: REDESIGNED: raylib build features config system #4411 #4554 2026-02-26 08:19:28 +01:00
rmodels.c WARNING: BREAKING: REDESIGNED: raylib build features config system #4411 #4554 2026-02-26 08:19:28 +01:00
rshapes.c WARNING: BREAKING: REDESIGNED: raylib build features config system #4411 #4554 2026-02-26 08:19:28 +01:00
rtext.c fix memory corruption in GenImageFontAtlas reallocation (#5602) 2026-02-27 08:36:46 +01:00
rtextures.c change defined() to 0/1 check (#5599) 2026-02-26 23:41:33 +01:00
shell.html REVIEWED: Fullscreen request #5601 2026-03-02 13:16:43 +01:00