1. 06 Oct, 2002 4 commits
  2. 05 Oct, 2002 12 commits
  3. 30 Sep, 2002 1 commit
  4. 16 Sep, 2002 8 commits
  5. 09 Sep, 2002 3 commits
  6. 02 Sep, 2002 3 commits
    • Sam Lantinga's avatar
      Fixed trashing the framebuffer console on broken video drivers · aee272f0
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40488
      aee272f0
    • Sam Lantinga's avatar
      Fixed a typo in a previous patch · 32e1f1bc
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40487
      32e1f1bc
    • Sam Lantinga's avatar
      Date: Sun, 1 Sep 2002 21:27:54 -0400 (EDT) · 82ab8e4d
      Sam Lantinga authored
      From: "Ryan C. Gordon"
      Subject: [SDL] Minor X11 hack:
      
      Here's a patch to center a newly-created, non-fullscreen X11 window.
      While this may or may not be suitable for adding to SDL officially, I
      didn't want to put any Xlib dependencies in my code directly.
      
      To use:
      
      - Apply patch/rebuild.
      - export SDL_WINDOW_POS=center
      - Call SDL_SetVideoMode as needed.
      
      (Ideally, this could be expanded to handle other commands like
      SDL_WINDOW_POS=20x190, etc, and could be implemented for other targets,
      but this is really a hack to avoid API changes).
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40486
      82ab8e4d
  7. 01 Sep, 2002 4 commits
    • Sam Lantinga's avatar
      Updated MacOS projects with "enums as int" build option · f11307ea
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40485
      f11307ea
    • Sam Lantinga's avatar
      *** empty log message *** · 31772207
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40484
      31772207
    • Sam Lantinga's avatar
      *** empty log message *** · c221c1ae
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40483
      c221c1ae
    • Sam Lantinga's avatar
      Date: Sat, 31 Aug 2002 15:42:45 +0200 · 513d7b33
      Sam Lantinga authored
      From: Alexandre Courbot
      Subject: [SDL] Qtopia port fixes/improvments
      
      -Whenever the screen is rotated, the pad is rotated as well,
      -Fixed a mouse bug: when tapping on the screen, the click event was
      often sent at the previous position of the stylus (resulting in strange
      behavior in Scummvm for instance)
      -Added the SDL_QT_INVERT_ROTATION environment variable which, when set,
      rotates the screen (and the mouse, and the pad) the other way. This can
      be useful for left-handed people.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40482
      513d7b33
  8. 31 Aug, 2002 5 commits