1. 07 Jan, 2010 1 commit
  2. 06 Jan, 2010 14 commits
  3. 30 Dec, 2009 3 commits
    • Sam Lantinga's avatar
      We're using GNU recursive mutexes · f1255da8
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404355
      f1255da8
    • Sam Lantinga's avatar
      Fixed bug #915 · eca77696
      Sam Lantinga authored
      GNU-isms should be avoided wherever possible for portability, please avoid the use of GNU-isms in your code, this may be problematic when using this library in projects which use non-GNU-compliant compilers.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404354
      eca77696
    • Sam Lantinga's avatar
      Removed in the interest of actually finishing 1.3. :) · b9702243
      Sam Lantinga authored
      They can be done later, either by me or by someone else.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404353
      b9702243
  4. 28 Dec, 2009 1 commit
    • Ryan C. Gordon's avatar
      Fixed buffer overflows in resamplers. · 4d3b6eaf
      Ryan C. Gordon authored
      I'm not confident this is a complete fix, but I'm not confident the current
       resamplers are really worth keeping at all, either.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404352
      4d3b6eaf
  5. 24 Dec, 2009 4 commits
  6. 23 Dec, 2009 2 commits
    • Sam Lantinga's avatar
      Fixed bug #912 · 87672bbc
      Sam Lantinga authored
      SDL_MasksToPixelFormatEnum() wasn't correctly returning RGB24 formats
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404347
      87672bbc
    • Sam Lantinga's avatar
      Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color. · 6da163ab
      Sam Lantinga authored
      Renamed SDL_RenderPoint() and SDL_RenderLine() to SDL_RenderDrawPoint() and SDL_RenderDrawLine().
      Added API for rectangle drawing (as opposed to filling)
      Added placeholder API functions for circles and ellipses ... I'm not sure whether these will stay.
      Optimized software line drawing quite a bit.
      Added support for Wu's anti-aliased line drawing, currently disabled by default.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404346
      6da163ab
  7. 18 Dec, 2009 3 commits
  8. 17 Dec, 2009 7 commits
  9. 16 Dec, 2009 5 commits