Commit History

Author SHA1 Message Date
  SDL Wiki Bot f787790243 Sync SDL3 wiki -> header 9 months ago
  Sam Lantinga 109f268972 Added support for non-US keyboard layouts in Emscripten 9 months ago
  Sam Lantinga 2c333c7355 The mode modifier only affects character keys 9 months ago
  Sam Lantinga d4497ecdbd Numpad scancodes have non-numpad keycodes 9 months ago
  Sam Lantinga 78dbf9be50 Document that SDL_GetKeyName() always returns uppercase names for alphabetic keycodes 9 months ago
  Sam Lantinga e8dbbf8380 Renamed SDLK_a-z to SDLK_A-Z 9 months ago
  Sam Lantinga d9dc4b320a The keycode in key events is the base, unmodified, keycode for the current keyboard layout 9 months ago
  SDL Wiki Bot 5755bde3b8 Sync SDL3 wiki -> header 9 months ago
  Anonymous Maarten 8290c4e82e sdlprocdump: also print a stacktrace on a fatal exception 9 months ago
  Anonymous Maarten 9601d98e7f SDL_test: always use symbols with 64-suffix from DbgHelp 9 months ago
  Frank Praznik 1f0bc4b808 x11: Check for button presses before clearing an XInput2 pointer grab 9 months ago
  SDL Wiki Bot ede4483420 Sync SDL3 wiki -> header 9 months ago
  Sam Lantinga 473257cce6 Added SDL_GetRenderLogicalPresentationRect() 9 months ago
  Sam Lantinga b72c22340e We don't need to pull scancode state to see if ALT is held down 9 months ago
  Sam Lantinga 017a1039e2 Removed unnecessary cast 9 months ago
  Sam Lantinga 7258b36e30 Make it easier to turn on Windows message logging 9 months ago
  Sam Lantinga 5322b3528a Losing keyboard focus doesn't automatically mean you lose mouse capture 9 months ago
  Sam Lantinga 2a58e7b11c Respect SDL_HINT_RENDER_DRIVER when creating an accelerated window surface 9 months ago
  Sam Lantinga a522bfe3f1 Clean up any renderer in SDL_DestroyWindowSurface() 9 months ago
  Sam Lantinga 6f199eabb8 Removed SDL_RenderGeometryRawFloat() 9 months ago
  Sam Lantinga 22bca55d84 Minor blitting cleanup 9 months ago
  1F616EMO 79f6baa494 Remove the inconsistent and lag-causing usleep call in SDL_fcitx.c 9 months ago
  SDL Wiki Bot 2cfcb144e4 Sync SDL3 wiki -> header 9 months ago
  Sam Lantinga 212a491f7c Renamed SDL_HINT_IME_NATIVE_UI to SDL_HINT_IME_IMPLEMENTED_UI 9 months ago
  Sam Lantinga e47179c4c7 We should still set the text input area if SDL_DISABLE_WINDOWS_IME is defined 9 months ago
  SDL Wiki Bot 9332de9f25 Sync SDL3 wiki -> header 9 months ago
  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