1. 13 Jun, 2007 1 commit
  2. 09 Jun, 2007 1 commit
  3. 08 Jun, 2007 1 commit
  4. 04 Jun, 2007 4 commits
  5. 03 Jun, 2007 4 commits
  6. 29 May, 2007 1 commit
  7. 27 May, 2007 1 commit
  8. 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
  9. 22 May, 2007 1 commit
  10. 13 May, 2007 1 commit
  11. 17 Apr, 2007 2 commits
  12. 06 Apr, 2007 1 commit
  13. 04 Apr, 2007 6 commits
  14. 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
  15. 30 Mar, 2007 2 commits
  16. 28 Mar, 2007 1 commit
  17. 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
  18. 18 Mar, 2007 1 commit
  19. 14 Mar, 2007 1 commit
  20. 23 Feb, 2007 1 commit
  21. 20 Feb, 2007 2 commits
  22. 16 Feb, 2007 2 commits
  23. 15 Feb, 2007 1 commit
    • Ryan C. Gordon's avatar
      Patched fbcon to compile on newer Linux kernels that don't #define PAGE_SIZE, · 8b407756
      Ryan C. Gordon authored
       since a memory page's size may vary on various architectures and kernel
       configurations.
      
      Will use getpagesize() if it exists, the PAGE_SIZE #define from older kernels
       if that doesn't, and #error out if that's not there either...but it's
       probably 4096 in that case. We may revisit this.
      
         Fixes Bugzilla #392.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402273
      8b407756