1. 10 Jul, 2007 7 commits
    • Sam Lantinga's avatar
      Added patch note for file I/O speedup · e9910211
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402460
      e9910211
    • Sam Lantinga's avatar
      Fixed bug #453 · 86d88abf
      Sam Lantinga authored
      That's silly, we included <asm/page.h> even though we know we have getpagesize()
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402459
      86d88abf
    • Sam Lantinga's avatar
      I'm reverting this patch... · 65c53ab1
      Sam Lantinga authored
      I'm suspicious, since the X11 driver doesn't appear to need it. :)
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402455
      65c53ab1
    • Sam Lantinga's avatar
      Merged some patches from NetBSD pkgsrc: · 7ec71685
      Sam Lantinga authored
      Added two patches for Solaris 8. The X11 implementation does not
      define the xEvent structure unless NEED_EVENTS is defined.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402454
      7ec71685
    • Sam Lantinga's avatar
      Added patch-aj from NetBSD pkgsrc: · 4011f1ea
      Sam Lantinga authored
      chunk 1:
      avoid hardcoding nas paths; pkgsrc installs it somewhere else.
      This part could probably be done better.
      
      chunk 2:
      -L/usr/lib is unnecessary
      
      chunk 3:
      Better DragonFly support.
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402452
      4011f1ea
    • Sam Lantinga's avatar
      Fixed signed/unsigned mismatch ... hmm, limited to 2 GB reads? Fix in SDL 1.3 · d14434c6
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402451
      d14434c6
    • Sam Lantinga's avatar
      Added read-ahead support for Win32 file IO · 4b89904e
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402450
      4b89904e
  2. 09 Jul, 2007 2 commits
  3. 08 Jul, 2007 10 commits
  4. 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
  5. 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
  6. 05 Jul, 2007 7 commits
  7. 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
  8. 03 Jul, 2007 4 commits