Sam Lantinga
f4bd17deee
Fixed %p formatting when there is following text
2023-07-06 08:04:20 -07:00
Sam Lantinga
cc254d885d
Fixed wayland clipboard not always updating in response to Ctrl-C
2023-07-05 20:06:59 -07:00
Sam Lantinga
c63aa9545e
Fixed printf formatting for "%p" and added a unit test to check it
2023-07-05 20:06:59 -07:00
Sam Lantinga
ecbbac7c72
Do a full UCS4 zero termination on iconv converted strings
...
We don't necessarily know the size of the output characters, so do a full 32-bit zero termination on the output string.
This fixes garbage at the end of Windows clipboard text
2023-07-05 20:06:59 -07:00
Sam Lantinga
ae771d4710
Added test shortcuts Alt-C and Alt-V to test the primary selection functionality
2023-07-05 20:06:59 -07:00
Sam Lantinga
55ff09de38
Reimplement clipboard text in terms of clipboard data
...
This will simplify the X11 and Wayland implementations, which were doing that under the hood, and makes application interaction between the two APIs consistent.
2023-07-05 20:06:59 -07:00
Sam Lantinga
c980ce2120
Removed SDL_EVENT_CLIPBOARD_CANCELLED in favor of the cleanup callback
2023-07-05 20:06:59 -07:00
Sam Lantinga
443868143c
Added support for clipboard data on Windows
...
The only supported image format is image/bmp
2023-07-05 20:06:59 -07:00
Sam Lantinga
35876da3c4
Clipboard data API revamp
...
The clipboard data API is now supported on all platforms, at least for internal use.
2023-07-05 20:06:59 -07:00
Sam Lantinga
61ff86617a
Added GetClientScreenRect() and fixed build for C89 compilers
2023-07-05 11:05:48 -07:00
expikr
a7326b9396
center cursor to client area (excludes titlebar thickness)
2023-07-05 10:11:57 -07:00
Sam Lantinga
f49f1434b9
Revert "Update SDL_windowswindow.c"
...
This reverts commit d0fdf6207b .
2023-07-05 09:22:09 -07:00
expikr
d0fdf6207b
Update SDL_windowswindow.c
2023-07-04 20:42:01 -07:00
Sam Lantinga
00fc50557e
Make sure logical presentation is complete before destroying the logical render target
...
Fixes "testautomation --filter render_testLogicalSize"
2023-07-03 18:29:48 -07:00
Sam Lantinga
619f65af0c
Fixed resource leak and crash at exit in the D3D11 renderer
...
Also, for some reason ID3D11DeviceContext_OMGetRenderTargets() was failing in the second read pixels call in the "testautomation --filter render_testViewport" test.
We already know the target view, so just use that.
2023-07-03 17:39:29 -07:00
Sam Lantinga
90262f274a
Made error handling more consistent in D3D12_RenderReadPixels()
2023-07-03 17:37:17 -07:00
Sam Lantinga
304d425f99
The clip rect is defined in terms of the current viewport
...
Don't use the viewport offset when setting the clip rect in the D3D12 renderer.
This fixes "testautomation --filter render_testViewport" on Windows
2023-07-03 17:09:49 -07:00
Sam Lantinga
b6645bb255
Retry to open the clipboard in case another application has it open
...
This fixes 'testautomation --filter clipboard_testClipboardTextFunctions' on Windows
2023-07-03 16:18:33 -07:00
luzpaz
37e567994d
Fix remaining typos ( #7921 )
...
* Fix remaining typos
Found via `codespell -q 3 -S *.hex,*.pdf,./src/libm,./src/hidapi,./src/stdlib/SDL_malloc.c,./src/video/x11/edid.h -L caf,currenty,datas,einstance,fo,hda,lod,mata,parm,parms,pevent,pevents,pixelx,requestor,ser,statics,te,texturers,thid,uscaled,windowz`
2023-07-03 12:46:47 -07:00
Ryan C. Gordon
c0bd18f023
khronos: Fixed a typo in a Vulkan header, to match upstream.
...
Fixes #7916 .
2023-07-03 11:03:20 -04:00
Sam Lantinga
f010411492
Rename SDL_strtokr() to SDL_strtok_r()
...
Fixes https://github.com/libsdl-org/SDL/issues/7914
2023-07-03 06:20:06 -07:00
Sam Lantinga
3c04be4486
The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const.
...
The destination rectangle passed to SDL_BlitSurface() and SDL_BlitSurfaceScaled() is non-const and filled in with the final destination rectangle after clipping, and now documented as such.
Fixes https://github.com/libsdl-org/SDL/issues/7911
2023-07-02 18:45:11 -07:00
Sam Lantinga
4aee17b039
Resorted symbols alphabetically
...
This can be be done now, before the ABI is frozen
2023-07-02 00:06:55 -07:00
Sam Lantinga
50b6e5eb7e
Implemented SDL_LoadBMP() and SDL_SaveBMP() as functions
...
Fixes https://github.com/libsdl-org/SDL/issues/7902
2023-07-02 00:00:06 -07:00
Sam Lantinga
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
...
Fixes https://github.com/libsdl-org/SDL/issues/7903
2023-07-01 17:58:34 -07:00
Ryan C. Gordon
9d39e50f29
rwops: Use SetFilePointerEx on Windows for appending writes.
...
Fixes #7900 .
(cherry picked from commit 769bf2ebcc )
2023-07-01 00:37:18 -04:00
Sam Lantinga
5b9fdc9dd1
Revert "Zenity has deprecated --icon-name in favor of --icon"
...
This reverts commit 55c3c1b05c .
It turns out many Linux distributions are shipping zenity which doesn't support the new --icon option. We'll need a more robust fix for this.
2023-06-29 23:01:36 -07:00
Sam Lantinga
55c3c1b05c
Zenity has deprecated --icon-name in favor of --icon
...
Fixes https://github.com/libsdl-org/SDL/issues/7895
2023-06-29 22:45:59 -07:00
Sam Lantinga
18ff0d1878
Fixed build
2023-06-29 22:40:57 -07:00
Sam Lantinga
69c7a49990
Fixed build warnings
2023-06-29 22:15:23 -07:00
Sam Lantinga
8da9b22c17
The SDL_WINDOW_SKIP_TASKBAR flag has been replaced by the SDL_WINDOW_UTILITY flag
...
The SDL_WINDOW_UTILITY flag has the same functionality, and is now implemented on Windows.
2023-06-29 21:43:17 -07:00
Sam Lantinga
675fc8c38f
Added Linux mapping for the Logitech Chillstream
...
Fixes https://github.com/libsdl-org/SDL/issues/7829
2023-06-29 16:10:55 -07:00
Sam Lantinga
ba9e924e57
Added additional debug logging for Linux joysticks
2023-06-29 16:09:55 -07:00
Sam Lantinga
ffa146f0bc
On Windows the mouse speed is affected by the content scale
...
Fixes https://github.com/libsdl-org/SDL/issues/7802
2023-06-29 14:38:26 -07:00
Sam Lantinga
baa9c57581
Added support for the Nintendo Online Famicom controllers
2023-06-28 19:15:43 -07:00
Simon McVittie
10fc3b3db7
evdev: Use time64-friendly accessors for struct input_event
...
On 32-bit platforms such as i386, if SDL is compiled with -D_TIME_BITS=64
to opt-in to ABIs that will not stop working in 2038, the fields in
this struct change their naming and interpretation.
The Linux header <linux/input.h> defines macros input_event_sec and
input_event_usec which resolve to the right struct field to look at.
The actual field names and types are an implementation detail,
historically signed 32-bit time.tv_sec and time.tv_usec on 32-bit
platforms, but becoming unsigned __sec and __usec when using 64-bit
time (which makes them able to represent times up to 2106).
Signed-off-by: Simon McVittie <smcv@collabora.com >
2023-06-28 12:35:12 -07:00
Frank Praznik
e7327b6c73
wayland: Flush cached themes on a theme change
...
Flush the cached themes when the system cursor theme changes so that the stale cached value won't be used.
2023-06-28 14:53:11 -04:00
capehill
8315a00a01
Fix crash in AudioConvertByteswap
2023-06-28 14:47:10 -04:00
Frank Praznik
fd6cb4dc86
wayland: Add a DBus message handler for the cursor size and theme properties.
...
Add a DBus message handler to watch and respond to changes to the system cursor size and theme properties. Upon these settings being changed, a cursor refresh will be triggered so the new changes will take effect immediately, without the cursor having to leave and re-enter the window surface.
2023-06-28 13:58:05 -04:00
Sam Lantinga
e643d28d9c
Set the hint value before calling hint callbacks
...
This allows the hint callbacks to perform more complicated logic involving multiple hints without worrying about which hint has been changed.
2023-06-28 08:53:48 -07:00
Sam Lantinga
cc5e9ffe70
Don't crash if SDL_MapRGB() and SDL_MapRGBA() are passed a NULL format
2023-06-27 16:08:19 -07:00
Sam Lantinga
9ee1200e6f
Fixed Nintendo Switch Pro controllers that don't have readable user calibration
2023-06-27 07:48:42 -07:00
Sam Lantinga
c065a9b128
Fix some issues caught by check_stdlib_usage.py
2023-06-27 06:19:06 -07:00
Frank Praznik
9ab2025127
wayland: Don't initialize OpenGL when the window flags didn't specify it
...
Applications that don't specify a rendering flag are likely handling Vulkan/GL themselves, so SDL loading OpenGL by default in this case is unnecessary overhead, and if a render backend requires it, the window will be recreated with the appropriate flags when the renderer is initialized.
2023-06-26 13:57:48 -04:00
Narr the Reg
425062c123
hidapi: switch: Handle MCU input reports
2023-06-26 10:01:49 -07:00
Ozkan Sezer
02398a8f11
Allow building against old Linux kernels.
2023-06-26 18:01:50 +03:00
Sam Lantinga
fd062657dd
Fixed build
2023-06-26 07:43:44 -07:00
meyraud705
6cc21af900
Don't keep sensor file open while sensors are disabled
2023-06-26 07:32:40 -07:00
meyraud705
9cfac88054
Improve sensor detection for Linux gamepad
2023-06-26 07:32:40 -07:00
meyraud705
000277060c
Add support for sensor to joystick on Linux (evdev)
2023-06-26 07:32:40 -07:00