1. 16 Jul, 2007 2 commits
    • Sam Lantinga's avatar
      Added support for building version.rc in Windows build. · 0d40fac1
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402548
      0d40fac1
    • Sam Lantinga's avatar
      Fixed bug #428 · c44a3172
      Sam Lantinga authored
      This fix is overkill, but approved by Doug Lea, and he'll be releasing a
      new version of his malloc.c sometime next month.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402546
      c44a3172
  2. 15 Jul, 2007 9 commits
    • Sam Lantinga's avatar
      Fixed bug #457 · be91b510
      Sam Lantinga authored
      Don't crash if passed a NULL overlay.  The app crashes anyway, since
      it's not checking the return value of the create call, but at least it's
      not crashing in SDL anymore. :)
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402543
      be91b510
    • Sam Lantinga's avatar
      Fixed building on Windows CE · 5adb9f2f
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402542
      5adb9f2f
    • Sam Lantinga's avatar
      Added a patch note for the Mac OS X cursor bug · adddf96a
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402541
      adddf96a
    • Ryan C. Gordon's avatar
      Merged r3295:3296 from trunk/SDL: testjoystick reusing "joystick" variable. · d0696784
      Ryan C. Gordon authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402540
      d0696784
    • Sam Lantinga's avatar
      Final fix for bug #373 · 2fe61699
      Sam Lantinga authored
      ------- Comment #13 From Christian Walther 2007-07-15 10:04:56 [reply] -------
      Created an attachment (id=229) [details]
      patch to reinstate the SDL cursor after an NSApplicationActivatedEvent
      
      Oops, you're right. My testcursor.c has diverged so far from the original that
      I missed that. In fact, now that I think about it, that issue isn't even
      addressed by the cursor rectangle patch - it is only concerned with windowed
      mode (and fixes the problem there as a side effect). The problem in fullscreen
      is still the same as before. How about the attachment for a fix? (I can confirm
      that [NSCursor set] doesn't seem to have any effect when called from
      QZ_DoActivate().)
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402538
      2fe61699
    • Ryan C. Gordon's avatar
      Dump more information about each joystick in testjoytick.c · 53dae52e
      Ryan C. Gordon authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402536
      53dae52e
    • Sam Lantinga's avatar
      Patch from Christian Walther · 33dff0e2
      Sam Lantinga authored
      Yes, the idea to use a cursor rectangle instead of [NSCursor set] has occurred
      to me too, and it does seem to be the most elegant way. Here's my attempt at an
      implementation
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402535
      33dff0e2
    • Ryan C. Gordon's avatar
      An attempt at fixing Bugzilla #454. · 3b3b5c04
      Ryan C. Gordon authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402534
      3b3b5c04
    • Sam Lantinga's avatar
      I think this fixes bug #454 · 0468ab7f
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402533
      0468ab7f
  3. 14 Jul, 2007 7 commits
  4. 13 Jul, 2007 3 commits
  5. 12 Jul, 2007 8 commits
  6. 11 Jul, 2007 8 commits
  7. 10 Jul, 2007 3 commits