Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
il y a 3 mois |
Ryan C. Gordon
|
1787d6ca5c
main: SDL_AppQuit() now reports the result value.
|
il y a 6 mois |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
il y a 7 mois |
Frank Praznik
|
e4f987f299
tests: Fix testdropfile on high-DPI displays
|
il y a 7 mois |
Sam Lantinga
|
dc639956ba
Improve logging performance and make log priorities thread-safe
|
il y a 7 mois |
Petar Popovic
|
d2ef15d8e6
Fix warnings: calloc-transposed-args
|
il y a 7 mois |
Sam Lantinga
|
575d9cda6f
The parameter to SDL_AppEvent() should be non-const
|
il y a 7 mois |
Sam Lantinga
|
438a214420
Changed main callback return values to an enumeration
|
il y a 8 mois |
Ryan C. Gordon
|
3364aff757
main: Make the main callback return value symbols smaller (thanks, @Lzard!).
|
il y a 11 mois |
L zard
|
06aa02453a
Tests: Use the main callback code macros
|
il y a 11 mois |
Anonymous Maarten
|
78e25d4994
testdropfile: convert to use callbacks
|
il y a 11 mois |
Sam Lantinga
|
4609af618a
Updated logging functions for SDL3 naming convention
|
il y a 11 mois |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
il y a 1 an |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
il y a 1 an |
Sam Lantinga
|
70c149c88f
Automatically clean up memory associated with events
|
il y a 1 an |
Sam Lantinga
|
7e445da569
Added SDL_CleanupEvent()
|
il y a 1 an |
Anonymous Maarten
|
2a01f9dcb5
tests: plug leaks when running with --trackmem
|
il y a 1 an |
Sylvain
|
c101e719fd
testprogram: let main() return normally, don't exit for platform (eg Android) where there is some cleanup afterward.
|
il y a 2 ans |
Anonymous Maarten
|
4a6528e3f0
testprograms: parse arguments using SDLTest_CommonState
|
il y a 2 ans |
Sylvain
|
a946a34452
Add Drag and drop position, for x11, wayland and MACOSX
|
il y a 2 ans |
Sam Lantinga
|
7b50bae524
Renamed SDL events for clarity
|
il y a 2 ans |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
il y a 2 ans |
Sam Lantinga
|
66351fd4ba
Replace tri-state functions SDL_EventState(), SDL_GetJoystickEventState(), SDL_GetGamepadEventState(), SDL_ShowCursor()
|
il y a 2 ans |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
il y a 2 ans |
Daniel Gibson
|
22e22ba196
Add SDL_main.h includes to tests
|
il y a 2 ans |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
il y a 2 ans |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
il y a 2 ans |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
il y a 2 ans |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
il y a 2 ans |
Sam Lantinga
|
cc1f9eb983
Use Apple's nomenclature for macOS and iOS
|
il y a 2 ans |