1. 01 Jan, 2009 3 commits
    • Sam Lantinga's avatar
      Fixed X11 mouse motion/button events - it's not actually safe to cast mouse... · 57fa80fc
      Sam Lantinga authored
      Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
      Fixed building SDL without XInput support
      Simplified the process of registering a mouse device
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403402
      57fa80fc
    • Ryan C. Gordon's avatar
      Audio driver priority: favor PulseAudio and ALSA over OSS. · 30768ab2
      Ryan C. Gordon authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403401
      30768ab2
    • Ryan C. Gordon's avatar
      Adjusted default choice of audio driver. · 0e24b20c
      Ryan C. Gordon authored
      If a driver can definitely see available devices, it is chosen. Otherwise,
       we'll take the first driver that initializes but saw no devices...this might
       be because it can't enumerate them, or there really aren't any available.
      
      This prevents the dsp driver from hogging control when there are no /dev/dsp*
       nodes (for example, on a Linux box with ALSA and no OSS emulation).
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403400
      0e24b20c
  2. 31 Dec, 2008 6 commits
  3. 30 Dec, 2008 9 commits
  4. 29 Dec, 2008 1 commit
  5. 25 Dec, 2008 6 commits
  6. 24 Dec, 2008 3 commits
  7. 23 Dec, 2008 5 commits
  8. 22 Dec, 2008 3 commits
    • Sam Lantinga's avatar
      typo fix · 01a9edc3
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403369
      01a9edc3
    • Sam Lantinga's avatar
      /* FIXME FIXME FIXME · d6295612
      Sam Lantinga authored
       * Window creation fails in the colormap code on DirectColor visuals:
       *      XA_RGB_BEST_MAP not found and could not be created
       * I'm disabling this for now until Bob can look at it.  We don't need
       * it until we implement the gamma fading using DirectColor RGB ramps
       */
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403368
      d6295612
    • Sam Lantinga's avatar
      Fixed crash when resizing the window with the software renderer. · 1ebf771a
      Sam Lantinga authored
      This is similar to the crash fix in the OpenGL renderer in revision 4187
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403367
      1ebf771a
  9. 21 Dec, 2008 4 commits