1. 20 Jun, 2006 1 commit
    • Sam Lantinga's avatar
      Fixed bug #232 · 11452ed2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401854
      11452ed2
  2. 14 Jun, 2006 3 commits
  3. 23 May, 2006 1 commit
    • Sam Lantinga's avatar
      Date: Mon, 22 May 2006 01:16:47 -0400 · 27e82c6f
      Sam Lantinga authored
      From: Mike Frysinger
      Subject: [SDL] [patch] fix sed expression in sdl-config
      
      just noticed that sdl-config uses '[a-z]' with sed in sdl-config without
      forcing the locale to C ... this could cause problems with locales where the
      letter 'z' is not the last letter in the alphabet
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401823
      27e82c6f
  4. 21 May, 2006 3 commits
  5. 18 May, 2006 1 commit
  6. 17 May, 2006 10 commits
  7. 16 May, 2006 5 commits
    • Sam Lantinga's avatar
      Use the correct parameter for GLX_VISUAL_CAVEAT_EXT · 15bcc2d4
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401802
      15bcc2d4
    • Sam Lantinga's avatar
      Updated docs for SDL 1.2.10 release · 3470d1df
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401801
      3470d1df
    • Sam Lantinga's avatar
      Added information about gcc-fat.sh to README.MacOSX · c77fbca3
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401800
      c77fbca3
    • Sam Lantinga's avatar
      Fixed compiling GS YUV conversion code · 2e54e833
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401799
      2e54e833
    • Sam Lantinga's avatar
      Date: Mon, 15 May 2006 17:18:34 +0300 · 467c8a81
      Sam Lantinga authored
      From: Vassilis Virvilis
      Subject: Re: [SDL] SDL + fbcon = weird colors (resolved)
      
      > I am getting weird colors in 16/32 bpp in an VIA custom
      > board with savagefb and in qemu (cirrusfb).
      
      Ok looks that nowadays if you follow compiler warnings closely
      all bugs will be resolved by you. This one was that a non void
      function (do_mmap) was not returning anything.
      I also silenced a warning since I was in janitor mode.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401798
      467c8a81
  8. 15 May, 2006 5 commits
  9. 14 May, 2006 3 commits
  10. 13 May, 2006 2 commits
  11. 12 May, 2006 4 commits
  12. 11 May, 2006 2 commits
    • Sam Lantinga's avatar
      Should we always look in /usr/local when compiling natively? · dc8db021
      Sam Lantinga authored
      I'm guessing we probably should, but I don't remember why this
      was added in the first place.  I'm disabling it for now...
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401783
      dc8db021
    • Sam Lantinga's avatar
      Date: Thu, 11 May 2006 19:08:05 -0400 · 6eed3898
      Sam Lantinga authored
      From: Mike Frysinger
      Subject: [SDL] [patch] remove limits.h hack from linux joystick code
      
      there is a small hack in the current linux joystick code to work around broken
      cross-compilers by including more than one limits.h ... at the very least,
      this is not arm-specific by any means
      
      i'm of the opinion that libsdl should not contain such things ... people
      should be fixing their cross-compilers, not bloating other's source trees
      
      patch attached to clean the cruft
      -mike
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401782
      6eed3898