1. 20 Feb, 2008 1 commit
    • Bob Pendleton's avatar
      HandleEvent() returns done each time it is called. If done was set to 0 the... · ba6d728f
      Bob Pendleton authored
      HandleEvent() returns done each time it is called. If done was set to 0 the program should quit, but because done is not checked until *all* events are handled a
      following event can reset done to 1 and prevent the program from terminating when told to. I fixed the while loop that handles events to check for the state of done
      after handling each event. That could leave some events unhandled when the program exits, but it ensures that the program will exit.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402730
      ba6d728f
  2. 11 Feb, 2008 2 commits
  3. 10 Feb, 2008 4 commits
  4. 09 Feb, 2008 3 commits
  5. 08 Feb, 2008 1 commit
  6. 07 Feb, 2008 3 commits
  7. 05 Feb, 2008 2 commits
    • Sam Lantinga's avatar
      Christian's comment: · 671a7085
      Sam Lantinga authored
      /* Actually returns a UInt32 containing two character codes (and two 'reserved' bytes), but we're only interested in the second (or only) one */
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402716
      671a7085
    • Sam Lantinga's avatar
      First pass implementation of new SDL scancode concept, as discussed with · 02f2e328
      Sam Lantinga authored
      Christian Walther.  Currently only implemented on Mac OS X for sanity
      checking purposes.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402715
      02f2e328
  8. 04 Feb, 2008 1 commit
  9. 24 Jan, 2008 1 commit
  10. 15 Jan, 2008 1 commit
  11. 12 Jan, 2008 3 commits
  12. 09 Jan, 2008 1 commit
  13. 08 Jan, 2008 1 commit
  14. 03 Jan, 2008 1 commit
    • Sam Lantinga's avatar
      Updated config scripts · 6f2082d5
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402702
      6f2082d5
  15. 01 Jan, 2008 1 commit
  16. 30 Dec, 2007 1 commit
  17. 29 Dec, 2007 9 commits
  18. 28 Dec, 2007 4 commits