8d3d4e523e
Fix sdltest_randomAsciiStringWithMaximumLength() where it requests a string a size 0 seen with: ./testautomation --seed MILAFAP2AKVP3V4G --filter sdltest_randomAsciiStringWithMaximumLength
Sylvain
2023-03-21 12:24:45 +01:00
3ccfd361cb
Fix video_getSetWindowPosition() that fail when checking events, because testautomation_events.c() didn't finish to poll all events before
Sylvain
2023-03-21 12:11:57 +01:00
5976b79c1c
testautomation: create no window, so that testautomation_mouse.c::mouse_getMouseFocus() pass (more precisely, the last test, when the window is destroyed, focus window should report null)
Sylvain
2023-03-20 21:43:24 +01:00
f30a182de2
Fix video_getSetWindowGrab(): need to raise the window, and wait for focus gained
Sylvain
2023-03-20 12:34:36 +01:00
d4d26e0ddb
testautomation_video: if SDL_SetWindowSize/Position isn't honored, we should check there is an event x11: send the events if various occasions
Sylvain
2023-03-20 11:25:10 +01:00
4b1378fe8e
X11: fix size/position (test video_setWindowCenteredOnDisplay) this fix x11 backend to correctly pass video_setWindowCenteredOnDisplay() - get border values early (eg status bar) - wait for size/position change to get valid values
Sylvain
2023-03-18 16:07:11 +01:00
749f3ebd14
Fix arguments of SDL_BlitCopyMMX
Anonymous Maarten
2023-03-24 02:17:40 +01:00
586004e52a
wikiheaders.pl: Manpages shouldn't use .BI sections, it looks bad.
Ryan C. Gordon
2023-03-21 22:23:06 -07:00
1b81ececd3
wikiheaders.pl: Fixed uninitialized value warning when run without arguments.
Ryan C. Gordon
2023-03-21 21:56:34 -07:00
0ef85873a2
fixed uninitialized warnings from gcc7, gcc8, and gcc9.
Ozkan Sezer
2023-03-22 01:56:20 +03:00
6760d54737
Sync SDL3 wiki -> header
SDL Wiki Bot
2023-03-21 20:04:18 +00:00
08d5235da0
testintersections: check integer argument + no global done + get final tick before SDL shutdown
Anonymous Maarten
2023-03-16 15:38:26 +01:00
6e2851878f
testhittesting: use SDLTest_Common for creating window(s) and renderer(s)
Anonymous Maarten
2023-03-16 04:23:43 +01:00
ad1a216d65
Refresh generation of SDL_blit_auto.c
Sylvain
2023-03-15 21:36:45 +01:00
66eff69d2b
Don't update hidden child windows, their relative position doesn't change
Sam Lantinga
2023-03-16 11:23:46 -07:00
e6fe7273a5
Toggle menu visibility with the space bar
Sam Lantinga
2023-03-16 11:02:58 -07:00
a8ea8db6d7
wayland: Update the popup window geometry on configure events
Frank Praznik
2023-03-16 13:58:06 -04:00
be70d9a9c7
wayland: Clarify the popup position restriction purpose
Frank Praznik
2023-03-16 13:35:06 -04:00
c270d151b0
wayland: Handle cases where the compositor does not scale the monitor viewport in its compositing space
Frank Praznik
2023-03-16 12:59:24 -04:00
5dd317b869
Fixed position when setting WM hints on X11 popup windows
Sam Lantinga
2023-03-15 20:23:03 -07:00
422517c036
Allow passing 0 to SDL_SetWindowMinimumSize() and SDL_SetWindowMaximumSize() to indicate no limit
Sam Lantinga
2023-03-15 16:13:56 -07:00
d95b04feaf
Fixed display ID check in video_setWindowCenteredOnDisplay
Sam Lantinga
2023-03-15 16:12:54 -07:00
4312abab69
testprogram: add option to use SDL_BLENDMODE_MUL
Sylvain
2023-03-15 21:58:43 +01:00
b07a049923
Fixed window positioning in testpopup
Sam Lantinga
2023-03-15 10:35:26 -07:00
e794057d9f
Move the popup windows to follow the mouse
Sam Lantinga
2023-03-15 10:19:55 -07:00
7ea6ef4076
ci: add workflow for building SDL on ppc64le
Anonymous Maarten
2023-03-15 04:57:50 +01:00
e77132b8aa
ci: only store cache vita reqs when restore-cache didn't find anything
Anonymous Maarten
2023-02-26 20:38:23 +01:00
65178df717
ci: test ARM neon and simd on ci using vita toolchain
Anonymous Maarten
2023-02-26 20:16:04 +01:00
d27db3defa
cmake+video: always use altivec.h header for detection + introduce SDL_ENABLE_ALTIVEC
Anonymous Maarten
2023-03-15 04:56:55 +01:00
684709a5b6
cmake: fix building testautomation without X11 support
Anonymous Maarten
2023-03-15 04:55:11 +01:00
9cb5f0bfc6
video: fix ARM neon and simd
Anonymous Maarten
2023-02-26 20:15:35 +01:00
64e242fd77
cmake: Add test resources to list of files to clean
Anonymous Maarten
2023-02-25 05:06:44 +01:00