1. 13 Dec, 2008 1 commit
    • 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
  8. 04 Dec, 2008 1 commit
  9. 03 Dec, 2008 4 commits
    • Sam Lantinga's avatar
      Added very slow software scaling to the X11 renderer · 4a86bb6e
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403289
      4a86bb6e
    • Sam Lantinga's avatar
      If scaling isn't supported, do an unscaled copy instead of not showing anything. · a403d948
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403288
      a403d948
    • Sam Lantinga's avatar
      Fixed crash on 64-bit systems · a5471290
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403287
      a5471290
    • Sam Lantinga's avatar
      Date: Tue, 02 Dec 2008 23:38:26 +0100 · a9f8def2
      Sam Lantinga authored
      From: Couriersud
      Subject: Re: SDL: Keyboard layout unknown
      
      I have attached a diff which will add an additional keyboard layout to
      the x11 driver. The issue arose, when I moved to ubuntu intrepid. I was
      only able to map the keys available on my keyboard. The differences to
      the existing keyboard was the mapping of HOME,UP,DOWN and some other
      keys.
      
      Now only one issue remains. Dead keys (e.g. ^, ` ') on european
      keyboards do not generate a "scancode" event. Just a text event when the
      key is composed (e.g. ?? ?? ??).
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403286
      a9f8def2