Commit History

Author SHA1 Message Date
  Jessica Clarke 8f38ba4d68 Fix casts that should be using uintptr_t 3 years ago
  Jessica Clarke c8b4edf3d0 Fix SDL_Event definition to support systems with pointers larger than 8 bytes 3 years ago
  Sam Lantinga 9d457aa446 Don't uninitialize COM because of what appears to be a bug in Microsoft WGI reference counting. 3 years ago
  Sam Lantinga b3a0174b26 Scale the values correctly based on the sensor type (thanks @meyraud705) 3 years ago
  Sam Lantinga 65ff00ec1b Query the rate for the correct sensor (thanks @meyraud705) 3 years ago
  SDL Wiki Bot 72ee0ccdd5 Sync wiki -> header 3 years ago
  Sam Lantinga a186a503e7 Added SDL_GameControllerGetSensorDataRate() to get the sensor update rate for a controller. 3 years ago
  Sam Lantinga ce8261dd6d Only pump events once per frame and process all currently pending events 3 years ago
  Brick 53987e9b4f Optimized SDL_Convert51ToStereo_AVX 3 years ago
  Sam Lantinga 8e35ff5cb3 By default minimize real fullscreen windows when they lose focus so the desktop video mode is restored. 3 years ago
  Aaron Plattner 1e07dba09b x11: Use glXChooseFBConfig when available in X11_GL_GetVisual 3 years ago
  Ozkan Sezer cf85710cf8 SDL_audiocvt.c: disable AVX for clang < 5 and gcc < 4.9 3 years ago
  Ryan C. Gordon cc4ab10195 windows: convert "//" comment to "/**/", add a FIXME. 3 years ago
  Adam a203194893 Added in a MIME-type to the X11 clipboard. (#4385) 3 years ago
  SDL Wiki Bot 5346cf842c Sync wiki -> header 3 years ago
  Ethan Lee ad310d3900 wayland: libdecor support for SetWindowModalFor 3 years ago
  Ethan Lee 93976ade3b wayland: libdecor support for GetWindowWMInfo 3 years ago
  SDL Wiki Bot 46919b1e8e Sync wiki -> header 3 years ago
  David Gow 1fb4429bc0 wayland: Avoid a pointer→TouchID cast warning 3 years ago
  Ozkan Sezer 4a7799be18 --disable-wayland-shared implies --disable-libdecor-shared for now. 3 years ago
  David Gow 18303c92bc Wayland: Fix building with --disable-wayland-shared with libdecor. 3 years ago
  David Gow 21cba92423 wayland: Don't create zxdg toplevel decoration twice 3 years ago
  Ethan Lee 7b239edb83 wayland: Assign frame_callback on window creation. 3 years ago
  Sam Lantinga 41e1a2360f Correct the maximized size and position for borderless resizable windows 3 years ago
  Ethan Lee 03185e748b wayland: Tag/Check wl_output objects as well, fixes crashes when libdecor is in use 3 years ago
  Ryan C. Gordon 871c11191b wayland: handle pending resizes immediately, not on SwapWindow. 3 years ago
  Sam Lantinga 51c61d7cdf Run the entire Cocoa messagebox function on the main thread. 3 years ago
  Sam Lantinga dfd3f30e88 Make Cocoa_HandleTitleButtonEvent() static since it's not used anywhere else 3 years ago
  Sam Lantinga 14d58dc890 Fixed the parameter documentation 3 years ago
  Ethan Lee a3eb297ec2 wayland: Rework enter/leave and update_scale_factor to avoid bogus wl_output data. 3 years ago