1. 13 Dec, 2008 6 commits
    • Sam Lantinga's avatar
      Whoops, the X11 driver doesn't support fullscreen modes (yet) · 9e64157a
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403331
      9e64157a
    • Sam Lantinga's avatar
      Fixed BadMatch error in X11 renderer · b2aebcc9
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403330
      b2aebcc9
    • Sam Lantinga's avatar
      Updated test for API changes · 8e523bb7
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403329
      8e523bb7
    • Sam Lantinga's avatar
      Fixed SDL 1.2 compatibility problem. · 170521f2
      Sam Lantinga authored
      The API specifies that SDL_OpenAudio() will fill out the 'desired' audio spec
      with the correct samples and size set by the driver.  This value is important
      since it may be used by applications that size audio buffers, etc.
      
      However, we want to allow advanced applications to call SDL_OpenAudioDevice()
      which gets passed a const 'desired' parameter, and have the correct data filled
      into the 'obtained' parameter, possibly allowing or not allowing format changes.
      
      So... 'obtained' becomes the audio format the user callback is expected to use,
      and we add flags to allow the application to specify which format changes are
      allowed.
      
      Note: We really need to add a way to query the 'obtained' audio spec.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403328
      170521f2
    • Sam Lantinga's avatar
      indent · 0e5cb512
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403327
      0e5cb512
    • Sam Lantinga's avatar
      Updated TODO list · 8437f9f8
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403326
      8437f9f8
  2. 12 Dec, 2008 2 commits
  3. 10 Dec, 2008 1 commit
    • Sam Lantinga's avatar
      Updated TODO list · 9719f407
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403323
      9719f407
  4. 08 Dec, 2008 3 commits
    • Sam Lantinga's avatar
      Date: Sun, 07 Dec 2008 13:35:23 +0100 · 61a7bca8
      Sam Lantinga authored
      From: Couriersud
      Subject: SDL: Mouse last_x, last_y into SDL_Mouse
      
      the attached diff moves the static vars last_x and last_y into
      SDL_Mouse. These, as far as I understand it, should be tied to the
      individual mouse.
      
      The patch also makes the code check for out of window conditions of
      mouse->x,y when relative movements are passed to MouseSendMotion.
      
      Also attached is the latest DirectFB code (dfb20081208) supporting
      multiple mice and keyboards. This works quite well with sdlmame now. It
      however needs more testing with different directfb configurations.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403322
      61a7bca8
    • Sam Lantinga's avatar
      Updated copyright date · 0c30a927
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403321
      0c30a927
    • Sam Lantinga's avatar
      A little cleanup for SDL snapshot release · 6e7ef5d5
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403319
      6e7ef5d5
  5. 07 Dec, 2008 13 commits
  6. 06 Dec, 2008 10 commits
  7. 05 Dec, 2008 5 commits