Historial de Commits

Autor SHA1 Mensaje Fecha
  Ozkan Sezer 35422bd893 fix permissions hace 6 años
  Sam Lantinga c17d62996f Mark a subsystem as dummy, not disabled, if it was intended to be compiled in. hace 6 años
  Sam Lantinga 14d2ec80e7 commit 8f4dedc039190f5e734c47dcc4fc021b5793b659 hace 6 años
  Sam Lantinga 9e8e0fb7b1 Fixed bug 4283 - SDL's version of memset is different from libc's hace 6 años
  Sam Lantinga 74638ea3c5 Ensure we wait on the surface resize before returning from setting fullscreen mode. hace 6 años
  Ozkan Sezer 31596f23ce SDL_vsnprintf: implemented '+' flag for signed integers printing. hace 6 años
  Ozkan Sezer 49803c8660 SDL_vsnprintf: fix numerics if both zero-padding and a field are given. hace 6 años
  Ozkan Sezer 5454765a22 replace bool stuff in controller_type.h with SDL_bool. hace 6 años
  Ozkan Sezer fde82e5972 SDL_hidapi_ps4.c: add HAVE_ENDPOINTVOLUME_H check to win32 volume code. hace 6 años
  Ozkan Sezer cf7d64f266 hidapi/windows/hid.c: comment out ntdef.h include after windows.h. hace 6 años
  Ozkan Sezer b11c75e9f4 configury, cmake: add check for endpointvolume.h : hace 6 años
  Ozkan Sezer cf7460e477 configury, cmake: make wasapi option independent of directx. hace 6 años
  Sam Lantinga 9aa8a75d26 Fixed building with Xcode 10.0 hace 6 años
  Ozkan Sezer 283680f2c1 hidapi/windows/hid.c: fix misplaced #if 0 hace 6 años
  Sam Lantinga f964ce03b4 Fixed mingw-w64 build hace 6 años
  Sam Lantinga 20dfda4489 Fixed mingw-w64 build hace 6 años
  Sam Lantinga 88f9f0307d Added patch notes for SDL 2.0.9 hace 6 años
  Sam Lantinga 7df0f4fdac Fixed bug 4277 - warnings patch hace 6 años
  Ozkan Sezer d9fb77a3c1 SDL_atomic.c, SDL_spinlock.c: use lock prefix with xchg in Watcom asm. hace 6 años
  Ozkan Sezer bb5516ac8e SDL_vsnprintf() updates for zero-padding: hace 6 años
  Ryan C. Gordon 7689162ca0 cocoa: Force an OpenGL context update when the window becomes key. hace 6 años
  Ozkan Sezer 6eeb8593ba SDL_string.c (SDL_PrintString): avoid MSVC signed/unsigned mismatch warning hace 6 años
  Ozkan Sezer 5342ae2bba SDL_string.c (SDL_IntPrecisionAdjust): avoid MSVC generating a memset() hace 6 años
  Ozkan Sezer d2131ac165 SDL_vsnprintf: implement precision for the integral value printers. hace 6 años
  Sam Lantinga 55b24b93b4 Fixed bug 4265 - SDL window falls to the bottom of the screen when dragged down and stuck there hace 6 años
  Ozkan Sezer ffc19ee255 SDL_string.c: added comments to three SDL_FormatInfo members. hace 6 años
  Sam Lantinga bc6c199790 Updated version to 2.0.9 hace 6 años
  Ozkan Sezer 8743e9759e SDL_vsnprintf: when '.' is specified, take precision as 0 if it is < 0. hace 6 años
  Ozkan Sezer 69ab8541a9 SDL_vsnprintf: string printer now honors the precision. (bug #4263.) hace 6 años
  Ozkan Sezer d0e9a36460 SDL_vsnprintf: %.* and %* now parse precision and width. (bug #4263.) hace 6 años