1. 14 Jun, 2007 1 commit
  2. 13 Jun, 2007 3 commits
    • Ryan C. Gordon's avatar
      Actually, this is a better fix...clear the error state once if everything we · 3c92462f
      Ryan C. Gordon authored
       need loaded; it's more efficient, and works even if the last unnecessary
       xrandr symbol failed to load. Otherwise, leave the original loadso error, so
       the end user can find out what symbol failed.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402342
      3c92462f
    • Ryan C. Gordon's avatar
      Date: Mon, 4 Jun 2007 06:17:59 +0000 (UTC) · 7bcb6190
      Ryan C. Gordon authored
      From: George Gensure <werkt0@gmail.com>
      Subject: [SDL] error removal patch for SDL_x11dyn.c
      
      I found that calling SDL_GetError when an error hasn't necessarily occurred is
      still reporting problems from loadso regarding dynamic functions in X11.  I've
      added the following to my local copy to avoid revealing the 'many library
      lookup' approach adopted by x11dyn.c:
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402341
      7bcb6190
    • Ryan C. Gordon's avatar
      Print keysym with key events. · 93533895
      Ryan C. Gordon authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402339
      93533895
  3. 09 Jun, 2007 1 commit
  4. 08 Jun, 2007 1 commit
  5. 04 Jun, 2007 4 commits
  6. 03 Jun, 2007 4 commits
  7. 29 May, 2007 1 commit
  8. 27 May, 2007 1 commit
  9. 26 May, 2007 3 commits
    • Patrice Mandin's avatar
      Oops · d3b8d75c
      Patrice Mandin authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402317
      d3b8d75c
    • Patrice Mandin's avatar
      Simply resize existing window · 536d5843
      Patrice Mandin authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402315
      536d5843
    • Patrice Mandin's avatar
      GEM has a window manager, of course · 3e781010
      Patrice Mandin authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402313
      3e781010
  10. 22 May, 2007 1 commit
  11. 13 May, 2007 1 commit
  12. 17 Apr, 2007 2 commits
  13. 06 Apr, 2007 1 commit
  14. 04 Apr, 2007 6 commits
  15. 01 Apr, 2007 1 commit
    • Ryan C. Gordon's avatar
      Date: Sat, 31 Mar 2007 16:39:52 +0200 · 749c11c0
      Ryan C. Gordon authored
      From: Bert Wesarg
      To: sdl@lists.libsdl.org
      Subject: [SDL] [PATCH] sdl-config.in needs ${libdir}
      
      Hello,
      
      after the patch for Bug #321, sdl-config.in needs the libdir variable. and
       there is a hardcoded 'lib' in SDL.spec.in too.
      
      Bert Wesarg
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402293
      749c11c0
  16. 30 Mar, 2007 2 commits
  17. 28 Mar, 2007 1 commit
  18. 27 Mar, 2007 1 commit
    • Ryan C. Gordon's avatar
      From: Laurence Passmore · db2fe20a
      Ryan C. Gordon authored
      Date: Mon, 26 Mar 2007 23:22:45 +0100
      To: "A list for developers using the SDL library. \(includes SDL-announce\)" <sdl@lists.libsdl.org>
      Subject: [SDL] SDL_config_macosx.h: MAC_OS_X_VERSION_MIN_REQUIRED
      
      Hi,
      
      I just compiled my SDL application on Mac OS X with -Wundef and it
      threw a number of errors. Of note was:
      
           SDL_config_macosx.h: 34
           warning: "MAC_OS_X_VERSION_MIN_REQUIRED" is not defined
      
      Line 34 is:
      
           #if ( (MAC_OS_X_VERSION_MIN_REQUIRED >= 1030) || (!defined (__POWERPC__)) )
      
      Now according to this mailing on the Apple developer lists:
      
           http://lists.apple.com/archives/Xcode-users/2005/May/msg00602.html
      
      that particular #define was removed from the gcc compiler defaults
      and AvailabilityMacros.h (/usr/include/AvailabilityMacros.h) should
      be pulled in directly instead.
      
      Would someone closer to the Mac OS X version of SDL be willing to
      make that change please? Thanks.
      
      Laurence Passmore
      Homeworld SDL @ www.homeworldsdl.org
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402286
      db2fe20a
  19. 18 Mar, 2007 1 commit
  20. 14 Mar, 2007 1 commit
  21. 23 Feb, 2007 1 commit
  22. 20 Feb, 2007 2 commits