1. 12 Jan, 2009 3 commits
  2. 11 Jan, 2009 9 commits
  3. 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
  4. 09 Jan, 2009 5 commits
  5. 06 Jan, 2009 1 commit
  6. 05 Jan, 2009 6 commits
  7. 04 Jan, 2009 12 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
    • Sam Lantinga's avatar
      Added missing void · dade1f12
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403458
      dade1f12
    • Sam Lantinga's avatar
      Added more info for precise waiting in SDL_WaitEvent() · 33fcc9cd
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403457
      33fcc9cd
    • Sam Lantinga's avatar
      Date: Sat, 3 Jan 2009 22:11:18 -0500 · 522eb2b9
      Sam Lantinga authored
      From: "Donny Viszneki"
      Subject: Re: [SDL] Want to help with SDL 1.3?
      
      >> > For example, here's a good quick project for someone from the TODO list:
      >> > * Add diagonal line clipping to SDL_IntersectRectAndLine()
      
      Just wanted to point out that the patch is available at
      http://codebad.com/rect-line-ix.patch
      
      I hereby grant Sam Lantinga an irrevocable non-exclusive distribution
      license to this patch to do with as he wishes.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403456
      522eb2b9
    • Sam Lantinga's avatar
      Technically more correct · 3ca7408d
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403455
      3ca7408d
    • Sam Lantinga's avatar
      The core pointer is comprised of merging the inputs of all mice. · 1627124f
      Sam Lantinga authored
      If there are other mice, they should show up in the device list, and
      we want to report events from those devices instead of the core events.
      However, if XInput isn't supported or we can't find other mice in the
      device list, we'll add the core pointer and interpret normal mouse events.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403454
      1627124f
    • Sam Lantinga's avatar
      Implemented svn revision support · 4307faf9
      Sam Lantinga authored
      Added reminder about name -> scancode/keysym mapping
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403453
      4307faf9
    • Sam Lantinga's avatar
      indent · 1b9b4083
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403452
      1b9b4083
    • Sam Lantinga's avatar
      Make the SDL keysyms that represent unprintable ASCII values actually have · ff8b5276
      Sam Lantinga authored
      those values, for more intuitive use and better compatibility with SDL 1.2.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403451
      ff8b5276
    • Sam Lantinga's avatar
      Added keyrepeat to the TODO list · 17068c0b
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403450
      17068c0b