1. 06 Dec, 2002 1 commit
    • Boris Dorès's avatar
      * src/playlist/playlist.c : playing again a playlist already in a · 426a6dc5
      Boris Dorès authored
         playing state resets the input speed to normal to make sure the
         stream isn't paused or slowed or played faster anymore.
         By doing that, fixes the following bug of the Windows interface:
         when pushing the play button on a paused or slowed stream, nothing
         used to happen.
       * modules/gui/win32/playlist.cpp : when pushing the play button and the
         playlist is empty, displaying the playlist window
       * win32.cpp : rephrasing the module description to "Native Windows
         interface module"
      426a6dc5
  2. 05 Dec, 2002 2 commits
    • Sam Hocevar's avatar
      * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it · 40dfc834
      Sam Hocevar authored
          choke on system headers.
      40dfc834
    • Sam Hocevar's avatar
      * ./ipkg/Makefile.in: removed a file handled by automake. · 5927421c
      Sam Hocevar authored
        * ./configure.ac.in: additional warning flags for GCC.
             -Wconversion
                 Warn if a prototype causes a type conversion that is different from
                 what would happen to the same argument in the absence of a proto-
                 type.
             -Wsign-compare
                 Warn when a comparison between signed and unsigned values could
                 produce an incorrect result when the signed value is converted to
                 unsigned.
             -Wunreachable-code
                 Warn if the compiler detects that code will never be executed.
             -Wdisabled-optimization
                 Warn if a requested optimization pass is disabled.
          See the gcc documentation for more explanations. This triggers a lot of
          warnings everywhere, and at first sight they're all worth fixing. Code
          quality matters, too, so let's fix'em :)
      5927421c
  3. 04 Dec, 2002 6 commits
  4. 03 Dec, 2002 5 commits
  5. 02 Dec, 2002 4 commits
  6. 30 Nov, 2002 1 commit
  7. 29 Nov, 2002 1 commit
  8. 28 Nov, 2002 11 commits
  9. 27 Nov, 2002 8 commits
  10. 26 Nov, 2002 1 commit
    • Gildas Bazin's avatar
      · 7244736d
      Gildas Bazin authored
      * modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
      unnecessary code.
      7244736d