Commit History

Author SHA1 Message Date
  Sam Lantinga 356c2eadf4 Fixed bug 3544 - Memory freeing bug in SDL_DestroyRenderer/SDL_DestroyTexture 9 years ago
  Sam Lantinga 45b774e3f7 Updated copyright for 2017 9 years ago
  Ryan C. Gordon fb5fd67ccb Fixed all known static analysis bugs, with checker-279 on macOS. 9 years ago
  Sam Lantinga 8e2634eb13 Fixed divide by zero if setting integer scale without setting logical width and height 9 years ago
  Sam Lantinga 27d4f09929 Implemented SDL_GetHintBoolean() to make it easier to check boolean hints 9 years ago
  Sam Lantinga 9c48365524 Fixed bug 3029 - software renderer cuts off edges when rotate-blitting with a multiple of 90 degrees 9 years ago
  Sam Lantinga c8cfccc2f1 Fixed bug 3116 - renderer->hidden in SDL_RenderCopy(Ex) 9 years ago
  Sam Lantinga 67901f537c Fixed bug 3174 - SDL_SetRenderTarget clip rect 9 years ago
  Philipp Wiesemann 0a1999dfd2 Fixed compile warnings about type conversion. 10 years ago
  Ethan Lee 167cf14c1f SDL_RenderSetIntegerScale 10 years ago
  Sam Lantinga 42065e785d Updated copyright to 2016 10 years ago
  David Ludwig 9e9ef5ad31 Fixed bug 3202 - Fix renderer visibility on a window maximized directly from the minimized state 10 years ago
  Philipp Wiesemann 0856a7ef34 Changed an error return value from 0 to NULL for consistency. 10 years ago
  Philipp Wiesemann 72590685c0 Backed out changeset 4ad56dbf4a6f 10 years ago
  Eric Wing 313881175d Adds support to control the scaling policy/mode of SDL_RenderSetLogicalSize for both letterbox (current behavior) and a new overscan mode (expand to fill the entire screen, even if some parts draw off the screen). 11 years ago
  Sam Lantinga 2e3c778ef5 Fixed bug where the render target is updated instead of the default output when the window is resized. 11 years ago
  Sam Lantinga 529ed53b16 Fixed bug 2681 - dereference a NULL pointer dst_fmt in SDL_CreateTextureFromSurface function 11 years ago
  J?rgen P. Tjern? defd90b6f6 Render: Allow empty cliprect. 12 years ago
  David Ludwig 3dcb451f85 Added a README file regarding WinRT support 12 years ago