Commit History

Author SHA1 Message Date
  Sylvain fb218e582a PSP: use SDL_malloc/SDL_free 3 years ago
  Sylvain f1582f549b Fix comment 3 years ago
  Sylvain 5a7a7ba570 Don't use "realloc" in comment so that it doesn't show up 3 years ago
  Sylvain b4aeaa30a1 Use SDL_calloc / SDL_free 3 years ago
  Sylvain cb9f85e8d0 Don't use "round", so that it's doesn't show up while searching for the function 3 years ago
  Sylvain 6fb50bd0a6 Don't use "exp" as a name so that it's doesn´t show up with searching for the function 3 years ago
  Sylvain 161dd83c9a Don´t use "trunc" as var name, since it's also a function 3 years ago
  Sylvain d31251b014 use SDL's functions version inplace of libc version 3 years ago
  Ozkan Sezer 35b7ce1893 cmake: final report fixes for mmx, ssemath, dummyvideo, wasapi, xinput. 3 years ago
  めぐみ発動機 (isVowel / GreenWing) 34d9c2e28f fixed typo: ervironment to environment 3 years ago
  Ozkan Sezer ee2afa00ba SDL_mfijoystick.m: fix build using older toolchains 3 years ago
  Ozkan Sezer 1927c08036 minor tidy-up to configury. 3 years ago
  Sam Lantinga c97b721868 Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels 3 years ago
  Sylvain 49369142bd Fixed bug #4625: with integer scale, viewport (as reported by SDL_RenderGetViewport) becomes -2147483648x-2147483648 3 years ago
  Sylvain a0cb079a42 Fixed bug #4982 - Failed to open audio_device on OpenSLES / Android 5.x with freq 96khz+ 3 years ago
  Ryan C. Gordon ceb9e9a809 cocoa: Removed a debug printf call. 3 years ago
  Ryan C. Gordon 18715acb55 cocoa: Position non-left mouse button events in background windows correctly. 3 years ago
  Cameron Gutman 343fa61215 hid: fix inconsistent indentation 3 years ago
  Cameron Gutman db60b27188 hid: Only enumerate IOHIDDevices that are likely to be joysticks 3 years ago
  Ryan C. Gordon 23b7bdef87 offscreen: Don't fail to create a window because of driver_loaded politics. 3 years ago
  Ozkan Sezer fadf41fc6e remove excess whitespace 3 years ago
  Ozkan Sezer 504e7aa59b minor tidy-up for ifdefs & co. 3 years ago
  Sylvain cd86e269e4 Fixed bug #4982 - Failed to open audio_device. Android 5.1 should be ok. 3 years ago
  Ryan C. Gordon aeff8748a5 configure: Allow building of the "offscreen" video target. 3 years ago
  Ryan C. Gordon e86d4bde54 test: Makefile should copy unifont file, for testime.c to use. 3 years ago
  Ryan C. Gordon 61881eb0a9 docs/README-macos.md: Updated Xcode instructions. 3 years ago
  Sylvain b6e8651ae9 Audio 6.1 should be allowed now (see #4974) 3 years ago
  Sylvain b6d365677b Fixed bug #4982 - Failed to open audio_device on Android 5.x with freq 96khz+ 3 years ago
  Ozkan Sezer 495ee42a83 testcustomcursor.c: replaced libc sscanf with SDL_sscanf 3 years ago
  Ozkan Sezer 990fb668f7 tests: several -Wwrite-strings fixes. 3 years ago