Histórico de commits

Autor SHA1 Mensagem Data
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression 1 ano atrás
  Sam Lantinga 39a961ba41 Added support for "%[]" sscanf syntax 1 ano atrás
  Anonymous Maarten 342ec51131 Fix overflow when doing SDL_sscanf("%hd", ...) 2 anos atrás
  Brick c03f5b4b69 Fixed rounding up in SDL_PrintFloat 2 anos atrás
  Sam Lantinga 0a4e6f6d29 Added SDL_strnlen() and SDL_wcsnlen() 2 anos atrás
  Sam Lantinga f3d6320bac Added SDL_strndup() 2 anos atrás
  Sam Lantinga f4bd17deee Fixed %p formatting when there is following text 2 anos atrás
  Sam Lantinga c63aa9545e Fixed printf formatting for "%p" and added a unit test to check it 2 anos atrás
  Sam Lantinga 6150b5b3cb Don't bother re-encoding Latin1 characters in the ASCII range 2 anos atrás
  Sam Lantinga 491ae20d96 Only convert the result of XLookupString() if it's not already UTF-8 2 anos atrás
  Sam Lantinga 128ca70160 Added support for printing wide strings using "%ls" syntax 2 anos atrás
  Sam Lantinga c9d8a04945 Added SDL_swprintf() and SDL_vswprintf() 2 anos atrás
  Sam Lantinga 6c28546828 Added SDL_wcstol() 2 anos atrás
  Sam Lantinga ddbdd73258 Updated source to match SDL function prototype style 2 anos atrás
  Sam Lantinga 737aa881fa Updated source to match SDL function prototype style 2 anos atrás
  Anonymous Maarten b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 anos atrás
  Sam Lantinga 308bcbbe76 Fixed Visual Studio warning 4244 2 anos atrás
  Sam Lantinga 0bd77a5b93 Fixed Visual Studio warning 4389 2 anos atrás
  Sam Lantinga b078122c53 Fixed Visual Studio warning 4701 2 anos atrás
  Sam Lantinga fde78d12f2 Updated copyright for 2023 2 anos atrás
  Sam Lantinga 38b138cd0a Fixed rounding of floating point values in snprintf 2 anos atrás
  Sam Lantinga ead4f122e4 Added basic support for %g snprintf format specifier 2 anos atrás
  Sam Lantinga 36d4395c97 SDL API renaming: internal functions 2 anos atrás
  Sam Lantinga 63724c113b Removed the vi format comments from the source 2 anos atrás
  Pierre Wendling 3c501b963d Clang-Tidy fixes (#6725) 2 anos atrás
  Sam Lantinga 5750bcb174 Update for SDL3 coding style (#6717) 2 anos atrás
  Sam Lantinga c5790359fd Added precompiled header support for Visual Studio and Xcode (#6710) 2 anos atrás
  Sylvain Becker 6a2200823c Cleanup add brace (#6545) 2 anos atrás
  Sam Lantinga 63f307fe1f Remove SDL_config.h from the public headers 2 anos atrás
  Sam Lantinga 297ecb706d Added SDL_strcasestr() for a case insensitive version of SDL_strstr() 2 anos atrás