raylib/src
Everton Jr. 00396e3436
[rcore] Clipboard Image Support (#4459)
* [rcore] add 'GetClipboardImage' for windows

* [rcore] GetClipboardImage removed some unneeded defines

* [rcore] PLATFORM_SDL: create a compatility layer for SDL3

* external: add win32_clipboard.h header only lib

* [rcore] using win32_clipboard on platforms rlfw and rgfw

* [rcore] fix warnings in SDL3 compatibility layer

* Makefile: Allow specifying SDL_LIBRARIES to link, this helps with SDL3

* Makefile: examples makefile now compile others/rlgl_standalone only when TARGET_PLATFORM is PLATFORM_DESKTOP_GFLW

* Makefile: examples makefile now compile others/rlgl_standalone only when TARGET_PLATFORM is PLATFORM_DESKTOP_GFLW

* [rcore]: PLATFORM_SDL: improve clipboard data retrieval

* external: remove unused function from win32_clipboard.h

* Makefile: allow for extra flags necessary when compiling for SDL3

* [rcore]: fix string typo

* [rcore]: Properly handle NULL dpi passing. As is allowed in SDL2

* external: fix arch finding on win32_clipboard.h to allow compilation on msvc cmake CI

* [rcore]: PLATFORM_SDL: Treat monitor as an ID in SDL3 as opposed to an index as in SDL2

* [rcore]: typo
2024-11-09 19:40:41 +01:00
..
external [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
platforms [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
CMakeLists.txt A better default that saves the whopping amount of 28KB on the final bundle (#4177) 2024-07-22 22:23:03 +02:00
config.h [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
Makefile [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
minshell.html [web] Fix undesired scrollbars on shell files (#4104) 2024-06-25 22:15:29 +02:00
raudio.c WARNING: BREAKING: Renamed several functions for data validation #3930 2024-10-16 19:26:12 +02:00
raylib.dll.rc WARNING: UPDATE: Starting works on raylib 5.5 release 2024-07-01 18:31:16 +02:00
raylib.dll.rc.data WARNING: UPDATE: Starting works on raylib 5.5 release 2024-07-01 18:31:16 +02:00
raylib.h [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc WARNING: UPDATE: Starting works on raylib 5.5 release 2024-07-01 18:31:16 +02:00
raylib.rc.data WARNING: UPDATE: Starting works on raylib 5.5 release 2024-07-01 18:31:16 +02:00
raymath.h Fix for issue 4454, MatrixDecompose() gave incorrect output for certain combinations of scale and rotation (#4461) 2024-11-03 20:36:32 +01:00
rcamera.h Removed tabs and triple line-breaks 2024-10-08 18:45:52 +02:00
rcore.c [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
rgestures.h REVIEWED: GetGestureHoldDuration() comments 2024-10-21 20:47:08 +02:00
rglfw.c Fix GLFW runtime platform detection (#3863) 2024-03-14 16:54:39 +01:00
rlgl.h Fix signed/unsigned mismatch in rlgl (#4443) 2024-10-26 22:59:50 +02:00
rmodels.c UpdateModelAnimation speedup (#4470) 2024-11-08 14:28:39 +01:00
rshapes.c REVIEWED: DrawRectangleLines(), considering view matrix for lines "alignment" 2024-10-24 13:11:39 +02:00
rtext.c Update rtext.c 2024-10-29 09:37:38 +01:00
rtextures.c fix float casting warnings (#4471) 2024-11-07 21:42:59 +01:00
shell.html [web] Fix undesired scrollbars on shell files (#4104) 2024-06-25 22:15:29 +02:00
utils.c Removed tabs and triple line-breaks 2024-10-08 18:45:52 +02:00
utils.h Update copyright to 2024 2024-01-02 20:58:12 +01:00