Commit History

Author SHA1 Message Date
  Sam Lantinga bdd531986b SDL_SetTextInputRect() has been renamed to SDL_SetTextInputArea() 1 year ago
  Sam Lantinga def7a43a2e SDL_HINT_IME_SHOW_UI defaults to SDL_TRUE 1 year ago
  Sam Lantinga 382494eeda checkkeys: draw the IME composition text 1 year ago
  Sam Lantinga 92b3ce20b1 checkkeys: don't toggle text input with the left mouse button 1 year ago
  Sam Lantinga 01ae067504 checkkeys: print the start/length values of the SDL_EVENT_TEXT_EDITING event 1 year ago
  Sam Lantinga 94ae4e1513 Fixed build warnings 1 year ago
  Sam Lantinga 138eb8649d checkkeys: draw a blinking cursor 1 year ago
  Sam Lantinga 505badb7af checkkeys: added support for multiple windows 1 year ago
  Sam Lantinga 76631a0978 The text input state has been changed to be window-specific. 1 year ago
  Sam Lantinga 258ee05655 checkkeys: enable showing IME candidates 1 year ago
  Sam Lantinga 0dd579d40d Removed SDL_Keysym 1 year ago
  Sam Lantinga 679e4471ed Added the ability to query the keymap for keycodes based on modifier state 1 year ago
  Sam Lantinga ef9bd8b609 Add the raw platform specific key code to SDL_Keysym 1 year ago
  Sam Lantinga 391a63f29f Check raw keyboard input in checkkeys 1 year ago
  Sam Lantinga 4609af618a Updated logging functions for SDL3 naming convention 1 year 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 f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression 2 years ago
  Anonymous Maarten 2a01f9dcb5 tests: plug leaks when running with --trackmem 2 years ago
  Sylvain c101e719fd testprogram: let main() return normally, don't exit for platform (eg Android) where there is some cleanup afterward. 2 years ago
  Anonymous Maarten 3472dc11d6 Fix uses of undefined macro identifiers (-Wundef) 3 years ago
  Anonymous Maarten 4a6528e3f0 testprograms: parse arguments using SDLTest_CommonState 3 years ago
  Sam Lantinga c6443d86c9 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 3 years ago
  Sylvain 16bb6a0b3d Fix warnings about static function and prototype 3 years ago
  Sam Lantinga 698dbd8464 SDL_CreateWindow() has been simplified and no longer takes a window position. 3 years ago
  Anonymous Maarten 69aede6c9e Add missing _ in SDL_EVENT_LOCALECHANGED and SSDL_EVENT_TEXTEDITING_EXT 3 years ago