Sam Lantinga
|
cc254d885d
Fixed wayland clipboard not always updating in response to Ctrl-C
|
1 year ago |
Sam Lantinga
|
c1b11ad54e
Expanded automated clipboard tests
|
1 year ago |
Sam Lantinga
|
c63aa9545e
Fixed printf formatting for "%p" and added a unit test to check it
|
1 year ago |
Sam Lantinga
|
ecbbac7c72
Do a full UCS4 zero termination on iconv converted strings
|
1 year ago |
Sam Lantinga
|
ae771d4710
Added test shortcuts Alt-C and Alt-V to test the primary selection functionality
|
1 year ago |
Sam Lantinga
|
55ff09de38
Reimplement clipboard text in terms of clipboard data
|
1 year ago |
Sam Lantinga
|
c980ce2120
Removed SDL_EVENT_CLIPBOARD_CANCELLED in favor of the cleanup callback
|
1 year ago |
Sam Lantinga
|
443868143c
Added support for clipboard data on Windows
|
1 year ago |
Sam Lantinga
|
35876da3c4
Clipboard data API revamp
|
1 year ago |
Sam Lantinga
|
61ff86617a
Added GetClientScreenRect() and fixed build for C89 compilers
|
1 year ago |
expikr
|
a7326b9396
center cursor to client area (excludes titlebar thickness)
|
1 year ago |
Sam Lantinga
|
f49f1434b9
Revert "Update SDL_windowswindow.c"
|
1 year ago |
expikr
|
d0fdf6207b
Update SDL_windowswindow.c
|
1 year ago |
Anonymous Maarten
|
ffcd1c0c26
cmake: explicitly disable WINDOWS_EXPORT_ALL_SYMBOLS for SDL3-shared
|
1 year ago |
Sam Lantinga
|
00fc50557e
Make sure logical presentation is complete before destroying the logical render target
|
1 year ago |
Sam Lantinga
|
619f65af0c
Fixed resource leak and crash at exit in the D3D11 renderer
|
1 year ago |
Sam Lantinga
|
90262f274a
Made error handling more consistent in D3D12_RenderReadPixels()
|
1 year ago |
Sam Lantinga
|
304d425f99
The clip rect is defined in terms of the current viewport
|
1 year ago |
Sam Lantinga
|
b6645bb255
Retry to open the clipboard in case another application has it open
|
1 year ago |
Sam Lantinga
|
3bd5e5ca3c
Removed spurious casts
|
1 year ago |
luzpaz
|
37e567994d
Fix remaining typos (#7921)
|
1 year ago |
luzpaz
|
65e1d568ef
Fix various typos (docs/build scripts/tests)
|
1 year ago |
Ryan C. Gordon
|
c0bd18f023
khronos: Fixed a typo in a Vulkan header, to match upstream.
|
1 year ago |
Sam Lantinga
|
f010411492
Rename SDL_strtokr() to SDL_strtok_r()
|
1 year ago |
SDL Wiki Bot
|
b8d6023a91
Sync SDL3 wiki -> header
|
1 year ago |
Sam Lantinga
|
3c04be4486
The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const.
|
1 year ago |
Sam Lantinga
|
ced153a24a
Fixed reference to old function (thanks @tom-seddon!)
|
1 year ago |
Sam Lantinga
|
4aee17b039
Resorted symbols alphabetically
|
1 year ago |
Sam Lantinga
|
50b6e5eb7e
Implemented SDL_LoadBMP() and SDL_SaveBMP() as functions
|
1 year ago |
Sam Lantinga
|
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
|
1 year ago |