1. 27 Jun, 2006 1 commit
  2. 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
  3. 25 Jun, 2006 4 commits
  4. 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
  5. 23 Jun, 2006 6 commits
  6. 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
  7. 20 Jun, 2006 10 commits
    • 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
    • Sam Lantinga's avatar
      Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST) · 772972e2
      Sam Lantinga authored
      From: "Torsten Giebl"
      Subject: [SDL] Patch for Makefile.DC
      
      Hello !
      
      
      This patch autom. copys SDL_config.h.default
      into SDL_config.h when compiling SDL for Dreamcast
      using Makefile.dc.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401867
      772972e2
    • Sam Lantinga's avatar
      Fixed bug #251 · e64b9862
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401865
      e64b9862
    • Sam Lantinga's avatar
      Bug #250, pkg-config support contributed by Mikael Eriksson · a4fb97b6
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401863
      a4fb97b6
    • Sam Lantinga's avatar
      Bug #250, pkg-config support contributed by Mikael Eriksson · a4191d39
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401862
      a4191d39
    • Sam Lantinga's avatar
      I think this fixes bug #244 · e3993a9c
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401860
      e3993a9c
    • Sam Lantinga's avatar
      Fixed bug #241 · d565a145
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401858
      d565a145
    • Sam Lantinga's avatar
      Test case for bug #240 · dd700969
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401856
      dd700969
    • Sam Lantinga's avatar
      Fixed bug #232 · f9881b12
      Sam Lantinga authored
       ------- Comment #2 From Matthias Geissert  2006-05-24 07:54  [reply] -------
      See http://dri.sourceforge.net/doc/DRIuserguide.html, section 11.5. There is
      written that you need to use RTLD_GLOBAL, since, otherwise, nested open of
      dynamic libraries doesn't work. However, This is necassary in this case, since
      libGL opens the hardware-specific driver/library. I hope this helps you.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401855
      f9881b12
    • Sam Lantinga's avatar
      Fixed bug #232 · 11452ed2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401854
      11452ed2
  8. 14 Jun, 2006 3 commits
  9. 23 May, 2006 1 commit
    • Sam Lantinga's avatar
      Date: Mon, 22 May 2006 01:16:47 -0400 · 27e82c6f
      Sam Lantinga authored
      From: Mike Frysinger
      Subject: [SDL] [patch] fix sed expression in sdl-config
      
      just noticed that sdl-config uses '[a-z]' with sed in sdl-config without
      forcing the locale to C ... this could cause problems with locales where the
      letter 'z' is not the last letter in the alphabet
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401823
      27e82c6f
  10. 21 May, 2006 3 commits