Commit History

Author SHA1 Message Date
  Sam Lantinga a34a84ba98 Rename int versions of the SDL2 render functions (#7235) 3 years ago
  Sam Lantinga 14a4ce8b59 Fixed SDL_ScaleMode values for consistency 3 years ago
  Sam Lantinga dcd17f5473 Renderer logical size is now implemented as a render target 3 years ago
  Anonymous Maarten 69aede6c9e Add missing _ in SDL_EVENT_LOCALECHANGED and SSDL_EVENT_TEXTEDITING_EXT 3 years ago
  Sam Lantinga ac75fe9324 Folded SDL_WINDOW_FULLSCREEN_EXCLUSIVE and SDL_WINDOW_FULLSCREEN_DESKTOP into a single SDL_WINDOW_FULLSCREEN flag 3 years ago
  Sam Lantinga 6b137579ea Windows default to fullscreen desktop mode if they don't pick an explicit video mode 3 years ago
  Sam Lantinga 22c69bccdf Displays are now referenced by instance ID instead of index 3 years ago
  Anonymous Maarten 758c0dd6d8 Rename mouse BUTTON(DOWN|UP) event to BUTTON_(DOWN|UP) 3 years ago
  Sam Lantinga 31f464153d SDL_WINDOW_INPUT_GRABBED has been renamed SDL_WINDOW_MOUSE_GRABBED 3 years ago
  Sam Lantinga e83c54f271 SDL_WINDOW_FULLSCREEN and SDL_WINDOW_FULLSCREEN_DESKTOP are now distinct flags 3 years ago
  Sylvain 724d92fd65 Rename SDL_GetDisplayDPI to SDL_GetDisplayPhysicalDPI 3 years ago
  Sam Lantinga a06a593aa6 Renamed SDL_GetGamepadNumTouchpads and SDL_GetGamepadNumTouchpadFingers to match the new convention 3 years ago
  Sam Lantinga 7b50bae524 Renamed SDL events for clarity 3 years ago
  Sam Lantinga 95faeab96c SDL_GetNumJoysticks() and SDL_GetNumSensors() are no longer in the API 3 years ago
  Sylvain 7275b2b352 SDL_GetTicks64: entry added in SDL_ENABLE_OLD_NAMES 3 years ago
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 years ago
  Sylvain 4798c36197 Add oldname entry: GetTicks64() is renamed GetTicks() 3 years ago
  Anonymous Maarten f91a747549 include: SDL_dynapi.h depends on platform defines 3 years ago
  Sam Lantinga 0901657278 Document renamed API functions in SDL_keyboard.h 3 years ago
  Sam Lantinga 1dc119c316 Removed functions from SDL_oldnames.h that are no longer in the API 3 years ago
  Sam Lantinga 4f978456a8 Renamed SDL_GAMEPADDEVICEREMAPPED to SDL_GAMEPADREMAPPED 3 years ago
  Sam Lantinga 28b22e3f9b Removed functions from SDL_oldnames.h that are no longer in the API 3 years ago
  Sam Lantinga 9c1a9ecb4b Removed non-float versions of SDL render API drawing functions 3 years ago
  Sam Lantinga 98678b5d8d SDL API renaming: SDL_Alloc*/SDL_Free* -> SDL_Create*/SDL_Destroy* 3 years ago
  Sam Lantinga 1b90107fdb Spell out "Float" in function names 3 years ago
  Sam Lantinga 80890f3aae SDL API renaming: SDL_render.h 3 years ago
  Sam Lantinga ea0c2f55be SDL API renaming: *Is* functions 3 years ago
  Sam Lantinga 66351fd4ba Replace tri-state functions SDL_EventState(), SDL_GetJoystickEventState(), SDL_GetGamepadEventState(), SDL_ShowCursor() 3 years ago
  Sam Lantinga 16092f58bb Updated gamepad, joystick, sensor APIs, removing device indices 3 years ago
  Sam Lantinga cdbd1be8c6 Allow SDL_oldnames.h to be completely disabled 3 years ago