Sam Lantinga
|
596ef1ba2e
Moved the SDL_ttf IME demo to showfont in the SDL_ttf project
|
il y a 6 mois |
Ryan C. Gordon
|
54459def69
render: Remove the logical presentation render target.
|
il y a 7 mois |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
il y a 7 mois |
Sam Lantinga
|
dc639956ba
Improve logging performance and make log priorities thread-safe
|
il y a 7 mois |
Sam Lantinga
|
36a091cc43
Use SDL_GetError() for SDL_ttf errors
|
il y a 7 mois |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
il y a 8 mois |
Sam Lantinga
|
037541a0e0
Check standard error code return values as < 0 instead of == -1
|
il y a 8 mois |
Sam Lantinga
|
a1998d106d
Putting the simple back into Simple DirectMedia Layer
|
il y a 8 mois |
Sam Lantinga
|
c298a3749b
Expose the keymap separately from the event keycode
|
il y a 8 mois |
Sam Lantinga
|
50492e1d03
Change the text input defaults to match the natural input experience
|
il y a 8 mois |
Sam Lantinga
|
81f8e6aba6
Added SDL_StartTextInputWithProperties()
|
il y a 8 mois |
Sam Lantinga
|
5d51e3b4ab
testime: added support for multiple windows
|
il y a 8 mois |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
il y a 8 mois |
Sam Lantinga
|
a340de6196
The candidates in SDL_EVENT_TEXT_EDITING_CANDIDATES should be a single allocation
|
il y a 9 mois |
Sam Lantinga
|
212a491f7c
Renamed SDL_HINT_IME_NATIVE_UI to SDL_HINT_IME_IMPLEMENTED_UI
|
il y a 9 mois |
Sam Lantinga
|
4c7db129df
SDL_HINT_IME_INTERNAL_EDITING and SDL_HINT_IME_SHOW_UI are replaced with SDL_HINT_IME_NATIVE_UI
|
il y a 9 mois |
Sam Lantinga
|
bdd531986b
SDL_SetTextInputRect() has been renamed to SDL_SetTextInputArea()
|
il y a 9 mois |
Sam Lantinga
|
ed2022a175
Added SDL_EVENT_TEXT_EDITING_CANDIDATES
|
il y a 9 mois |
Sam Lantinga
|
dcd7b4e497
testime: highlight selected clauses in Japanese composition mode
|
il y a 9 mois |
Sam Lantinga
|
50250adba7
testime: draw a blinking cursor at the text insertion point
|
il y a 9 mois |
Sam Lantinga
|
3d525331aa
testime: add a 1 pixel border around glyphs to avoid texture sampling into other glyphs
|
il y a 9 mois |
Sam Lantinga
|
938c974cca
testime: use a replacement character for characters not in the font
|
il y a 9 mois |
Sam Lantinga
|
a67e6b80de
Updated unifont to version 15.1.05
|
il y a 9 mois |
Sam Lantinga
|
76631a0978
The text input state has been changed to be window-specific.
|
il y a 10 mois |
Sam Lantinga
|
0dd579d40d
Removed SDL_Keysym
|
il y a 10 mois |
Sam Lantinga
|
4609af618a
Updated logging functions for SDL3 naming convention
|
il y a 11 mois |
Sam Lantinga
|
22016228ca
Fixed build
|
il y a 11 mois |
Ryan C. Gordon
|
fc7afa9cbf
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
|
il y a 1 an |
Ryan C. Gordon
|
7d4d8ccde0
rwops: Rename everything from SDL_RWxxx to SDL_XxxRW.
|
il y a 1 an |
Ryan C. Gordon
|
655ceb3b31
rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW.
|
il y a 1 an |