Commit History

Author SHA1 Message Date
  Sam Lantinga a340de6196 The candidates in SDL_EVENT_TEXT_EDITING_CANDIDATES should be a single allocation 1 year ago
  Sam Lantinga 212a491f7c Renamed SDL_HINT_IME_NATIVE_UI to SDL_HINT_IME_IMPLEMENTED_UI 1 year ago
  Sam Lantinga 4c7db129df SDL_HINT_IME_INTERNAL_EDITING and SDL_HINT_IME_SHOW_UI are replaced with SDL_HINT_IME_NATIVE_UI 1 year ago
  Sam Lantinga bdd531986b SDL_SetTextInputRect() has been renamed to SDL_SetTextInputArea() 1 year ago
  Sam Lantinga ed2022a175 Added SDL_EVENT_TEXT_EDITING_CANDIDATES 1 year ago
  Sam Lantinga dcd7b4e497 testime: highlight selected clauses in Japanese composition mode 1 year ago
  Sam Lantinga 50250adba7 testime: draw a blinking cursor at the text insertion point 1 year ago
  Sam Lantinga 3d525331aa testime: add a 1 pixel border around glyphs to avoid texture sampling into other glyphs 1 year ago
  Sam Lantinga 938c974cca testime: use a replacement character for characters not in the font 1 year ago
  Sam Lantinga a67e6b80de Updated unifont to version 15.1.05 1 year ago
  Sam Lantinga 76631a0978 The text input state has been changed to be window-specific. 1 year ago
  Sam Lantinga 0dd579d40d Removed SDL_Keysym 1 year ago
  Sam Lantinga 4609af618a Updated logging functions for SDL3 naming convention 1 year ago
  Sam Lantinga 22016228ca Fixed build 1 year ago
  Ryan C. Gordon fc7afa9cbf rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols. 2 years ago
  Ryan C. Gordon 7d4d8ccde0 rwops: Rename everything from SDL_RWxxx to SDL_XxxRW. 2 years ago
  Ryan C. Gordon 655ceb3b31 rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW. 2 years ago
  Ryan C. Gordon 525919b315 rwops: Reworked RWops for SDL3. 2 years ago
  Sam Lantinga 209a87bf24 Added missing default case (thanks @sezero!) 2 years ago
  Ozkan Sezer d86ff6c6c0 remove stale / wrong information from SDL_RWread() documentation 2 years ago
  Susko3 f8cb3c742d Change `SDL_Keycode` type to an enum 2 years ago
  Sam Lantinga c0b27ccef9 Fixed warning C4701: potentially uninitialized local variable 'drawnTextRect' used 2 years ago
  Sam Lantinga 74e85e3a51 Fixed warning C4706: assignment within conditional expression 2 years ago
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 years ago
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 years ago
  Sam Lantinga 70c149c88f Automatically clean up memory associated with events 2 years ago
  Sam Lantinga 75ea3a8d32 Dynamically allocate long text for SDL_EVENT_TEXT_INPUT events 2 years ago
  Sam Lantinga 7e445da569 Added SDL_CleanupEvent() 2 years ago
  Sam Lantinga b903ccf945 SDL_rwops read/write functions return size_t again 2 years ago