1. 27 Jan, 2010 1 commit
    • Sam Lantinga's avatar
      Fixed bug #743 · 7bf66f35
      Sam Lantinga authored
      The arrow keys and keypad arrow keys have almost the same scancodes!
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404456
      7bf66f35
  2. 26 Jan, 2010 1 commit
  3. 24 Jan, 2010 5 commits
    • Sam Lantinga's avatar
      Fixed bug #928 · 3ec28279
      Sam Lantinga authored
      The change notes for SDL 1.3 will be moving to the wiki.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404454
      3ec28279
    • Sam Lantinga's avatar
      Fixed bug #926 · 4d3df8b3
      Sam Lantinga authored
      Updated copyright to LGPL version 2.1 and year 2010
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404453
      4d3df8b3
    • Sam Lantinga's avatar
      Fixed bug #935 · 9d792069
      Sam Lantinga authored
      Patrice Mandin
      
      Hello,
      
      I originally added pth support for threads in SDL 1.2 because on the Atari
      platform we did not have any thread library.
      
      I think pth support could be removed from SDL 1.3 for two reasons:
      
      - Atari platform removed
      
      - pth does not provides real (preemptive) threads, because it is user space,
      and expect the application to call one of its function to give CPU to another
      thread. So it is not exactly useful for applications, that expect threads to
      run simultaneously.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404452
      9d792069
    • Sam Lantinga's avatar
      Added magic to detect already freed or otherwise invalid windows and textures. · 73074be9
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404451
      73074be9
    • Sam Lantinga's avatar
      Fixed bug #916 · 80a88bc0
      Sam Lantinga authored
      Shutting down the video shuts down the event loop, so don't do that after starting the event loop. :)
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404449
      80a88bc0
  4. 22 Jan, 2010 3 commits
  5. 21 Jan, 2010 7 commits
  6. 19 Jan, 2010 2 commits
    • Sam Lantinga's avatar
      From: Jjgod Jiang · 37d1b35d
      Sam Lantinga authored
      Date: Mon, 18 Jan 2010 17:46:35 +0800
      Subject: [PATCH] Polish text input handling for Mac OS X
      
      - Prevent crash caused by uninitialized video data
      - Prevent beeping caused by unhandled Cocoa selectors (like moveUp:
        moveDown:, etc.)
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404436
      37d1b35d
    • Sam Lantinga's avatar
      Added Xcode-iPhoneOS to make dist · 257e8dec
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404435
      257e8dec
  7. 18 Jan, 2010 7 commits
    • Sam Lantinga's avatar
      Removed obsolete checks for ipod Linux · 7613e183
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404434
      7613e183
    • Sam Lantinga's avatar
      Fixed bug #920 · 1d8567b3
      Sam Lantinga authored
      From Martin:
      
      Alright... I corrected SDL_SYS_ToDirection in SDL_syshaptic.c in the linux
      directory of haptic. Now in all 3 cases the same value is returned, at least.
      Therefore now it should behave the same way as on Windows.
      
      I added some comments and corrected the cases SDL_HAPTIC_CARTESIAN and
      SDL_HAPTIC_SPHERICAL.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404433
      1d8567b3
    • Sam Lantinga's avatar
      Updated Mac OS X projects with new assertion code · a448d86e
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404432
      a448d86e
    • Sam Lantinga's avatar
      Fixed bug #930 · e84dac76
      Sam Lantinga authored
      The PS2 video driver is obsolete and not going to be updated unless someone wants to maintain it.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404431
      e84dac76
    • Sam Lantinga's avatar
      Fixed compiler warning · de14fdf2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404430
      de14fdf2
    • Sam Lantinga's avatar
      Fixed compile error on Mac OS X 10.4 · 8b1ff7b1
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404429
      8b1ff7b1
    • Sam Lantinga's avatar
      Fixed bug #932 · 0fea52ed
      Sam Lantinga authored
      Added the Fill operation for Direct3D
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404428
      0fea52ed
  8. 17 Jan, 2010 3 commits
  9. 15 Jan, 2010 1 commit
  10. 13 Jan, 2010 10 commits