Sam Lantinga
|
6443c75eda
Removed SDL_TEXTINPUTEVENT_TEXT_SIZE
|
2 年之前 |
Sam Lantinga
|
3b55c7d1f4
Shortened SDL property names
|
2 年之前 |
Sam Lantinga
|
1a13dae219
Added constant definitions for SDL properties
|
2 年之前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 年之前 |
Sam Lantinga
|
0907f345cb
Added property types: pointer, string, number, float
|
2 年之前 |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 年之前 |
Sam Lantinga
|
fd4a2cce9e
SDL_syswm.h has been removed and replaced with window properties
|
2 年之前 |
Sam Lantinga
|
bc3d9e99f3
Only save ibus_addr_file after we've successfully read an address from it.
|
2 年之前 |
Sam Lantinga
|
7e445da569
Added SDL_CleanupEvent()
|
2 年之前 |
Sam Lantinga
|
f3261fedcc
Code cleanup now that SDL_bool is equivalent to a C boolean expression
|
2 年之前 |
Simon McVittie
|
91198baed4
ibus: Handle error when getting the D-Bus machine ID
|
2 年之前 |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 年之前 |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 年之前 |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
3 年之前 |
Sam Lantinga
|
23beef4fc7
We no longer need explicit SDL_ENABLE_SYSWM_* while building SDL
|
3 年之前 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 年之前 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 年之前 |
Frank Praznik
|
abdfa809db
Prepend key modifier enum values with 'SDL_'
|
3 年之前 |
Sylvain Becker
|
02493579b5
DBus: add a reference to the connection
|
3 年之前 |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 年之前 |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 年之前 |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 年之前 |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 年之前 |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 年之前 |
Sam Lantinga
|
b0840eb32e
Updated SDL_syswm.h for SDL 3.0
|
3 年之前 |
Sam Lantinga
|
2c4159b99a
First pass at changing SDL 2.0 to SDL 3.0
|
3 年之前 |
Ryan C. Gordon
|
a1702d463c
ibus: Try to use org.freedesktop.portal.IBus first if available.
|
3 年之前 |
Sylvain
|
1d7966df15
Remove un-needed check for NULL pointer. They were previously checked just before.
|
3 年之前 |
rohlem
|
b085c18251
make SDL_SetTextInputRect take a pointer to const
|
3 年之前 |
Guldoman
|
dd7bed9ebc
ime: ibus: Retrieve cursor position and selection
|
4 年之前 |