Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 anni fa |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
3 anni fa |
Sylvain
|
9b065bf54b
Fix various warnings: static /void / comma
|
3 anni fa |
Sam Lantinga
|
23beef4fc7
We no longer need explicit SDL_ENABLE_SYSWM_* while building SDL
|
3 anni fa |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 anni fa |
Sylvain Becker
|
d7d3c22dbf
Remove more reserved identifiers (#6925)
|
3 anni fa |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 anni fa |
Frank Praznik
|
abdfa809db
Prepend key modifier enum values with 'SDL_'
|
3 anni fa |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 anni fa |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 anni fa |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 anni fa |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 anni fa |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 anni fa |
Sam Lantinga
|
b0840eb32e
Updated SDL_syswm.h for SDL 3.0
|
3 anni fa |
rohlem
|
b085c18251
make SDL_SetTextInputRect take a pointer to const
|
3 anni fa |
Mathieu Eyraud
|
00b95e989b
Fix read of uninitialised variable
|
3 anni fa |
Sam Lantinga
|
adc6875870
Added SDL_copyp to avoid size mismatch when copying values (thanks @1bsyl!)
|
3 anni fa |
Guldoman
|
e5a3acd6bd
ime: fcitx: Retrieve cursor position and selection
|
3 anni fa |
Weng Xuetian
|
138d96c8a6
Send key release event to input method. (#5281)
|
4 anni fa |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 anni fa |
Weng Xuetian
|
5056b29b0f
Fix the wrong int size for fcitx capability.
|
4 anni fa |
Sylvain
|
fae7034901
Fix warnings: static, include, un-initialized vairables
|
4 anni fa |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 anni fa |
Sam Lantinga
|
bfffa275ef
Fixed bug 5397 - Fcitx input is truncated
|
5 anni fa |
Sam Lantinga
|
eadc8693dd
Fixed bug 5103 - Port fcitx support to both fcitx 4 & 5
|
5 anni fa |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 anni fa |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 anni fa |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 anni fa |
Sam Lantinga
|
de91b1248f
Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks
|
8 anni fa |
Ryan C. Gordon
|
b135557df9
linux: Don't crash if fcitx support is requested but unavailable.
|
8 anni fa |