1. 09 Jul, 2007 2 commits
  2. 08 Jul, 2007 10 commits
  3. 07 Jul, 2007 2 commits
    • Sam Lantinga's avatar
      Use GL direct updates when possible · 69a0d935
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402434
      69a0d935
    • Sam Lantinga's avatar
      Fixed bug #360 · 1ed61fec
      Sam Lantinga authored
      Fixed fullscreen video modes and improved the mouse grab code.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402433
      1ed61fec
  4. 06 Jul, 2007 4 commits
    • Sam Lantinga's avatar
      Reverted mousewheel support in 1.2, since it breaks binary compatibility. · e2d89e30
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402430
      e2d89e30
    • Sam Lantinga's avatar
      Ugh... actually changing what buttons are returned to the application. Maybe... · cf458d63
      Sam Lantinga authored
      Ugh... actually changing what buttons are returned to the application.  Maybe we should wait until SDL 1.3 for horizontal scrolling support?
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402429
      cf458d63
    • Sam Lantinga's avatar
      Fixed bug #382 · 79ce9cd6
      Sam Lantinga authored
      Added horizontal scrolling support: SDL_BUTTON_WHEELLEFT (6) and SDL_BUTTON_WHEELRIGHT (7)
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402427
      79ce9cd6
    • Sam Lantinga's avatar
      Fixed bug #322 · 4722d6e9
      Sam Lantinga authored
      Need to resync the keyboard state every time we set a video mode, since
      the code in SDL_video.c is clearing the keyboard state.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402426
      4722d6e9
  5. 05 Jul, 2007 7 commits
  6. 04 Jul, 2007 4 commits
    • Sam Lantinga's avatar
      Oops, didn't mean to commit this... · 2ada4fdd
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402410
      2ada4fdd
    • Sam Lantinga's avatar
      Fixed bug #450 · f4a253ef
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402409
      f4a253ef
    • Sam Lantinga's avatar
      Fixed bug #447 · 6450125a
      Sam Lantinga authored
      Xlib uses the native locale, not latin1
      
      ... the question is... what does the server use? :)
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402407
      6450125a
    • Sam Lantinga's avatar
      Fixed bug #349 · 13be73d9
      Sam Lantinga authored
      Solaris doesn't support the LATIN1 character set alias.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402405
      13be73d9
  7. 03 Jul, 2007 5 commits
    • Ryan C. Gordon's avatar
      Fixed yasm/nasm warning. · 84063eb2
      Ryan C. Gordon authored
        Fixes Bugzilla #446.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402402
      84063eb2
    • Sam Lantinga's avatar
      Fixed bug #398 · 75823323
      Sam Lantinga authored
      You can use SetColors() before the video mode has been set.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402401
      75823323
    • Sam Lantinga's avatar
      Added some missing patch notes - Ryan, feel free to add them for your commits · 17349bcd
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402400
      17349bcd
    • Sam Lantinga's avatar
      Added patch note for fixing bug 335 · 6a44c15b
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402399
      6a44c15b
    • Sam Lantinga's avatar
      Fixed bug #335 · 30606315
      Sam Lantinga authored
      Use SetSystemPaletteUse() to get better access to the system palette.
      
      We can still do better palette matching in the case where we aren't
      using fullscreen mode or a hardware palette, but that can wait for
      another day. :)
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402398
      30606315
  8. 02 Jul, 2007 1 commit
  9. 30 Jun, 2007 2 commits
  10. 28 Jun, 2007 3 commits