1. 24 Sep, 2006 7 commits
    • Sam Lantinga's avatar
      Fixed bug #281 · fd8b91f9
      Sam Lantinga authored
      ------- Comment #2 From Christian Walther 2006-07-23 07:37 [reply] -------
      
      Wow, that was an interesting bug to chase. It was a timing issue: it seems that
      for some reason, a certain time must pass between ShowMenuBar() being called in
      QZ_UnsetVideoMode() and the application quitting. Before rev. 1885, this delay
      was provided by the slow hand-coded fade. With the asynchronous Core Graphics
      fading introduced in rev. 1885, that delay was no longer present (most of the
      time) and the bug became apparent. Adding an SDL_Delay(100) somewhere between
      ShowMenuBar() and the end of QZ_VideoQuit() lowered the frequency of the bug
      appearing from "almost every time" to "very rarely" here.
      
      However, there is another solution: doing the ShowMenuBar() before releasing
      the captured display instead of afterwards. Apparently, no delay is necessary
      in that case, and it looks nicer to me anyway because it is the reverse order
      of the way things are set up in the beginning: capture display - set video mode
      - hide menu bar - ... - show menu bar - reset video mode - release captured
      display. So, this is what the attached patch does.
      
      In addition, I've taken the liberty of
      - removing some unused code that I forgot to remove in rev. 1885,
      - fixing two warnings about undeclared functions in SDL_QuartzVideo.m by
      including OpenGL.h (whose name is a bit misleading - it only declares CGL
      stuff, so there's no interference with SDL_opengl.h).
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402115
      fd8b91f9
    • Sam Lantinga's avatar
      Fixed bug #316 · e37cb653
      Sam Lantinga authored
      Looks like this is a long standing typo... is this code even used anymore?
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402113
      e37cb653
    • Sam Lantinga's avatar
      Fixed bug #321 · 045a682e
      Sam Lantinga authored
      Hi,
      if "configure" is given an explicit --libdir, the sdl-config still contains
      the default "${exec_prefix}/lib" for runtime linker path.
      
      That should be changed to $libdir, as this is where the library goes to...
      
      Regards,
        Juergen
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402111
      045a682e
    • Sam Lantinga's avatar
      Fixed bug #270 · 2f28b8c5
      Sam Lantinga authored
      SDL_SetCursor returns void, not void*
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402109
      2f28b8c5
    • Sam Lantinga's avatar
      Bumped the version in subversion to 1.2.12 · dd8038b0
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402108
      dd8038b0
    • Sam Lantinga's avatar
      Fixed bug #278 · 8460b069
      Sam Lantinga authored
      Added the GFX_Display to the wminfo structure, contributed by Eric
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402107
      8460b069
    • Sam Lantinga's avatar
      Fixed bug #276 · 6a16eb68
      Sam Lantinga authored
      PlanarPixmapInfoYUV420 is a big endian structure.
      Fix contributed by Jean-Charles BERTIN
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402106
      6a16eb68
  2. 23 Sep, 2006 3 commits
    • Sam Lantinga's avatar
      · 0b9d7109
      Sam Lantinga authored
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402104
      0b9d7109
    • Sam Lantinga's avatar
      Fixed bug #304 · 66bd610f
      Sam Lantinga authored
      WinCE - refactoring of hardware buttons handling
      Contributed by Dmitry Yakimov
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402103
      66bd610f
    • Sam Lantinga's avatar
      Fixed bug #294 · a7123784
      Sam Lantinga authored
      Can't build SDL 1.2.11(and svn) for Pocket PC 2003 with Visual Studio 2005
      Fix contributed by Dmitry Yakimov
      
      --HG--
      branch : SDL-1.2
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402102
      a7123784
  3. 16 Sep, 2006 5 commits
  4. 15 Sep, 2006 1 commit
  5. 13 Sep, 2006 2 commits
  6. 12 Sep, 2006 4 commits
  7. 08 Sep, 2006 1 commit
  8. 07 Sep, 2006 1 commit
  9. 05 Sep, 2006 1 commit
  10. 03 Sep, 2006 1 commit
  11. 01 Sep, 2006 1 commit
  12. 02 Aug, 2006 1 commit
  13. 24 Jul, 2006 1 commit
  14. 10 Jul, 2006 2 commits
  15. 06 Jul, 2006 1 commit
  16. 27 Jun, 2006 2 commits
  17. 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
  18. 25 Jun, 2006 2 commits