1. 15 Jul, 2006 2 commits
  2. 14 Jul, 2006 4 commits
  3. 13 Jul, 2006 2 commits
  4. 12 Jul, 2006 4 commits
  5. 10 Jul, 2006 2 commits
  6. 06 Jul, 2006 1 commit
  7. 27 Jun, 2006 2 commits
  8. 26 Jun, 2006 4 commits
    • Sam Lantinga's avatar
      Fixed libiconv detection · 862de2d8
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401911
      862de2d8
    • Sam Lantinga's avatar
      Fixed problem with nasm hidden visibility detection · 5b2feecb
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401909
      5b2feecb
    • Sam Lantinga's avatar
      Almost added Mac OS X nasm support · cb4f15a0
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401905
      cb4f15a0
    • Sam Lantinga's avatar
      ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] ------- · 554dd3b6
      Sam Lantinga authored
      Created an attachment (id=142) [edit]
      updated makefiles for 1.2.11 release
      
      The new Watcom-Win32.zip
      - includes the new testcursor test, and
      - doesn't link to dxguid.lib anymore (by defining INITGUID for
      SDL_dx5events.c),
        to fix issue with stack calling convention (-6s can now be used instead of
      -6r
        in CFLAGS).
      
      ------- Comment #6 From Marc Peter 2006-06-25 18:12 [reply] -------
      Created an attachment (id=143) [edit]
      updated README.Watcom for 1.2.11
      
      - lists new testcursor test
      - mentions possibility to build with -6s (stack calling convention) instead
        of -6r (register calling convention)
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401903
      554dd3b6
  9. 25 Jun, 2006 4 commits
  10. 24 Jun, 2006 4 commits
    • Sam Lantinga's avatar
      Fix for bug #240 · d856d386
      Sam Lantinga authored
      Christian Walther contributed Cocoa cursor code.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401897
      d856d386
    • Sam Lantinga's avatar
      Fixed bug #258 · 642baf6e
      Sam Lantinga authored
      Account for the menu height in AdjustWindowRectEx()
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401892
      642baf6e
    • Sam Lantinga's avatar
      Fixed bug #255 · 684d11f9
      Sam Lantinga authored
      Fixed memory leaks in the windib driver.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401890
      684d11f9
    • Sam Lantinga's avatar
      Fixed bug #260 · 9f57178b
      Sam Lantinga authored
      Fixed SDL_GL_SWAP_CONTROL on Windows, and the query on Linux
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401888
      9f57178b
  11. 23 Jun, 2006 6 commits
  12. 21 Jun, 2006 4 commits
    • Sam Lantinga's avatar
      Renamed, per Mike's comment on bug #157 · 65be1297
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401877
      65be1297
    • Sam Lantinga's avatar
      Renamed, per Mike's comment on bug #157 · 06d61220
      Sam Lantinga authored
      --HG--
      rename : src/hermes/common.asm => src/hermes/common.inc
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401876
      06d61220
    • Sam Lantinga's avatar
      Fixed bug #157 · d9457362
      Sam Lantinga authored
      [patch tweaked to handle older nasm, which doesn't support :function syntax]
      
      ------- Comment #5 From Mike Frysinger 2006-05-22 01:24 [reply] -------
      Created an attachment (id=132) [edit]
      libsdl-hidden-nasm.patch
      
      here's the patch i posted here:
      http://www.libsdl.org/pipermail/sdl/2006-March/073618.html
      
      this will hide the symbols dynamically if the build nasm/yasm supports the
      hidden stuff ... in other words, this patch should be safe with both older and
      new versions of nasm/yasm
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401873
      d9457362
    • Sam Lantinga's avatar
      Fixed bug #256 · 739db2c7
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401871
      739db2c7
  13. 20 Jun, 2006 1 commit
    • Sam Lantinga's avatar
      Date: Fri, 9 Jun 2006 11:35:23 +0300 · fdfcc797
      Sam Lantinga authored
      From: "Janne Junnila"
      Subject: [SDL] SDL_SetGamma bug
      
      You can't set the the gamma 'brighter' than 1.0. There's a patch attached.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401869
      fdfcc797