Commit History

Author SHA1 Message Date
  Philipp Wiesemann fc510bd798 nacl: Fixed crash if allocating memory for audio device failed. 8 years ago
  Philipp Wiesemann 7c5078d8bd qnx: Removed unnecessary check for available audio devices. 8 years ago
  Philipp Wiesemann 1e60ea76db qnx: Removed unnecessary call to SDL_zerop() after SDL_calloc(). 8 years ago
  Philipp Wiesemann 1b9dc59918 haiku: Fixed SDL_SetClipboardText() putting random data in clipboard. 8 years ago
  Ryan C. Gordon de52dc2948 haiku: Correctly set keyboard focus (thanks, Kai!). 8 years ago
  Ryan C. Gordon 643f1cb73d power: Add Linux org.freedesktop.UPower D-Bus implementation. 8 years ago
  Ryan C. Gordon b3f94acbf9 linux: Simplify D-Bus interface, remove lots of boilerplate. 8 years ago
  Ryan C. Gordon 191f578b57 linux: Make system D-Bus connection available (in addition to session). 8 years ago
  Ryan C. Gordon e5918acf46 wasapi: properly report init failure if on pre-Vista version of Windows. 8 years ago
  Philipp Wiesemann 604a4b1b30 haiku: Fixed SDL_SetClipboardText() allocating too much memory and cutting text. 8 years ago
  Philipp Wiesemann 3639895eac Removed unused errno includes. 8 years ago
  Ryan C. Gordon 6fbde875e2 code style: wrap a single-statement if in braces. 8 years ago
  Ryan C. Gordon 3fbd21ce40 windows: msgboxes should specify a parent HWND if possible (thanks, Ismael!). 8 years ago
  Philipp Wiesemann 90ed3daa3e Changed messages about not recognized keys to include discourse link. 8 years ago
  Philipp Wiesemann 759319729c emscripten: Fixed compiling on C89 compilers. 8 years ago
  Philipp Wiesemann b84fe2c06b ios: Fixed math include in demos. 8 years ago
  Philipp Wiesemann 1e13d93fea directfb: Changed internal function to be static. 8 years ago
  Philipp Wiesemann 189b5851b7 android: Fixed parameter list in function definitions. 8 years ago
  Philipp Wiesemann 6c0aea4270 wayland: Fixed freeing memory of SDL_malloc() with plain free(). 8 years ago
  Philipp Wiesemann c66f0471e1 Removed unused internal window shape functions. 8 years ago
  Ryan C. Gordon a7fc2822d4 audio: rename bsd target to netbsd. 8 years ago
  Ryan C. Gordon 6844d92c23 coreaudio: we don't need to track number of allocated audio buffers anymore. 8 years ago
  Ryan C. Gordon fc4402e5ff coreaudio: Better handling of audio buffer queue management. 8 years ago
  Charlie Birks 126e5a1dbf Emscripten: Prevent default on arrow keys 8 years ago
  Patrick Monaghan f839b209b9 Emscripten: fixed incorrect conversion of touch motion events to mouse motion events 8 years ago
  Ryan C. Gordon 3fd35f6bb0 coreaudio: looks like we need more like a 10ms buffer minimum, not 50ms. 8 years ago
  Ryan C. Gordon 793c788b1c coreaudio: dynamically allocate AudioQueueBuffers. 8 years ago
  Philipp Wiesemann 088f57a62a Removed unnecessary call to free() in testoverlay2 program. 8 years ago
  Philipp Wiesemann fa3944ba39 Removed unused signal includes and handler in test programs. 8 years ago
  Philipp Wiesemann bf8ccf08bb Removed redundant mouse clean up on quit for some platforms. 8 years ago