Commit History

Author SHA1 Message Date
  Sam Lantinga 761e86e25e Initialize output parameters to reasonable defaults in case of error 9 months ago
  Sam Lantinga 5f5e91eab6 Reverted 3d2e5a0b66eca4ade34f2a4fa81c8f4d8d33dac3 9 months ago
  Sam Lantinga b3df46e4bc Added missing SDL_sysfilesystem.h includes 9 months ago
  Ozkan Sezer 2eda7b2c24 SDL_sysvideo.h: remove SDL_DisplayModeData typedef: 9 months ago
  Sam Lantinga 8c25129458 SDL_EVENT_WINDOW_LAST should be SDL_EVENT_WINDOW_HDR_STATE_CHANGED 9 months ago
  SDL Wiki Bot b92ec25147 Sync SDL3 wiki -> header 9 months ago
  Sam Lantinga 3d2e5a0b66 Fixed a few remaining functions to directly return their values instead of an error code. 9 months ago
  Sam Lantinga 1e828eec57 Fixed warning C4244: '=': conversion from 'float' to 'int', possible loss of data 9 months ago
  Sam Lantinga 98bea25363 Converted surfaces with alpha format default to SDL_BLENDMODE_BLEND 9 months ago
  Sam Lantinga 7c0307060d Textures with alpha format default to SDL_BLENDMODE_BLEND 9 months ago
  Sam Lantinga 2db57e2678 Removed SlowBlitPixelAccess_Unknown 9 months ago
  Sam Lantinga b5292bdec9 Added blend mode testing for 8-bit surfaces 9 months ago
  Sam Lantinga e41428d259 Added full blit feature support for 8-bit surfaces 9 months ago
  Sam Lantinga b7ec2119dd Use a dither palette when converting RGB images to indexed formats 9 months ago
  Sam Lantinga 626bb53772 Fail blits between indexed and RGB surfaces if there is no palette set 9 months ago
  Sam Lantinga 9ca1792848 Renamed driverdata to internal 9 months ago
  SDL Wiki Bot fe183872ee Sync SDL3 wiki -> header 9 months ago
  Ryan C. Gordon 4dda785c69 gamepad: Several gamepad mapping functions now follow the SDL_GetStringRule. 9 months ago
  Ryan C. Gordon ed1f93cd11 filesystem: `SDL_Glob*Directory()` functions now follow the SDL_GetStringRule. 9 months ago
  Ryan C. Gordon 52bf7ff42d filesystem: SDL_GetPrefPath() now follows the SDL_GetStringRule. 9 months ago
  Ryan C. Gordon 2321726ff1 filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule. 9 months ago
  Ryan C. Gordon d40b89dff6 clipboard: SDL_GetPrimarySelectionText() now follows the SDL_GetStringRule. 9 months ago
  Ryan C. Gordon 158fc459f1 clipboard: SDL_GetClipboardText() now follows the SDL_GetStringRule. 9 months ago
  Ryan C. Gordon 3bc81a81f5 filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule. 9 months ago
  SDL Wiki Bot d65a8146b9 Sync SDL3 wiki -> header 9 months ago
  Sam Lantinga 4aeabb3c3b Made event and temporary string memory thread-local and added SDL_FreeEventMemory() 9 months ago
  Sam Lantinga ec3bb4c029 Removed the need for SDL_CreateTLS() 9 months ago
  Ryan C. Gordon 1592452cad video: Fixed remaining `return 0` to use NULL in CreateDevice implementations. 9 months ago
  Ryan C. Gordon d78ef58b4b offscreen: Don't ever use this backend unless explicitly requested. 9 months ago
  Ryan C. Gordon bc1ceb0883 dummyvideo: Change a thing returning a 0 pointer to return NULL instead. 9 months ago