1. 10 Dec, 2003 2 commits
    • Sam Lantinga's avatar
      Date: Thu, 4 Dec 2003 07:48:40 +0200 · d182a96b
      Sam Lantinga authored
      From: "Mike Gorchak"
      Subject: SDL/QNX6 new patch
      
      Here in attachment my patch for the SDL/QNX6 again :) It contain non-crtitical/cosmetic fixes:
      
      1. Fixed window centering at other than the first consoles.
      2. Fixed window centering algorithm in case when window height or width are greater than the desktop resolution.
      3. Fixed window positioning on other than the first consoles.
      4. Fixed occasional input focus lost when switching to fullscreen.
      5. Removed the Photon's default chroma color for the overlays, added RGB(12, 6, 12) color instead (very dark pink).
      6. Added more checks to the YUV overlay code (fixed crashes during resolution mode switches).
      7. Added support for Enter/Backspace keys in unicode mode (used by Maelstrom and by other games).
      8. Fixed window restore/maximize function. It works, finally.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40754
      d182a96b
    • Sam Lantinga's avatar
      *** empty log message *** · 1e6f6032
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40753
      1e6f6032
  2. 24 Nov, 2003 9 commits
    • Sam Lantinga's avatar
      *** empty log message *** · 2f418548
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40752
      2f418548
    • Sam Lantinga's avatar
      Date: Mon, 24 Nov 2003 20:11:31 +0000 · ba97e9b7
      Sam Lantinga authored
      From: John Drinkwater <john@nextraweb.com>
      Subject: SDL configure.in patch
      
      On my cygwin compile environment, I get a script error with configure.
      
      $ ./configure --enable-debug=no -q;
      appending configuration tag "CXX" to libtool
      appending configuration tag "F77" to libtool
      ./configure: line 28135: : command not found
      *snip the rest*
      
      The supplied patch fixes the problem, just a minor oversight of some [ ] & t\
      est.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40751
      ba97e9b7
    • Sam Lantinga's avatar
      Updated Visual C++ support · a12ff596
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40750
      a12ff596
    • Sam Lantinga's avatar
      *** empty log message *** · 17c9e1dd
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40749
      17c9e1dd
    • Sam Lantinga's avatar
      Check for CPUID before checking for 3DNow! · 6587e3fd
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40748
      6587e3fd
    • Sam Lantinga's avatar
      Greatly simplified the SDL CPU info code · 15fabb63
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40747
      15fabb63
    • Sam Lantinga's avatar
      Greatly simplified the SDL CPU info code · fb25886c
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40746
      fb25886c
    • Sam Lantinga's avatar
      Switched data files to binary format · c1da62cb
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40745
      c1da62cb
    • Sam Lantinga's avatar
      *** empty log message *** · 823e2837
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40744
      823e2837
  3. 19 Nov, 2003 1 commit
  4. 18 Nov, 2003 3 commits
    • Sam Lantinga's avatar
      Date: Mon, 17 Nov 2003 23:12:59 +0100 · 22ddc1de
      Sam Lantinga authored
      From: Max Horn
      Subject: SDL building "the unix way" on OS X
      
      I just noticed that building current SDL CVS "the unix way" (using
      configure/make) is (and has been for some time, it seems) broken.
      That's because Sam updated to a newer libtool version, which removed my
      "-framework" patches.
      
      Attached is a patch which once again makes ltmain.sh aware of
      "-framework". Note that this is simply a backport of the corresponding
      changes in libtool CVS (i.e. the next libtool release will contain
      those same changes).
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40742
      22ddc1de
    • Sam Lantinga's avatar
      Actually hook the cpuinfo module into the library. :) · 9a9e553e
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40741
      9a9e553e
    • Sam Lantinga's avatar
      Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() in SDL_cpuinfo.h · 9842d74f
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40740
      9842d74f
  5. 14 Nov, 2003 2 commits
    • Sam Lantinga's avatar
      Date: Mon, 10 Nov 2003 19:57:56 +0100 · ccba9fd0
      Sam Lantinga authored
      From: Stephane Marchesin <stephane.marchesin@wanadoo.fr>
      Subject: [SDL] SDL and gcc >= 3.3.1 fix
      
      Lately, I upgraded my gcc compiler and could trigger the error described
      in this thread :
      http://www.libsdl.org/pipermail/sdl/2003-September/056163.html
      
      SDL_RLEaccel.c: In function `RLEClipBlit':
      SDL_RLEaccel.c:845: error: invalid `asm': invalid expression as operand
      SDL_RLEaccel.c:845: error: invalid `asm': invalid expression as operand
      SDL_RLEaccel.c:845: error: invalid `asm': invalid expression as operand
      
      
      The attached patch fixes this issue, and is smaller than the previous
      one, as I was able to trigger the issue, so I could narrow it.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40739
      ccba9fd0
    • Patrice Mandin's avatar
      Small fix for iconification · 8f12b9c2
      Patrice Mandin authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40738
      8f12b9c2
  6. 12 Nov, 2003 3 commits
  7. 05 Nov, 2003 2 commits
    • Sam Lantinga's avatar
      Date: Mon, 13 Oct 2003 13:37:18 +0100 · 4c968411
      Sam Lantinga authored
      From: "alan buckley"
      Subject: Modification for RISC OS SDL port (SDL_riscosevents.c)
      
      This modification improves the key press to Unicode character translation.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40734
      4c968411
    • Ryan C. Gordon's avatar
      Date: Wed, 5 Nov 2003 21:27:47 +0100 · b2c08f9a
      Ryan C. Gordon authored
      From: Thomas Jarosch <xxx>
      To: Ryan C. Gordon <xxx>
      Subject: MGA CRTC2 update
      
      Hi Ryan,
      
      attached is a small update for the DirectFB MGA CRTC2 support:
      
      - Video aspect ratio correct scaling (important for MAME)
      - Small bugfix in previous scaling code
      - Ability to control the TV picture overscan via the environment variable
        SDL_DIRECTFB_OVERSCAN.
      
      Sounds worth enough for applying it to SDL CVS ;-)
      
      Cheers,
      Thomas
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40733
      b2c08f9a
  8. 06 Oct, 2003 3 commits
  9. 03 Oct, 2003 1 commit
  10. 01 Oct, 2003 1 commit
  11. 30 Sep, 2003 1 commit
  12. 28 Sep, 2003 1 commit
  13. 27 Sep, 2003 1 commit
  14. 24 Sep, 2003 1 commit
  15. 21 Sep, 2003 5 commits
    • Sam Lantinga's avatar
      *** empty log message *** · 4e0cc6a0
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40723
      4e0cc6a0
    • Sam Lantinga's avatar
      Date: Thu, 18 Sep 2003 14:24:35 -0400 · 773e8e18
      Sam Lantinga authored
      From: Scott Watson
      Subject: [SDL] Improper Windows message routine calling
      
      If this hasn't been caught yet, there's an improper method of calling a
      user's window message routine in the various SDL_xxevents.c files.
      
      Calling it improperly can cause a crash under at least XP.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40722
      773e8e18
    • Sam Lantinga's avatar
      N Sep 17 8791 Sam Lantinga Re: tks source released · 2aa25e17
      Sam Lantinga authored
      Date: Sun, 07 Sep 2003 02:51:58 +0200
      From: Stephane Marchesin
      Subject: [SDL] Two little patches
      
      Compiling SDL with a recent gcc (gcc 3.3.1, 3.3 doesn't have this
      behaviour) gives some nasty warnings :
      
      SDL_blit_A.c: In function `BlitRGBtoRGBSurfaceAlpha128MMX':
      SDL_blit_A.c:223: warning: integer constant is too large for "long" type
      SDL_blit_A.c:225: warning: integer constant is too large for "long" type
      SDL_blit_A.c:227: warning: integer constant is too large for "long" type
      [...]
      
      The first attached patch (longlongfix.patch) tells gcc to really treat
      those constants as unsigned long long and not long.
      
      The second patch (nasinclude.patch) fixes an include problem I had while
      compiling nas audio : when the <audio/audiolib.h> file lies in
      /usr/X11R6/include, a -I/usr/X11R6/include  option is needed or the file
      isn't found.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40721
      2aa25e17
    • Sam Lantinga's avatar
      Date: Fri, 12 Sep 2003 18:04:19 -0400 · addc0b02
      Sam Lantinga authored
      From: Matthew Danish
      Subject: patch for k*bsd support
      
      I am forwarding this patch from Robert Millan <rmh@debian.org> for
      supporting K*BSD systems (BSD kernel GNU userland, and hurd) in
      configure.in.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40720
      addc0b02
    • Sam Lantinga's avatar
      Date: Sat, 13 Sep 2003 15:50:43 +0300 · bf7b6262
      Sam Lantinga authored
      From: "Mike Gorchak"
      Subject: QNX fixes
      
      improved sound code for the QNX, added workarounds for known bugs, fixed photon detect code. Update .qpg file.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40719
      bf7b6262
  16. 15 Sep, 2003 1 commit
    • Ryan C. Gordon's avatar
      Date: Sun, 14 Sep 2003 17:04:55 -0400 · 794bba8f
      Ryan C. Gordon authored
      From: Philip D.S. Thoren <pthoren@cs.uml.edu>
      Reply-To: "sdl@libsdl.org" <sdl@libsdl.org>
      To: "sdl@libsdl.org" <sdl@libsdl.org>
      Subject: [SDL] BUG in src/video/windx5/SDL_dx5events.c
      
         I tracked down a bug that crashed my program on Windows *all* the
      time.
      
          FILE: src/video/windx5/SDL_dx5events.c
      
          FUNCTION: handle_mouse
          BUG:
              SDL_PublicSurface is being dereferenced when it is NULL.
                     I added the following to the very begining of handle_mouse
              and it solved my crashing problems:
      
              if (SDL_PublicSurface == NULL) return;
      
      ~ Philip D.S. Thoren
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40718
      794bba8f
  17. 13 Sep, 2003 1 commit
  18. 05 Sep, 2003 2 commits