Sam Lantinga
|
a7d4f0a76c
Center the composition text in the text input area
|
9 months ago |
Sam Lantinga
|
4c7db129df
SDL_HINT_IME_INTERNAL_EDITING and SDL_HINT_IME_SHOW_UI are replaced with SDL_HINT_IME_NATIVE_UI
|
9 months ago |
Sam Lantinga
|
d9d7104feb
Removed unneeded Text Services Framework code from IME handling
|
9 months ago |
Sam Lantinga
|
bdd531986b
SDL_SetTextInputRect() has been renamed to SDL_SetTextInputArea()
|
9 months ago |
Sam Lantinga
|
e324c7d692
Fixed event spam caused by repeated calls to IME_SetTextInputRect()
|
9 months ago |
Sam Lantinga
|
42d8db7e34
Current Korean IMEs don't have candidates
|
9 months ago |
Sam Lantinga
|
ed2022a175
Added SDL_EVENT_TEXT_EDITING_CANDIDATES
|
9 months ago |
SDL Wiki Bot
|
c983c1da97
Sync SDL3 wiki -> header
|
9 months ago |
Frank Praznik
|
44ec57626f
vulkan: Don't set the opaque bit on transparent windows
|
9 months ago |
Anonymous Maarten
|
339d83bdfa
ci: assume all .dmp files in build directy are minidump files
|
9 months ago |
hwsmm
|
915ef28753
Fix mouse button not changing in pen mouse emulation
|
9 months ago |
Ryan C. Gordon
|
87439c0008
x11: Fix build when `X_HAVE_UTF8_STRING` is not defined.
|
9 months ago |
Ryan C. Gordon
|
ecfa363889
begin_code: Solaris Studio has `__has_attribute` defined by isn't usable here.
|
9 months ago |
Ryan C. Gordon
|
d7ee9ce455
SDL_endian.h: Fix byte order detection on Solaris (and some SPARC compilers).
|
9 months ago |
Ryan C. Gordon
|
d8e68aea9d
atomic: Solaris needs the `_nv` variant of `atomic_or_uint`.
|
9 months ago |
Sam Lantinga
|
8165e96514
Fixed whitespace
|
9 months ago |
Sam Lantinga
|
dcd7b4e497
testime: highlight selected clauses in Japanese composition mode
|
9 months ago |
Sam Lantinga
|
50250adba7
testime: draw a blinking cursor at the text insertion point
|
9 months ago |
Sam Lantinga
|
3d525331aa
testime: add a 1 pixel border around glyphs to avoid texture sampling into other glyphs
|
9 months ago |
Sam Lantinga
|
938c974cca
testime: use a replacement character for characters not in the font
|
9 months ago |
Sam Lantinga
|
a67e6b80de
Updated unifont to version 15.1.05
|
9 months ago |
Sam Lantinga
|
50f50612bd
Removed checkkeysthreads
|
9 months ago |
Sam Lantinga
|
b7748c1513
Prevent duplicate calls to start/stop text input
|
9 months ago |
Sam Lantinga
|
3609b15920
Fixed showing the selected clause in the Japanese IME
|
9 months ago |
SDL Wiki Bot
|
b7ab5182d3
Sync SDL3 wiki -> header
|
9 months ago |
Ryan C. Gordon
|
1e0ac5771a
testiconv: Remove half-baked SDL_StepUTF8 testing code.
|
9 months ago |
Ryan C. Gordon
|
a9cfcf6bde
stdinc: Drastically improve SDL_StepUTF8() and make it a public API.
|
9 months ago |
Ryan C. Gordon
|
9b8c5f642f
testaudio: Better fix for NULL dereference.
|
9 months ago |
Ryan C. Gordon
|
5631c6dbaa
testaudio: Don't crash if SDL_GetAudioDeviceName() returns NULL.
|
9 months ago |
Ryan C. Gordon
|
982feb7a65
vulkan: SDL_Vulkan_CreateSurface now returns the usual int (0=ok, -1=error).
|
9 months ago |