1. 13 Jan, 2009 3 commits
    • Bob Pendleton's avatar
      Added · 4907b7e6
      Bob Pendleton authored
      #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS
      #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS NULL
      #endif
      
      so that the X code would compile. It looked like it was needed
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403498
      4907b7e6
    • Sam Lantinga's avatar
      Removed Rafal Bursig's MMX RLE code, at his request. · bb851385
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403497
      bb851385
    • Sam Lantinga's avatar
      Fixed NULL pointer dereference · 97baa9c4
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403496
      97baa9c4
  2. 12 Jan, 2009 9 commits
  3. 11 Jan, 2009 9 commits
  4. 10 Jan, 2009 4 commits
    • Sam Lantinga's avatar
      Removed extra debug output · 6350aaf2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403477
      6350aaf2
    • Sam Lantinga's avatar
      Check for functions after including the libraries that they might be in. · 15c5312d
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403476
      15c5312d
    • Sam Lantinga's avatar
      Reverted Bob's indent checkin · d123950a
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403475
      d123950a
    • Sam Lantinga's avatar
      Fixed Visual C++ release build for Visual C++ 2005 · e32916c7
      Sam Lantinga authored
      * Some math functions become intrinsic in release mode, so we need to
        convert all the math functions into SDL math functions, like we did
        with the stdlib functions.
      * Constant initializers of 8-bit values become calls to memset() in
        release mode, but memset() itself is an intrinsic when explicitly
        called.  So we'll just explicitly call memset() in those cases.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403474
      e32916c7
  5. 09 Jan, 2009 5 commits
  6. 06 Jan, 2009 1 commit
  7. 05 Jan, 2009 6 commits
  8. 04 Jan, 2009 3 commits
    • Sam Lantinga's avatar
      Fixed missing include for SDL_INIT_EVENTTHREAD · ed954cec
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403461
      ed954cec
    • Sam Lantinga's avatar
      Date: Sun, 04 Jan 2009 20:53:30 +0100 · 7c0f19e5
      Sam Lantinga authored
      From: Couriersud
      Subject: SDL1.3 DirectFB patches
      
      The attached contains the following directfb changes:
      
      - Dynamic loading of libdirectfb.so. This may to turned off as well in configure
      - Use linux-input by default. May be switched off by environment variable.
      - Added some code which will use directfb's x11 backend when DISPLAY is set.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403460
      7c0f19e5
    • Sam Lantinga's avatar
      indent · ba8f64f2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403459
      ba8f64f2