1. 05 Sep, 2009 9 commits
    • Sam Lantinga's avatar
      Added 64-bit architectures to the fat build script · 0ee5fbe2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403778
      0ee5fbe2
    • Sam Lantinga's avatar
      From: Jjgod Jiang <gzjjgod@gmail.com> · 1bd5e547
      Sam Lantinga authored
      Date: Sat, 5 Sep 2009 17:32:28 +0800
      
      Replace old Keyboard Layout APIs with new Text Input Sources APIs for 10.{5,6}
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403777
      1bd5e547
    • Sam Lantinga's avatar
      From: Jjgod Jiang <gzjjgod@gmail.com> · 34458769
      Sam Lantinga authored
      Date: Sat, 5 Sep 2009 17:27:07 +0800
      
      Disable NSScreen setFrame: hack in 10.6 since it no longer work
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403776
      34458769
    • Sam Lantinga's avatar
      Updated fatbuild.sh to build for 10.4u SDK · b9d44209
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403775
      b9d44209
    • Sam Lantinga's avatar
      Removed references to CD-ROM support from the README files · 707116c0
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403774
      707116c0
    • Sam Lantinga's avatar
      CD-ROM support is so passé :) · 633d7102
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403773
      633d7102
    • Sam Lantinga's avatar
      Bye bye SoundManager, you are officially obsolete... · 8c260f6e
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403772
      8c260f6e
    • Sam Lantinga's avatar
      Fixed a few issues compiling with Mac OS X 10.6 · 063b24f5
      Sam Lantinga authored
      Unfortunately the audio and cdrom systems do not build at all, and if you
      disable those, SDL still fails to link with these errors:
      
      Undefined symbols:
        "_OBJC_IVAR_$_NSScreen._frame", referenced from:
            -[NSScreen(NSScreenAccess) setFrame:] in SDL_cocoamodes.o
        "_KLGetKeyboardLayoutProperty", referenced from:
            _UpdateKeymap in SDL_cocoakeyboard.o
            _UpdateKeymap in SDL_cocoakeyboard.o
        "_KLGetCurrentKeyboardLayout", referenced from:
            _UpdateKeymap in SDL_cocoakeyboard.o
      ld: symbol(s) not found
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403771
      063b24f5
    • Sam Lantinga's avatar
      Updated glext.h · 824f06e6
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403770
      824f06e6
  2. 20 Aug, 2009 1 commit
    • Sam Lantinga's avatar
      Fix suggested by Bob · 50290516
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403767
      50290516
  3. 18 Aug, 2009 1 commit
    • Sam Lantinga's avatar
      David Carre to Sam · 5f97d85c
      Sam Lantinga authored
      When i call the "SDL_Quit()" function, it call the func "SDL_QuitSubSystem(SDL_INIT_EVERYTHING)", which call the "SDL_VideoQuit()" function.
      
      It's where i'm lost, this function "SDL_VideoQuit()" will recall the "SDL_Quit()" function (i don't find where it is called), which in turn recall the "SDL_QuitSubSystem(SDL_INIT_EVERYTHING)", which in turn recall "SDL_VideoQuit()", which cause a "double free" seg fault since it has been already called.
      
      I have set the num_displays to 0 instead of 1, so it wont free it twice in the videoquit function loop.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403766
      5f97d85c
  4. 11 Aug, 2009 3 commits
  5. 07 Aug, 2009 2 commits
  6. 05 Aug, 2009 2 commits
  7. 03 Aug, 2009 1 commit
  8. 02 Aug, 2009 11 commits
  9. 30 Jul, 2009 1 commit
    • Sam Lantinga's avatar
      Patch from David Carre: · 8a68fef7
      Sam Lantinga authored
      I fixed a bug in the "SDL_DestroyRenderer()" function in the pandora x11 renderer (in fact the bug was in the "X11_GLES_MakeCurrent()" function) that was causing a crash when exiting SDL.
      
      There was a problem while terminating the x11 egl window, that was preventing to quit/close SDL/SDL-window then reload SDL/SDL-window inside the same application.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403715
      8a68fef7
  10. 19 Jul, 2009 1 commit
  11. 09 Jul, 2009 1 commit
  12. 07 Jul, 2009 1 commit
    • Sam Lantinga's avatar
      Documentation fix fix · 29167b57
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403692
      29167b57
  13. 06 Jul, 2009 2 commits
  14. 02 Jul, 2009 3 commits
  15. 30 Jun, 2009 1 commit