Commit History

Author SHA1 Message Date
  Sam Lantinga df0f5deddf Added SDL_IOFromDynamicMem() 2 years ago
  Sam Lantinga 747300b356 SDL file times are 64-bit integers representing nanoseconds since the Unix epoch 2 years ago
  Sam Lantinga 9153287fa0 Added storage filesystem operations to the exported function list 2 years ago
  Sam Lantinga d65ae710a1 Renamed SDL_LogGetOutputFunction() and SDL_LogSetOutputFunction() to match SDL 3.0 naming convention 2 years ago
  Sam Lantinga ec3ba387d1 Added SDL_OpenFileStorage() for local file storage 2 years ago
  Sam Lantinga db0c1d7aeb Added portable file and directory operations (thanks @icculus!) 2 years ago
  Sam Lantinga fe5c34d4bd Renamed storage functions to match SDL 3.0 naming convention 2 years ago
  Ethan Lee 744227e6ab Add SDL_storage 2 years ago
  Ryan C. Gordon b7cda16613 iostream: Final fixes before merging. 2 years ago
  Ryan C. Gordon 3a344cf877 rwops: Fixed some SDL2 symbols that got missed. 2 years ago
  Ryan C. Gordon fc7afa9cbf rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols. 2 years ago
  Ryan C. Gordon cc58da4c63 rwops: Add SDL_GetRWStatus, make the statuses into an enum. 2 years ago
  Ryan C. Gordon 7d4d8ccde0 rwops: Rename everything from SDL_RWxxx to SDL_XxxRW. 2 years ago
  Ryan C. Gordon 655ceb3b31 rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW. 2 years ago
  Ryan C. Gordon 525919b315 rwops: Reworked RWops for SDL3. 2 years ago
  Semphris 70c2e15615 Add file dialogs 2 years ago
  Sam Lantinga efbbafb3f1 Re-added balls to the SDL joystick API 2 years ago
  Sam Lantinga 48471f7dbd Added SDL_AddVulkanRenderSemaphores() for external synchronization with SDL rendering 2 years ago
  Ryan C. Gordon 1e8b006d43 stdlib: qsort and bsearch changes. 2 years ago
  Sam Lantinga 276566235c Removed SDL_ClearHints() from the public API 2 years ago
  Ryan C. Gordon db8caa029b camera: Added new function with gendynapi.py. 2 years ago
  Ryan C. Gordon 67708f9110 camera: Emscripten support! 2 years ago
  Ryan C. Gordon 87e7046fca camera: Public API functions should say "Format" not "Spec" to match audio. 2 years ago
  Ryan C. Gordon d3e6ef3cc6 camera: Massive code reworking. 2 years ago
  Ryan C. Gordon 7ae955ce68 camera: Renamed everything from "video capture" to "camera", wired to CMake. 2 years ago
  Sam Lantinga 8ce786d2b6 Property query functions don't set an error if they return the default value 2 years ago
  Ryan C. Gordon bc984f78bf android: Remove blocking permission request code. Async only in SDL3! 2 years ago
  Ryan C. Gordon af61cfd5e0 android: Added SDL_AndroidRequestPermissionAsync. 2 years ago
  Sam Lantinga f95b7ee4da Renamed SDL_HasWindowSurface to SDL_WindowHasSurface 2 years ago
  Sam Lantinga 1162097135 Added SDL_RenderViewportSet() to tell whether the viewport was previously set to a specific rectangle. 2 years ago