1. 04 Jun, 2007 4 commits
  2. 03 Jun, 2007 4 commits
  3. 29 May, 2007 1 commit
  4. 27 May, 2007 1 commit
  5. 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
  6. 22 May, 2007 1 commit
  7. 13 May, 2007 1 commit
  8. 17 Apr, 2007 2 commits
  9. 06 Apr, 2007 1 commit
  10. 04 Apr, 2007 6 commits
  11. 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
  12. 30 Mar, 2007 2 commits
  13. 28 Mar, 2007 1 commit
  14. 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
  15. 18 Mar, 2007 1 commit
  16. 14 Mar, 2007 1 commit
  17. 23 Feb, 2007 1 commit
  18. 20 Feb, 2007 2 commits
  19. 16 Feb, 2007 2 commits
  20. 15 Feb, 2007 2 commits
  21. 14 Feb, 2007 2 commits
    • Ryan C. Gordon's avatar
      Removed the contents of the BUGS file, as most (all?) of the issues were · 0855a63e
      Ryan C. Gordon authored
       either long-since fixed or something that will never get fixed.
      
      The file now points people to Bugzilla and the mailing list.
      
         Fixes Bugzilla #352.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402269
      0855a63e
    • Ryan C. Gordon's avatar
      Quartz code should use F13, F14, and F15 keys instead of PrintScreen, · b360c133
      Ryan C. Gordon authored
       ScrollLock, and Pause, since that's what's on the standard Apple keyboards
       (minus the laptops, which have neither set). Ideally we'll find a better way
       to distinguish this...the keys being replaced would be correct on a USB
       keyboard for Windows. Sigh.
      
         Fixes Bugzilla #301.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402267
      b360c133