1. 07 Dec, 2002 4 commits
    • Eric Petit's avatar
      * default disabled SAP under BeOS · 9e4b72d5
      Eric Petit authored
      9e4b72d5
    • Arnaud Schauly's avatar
      fixed my last commit. · 6f8cc1d6
      Arnaud Schauly authored
      6f8cc1d6
    • Eric Petit's avatar
      * use RGB32 BBitmap. That fixes the bad-looking picture in · 490a5961
      Eric Petit authored
         non-overlay mode (thanks Sam).
      490a5961
    • Gildas Bazin's avatar
      · 0d62cd7d
      Gildas Bazin authored
      * ALL: a few updates to the variables API:
        - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
      instead. This simplifies things and avoid the strange command variables behaviour. Command
      variables will now trigger their callback on var_Set() like any other variables (look in
      modules/control/rc/rc.c for an example).
        - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
        - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
      VLC_VAR_ISCOMMAND for instance.
      0d62cd7d
  2. 06 Dec, 2002 10 commits
  3. 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
  4. 04 Dec, 2002 6 commits
  5. 03 Dec, 2002 5 commits
  6. 02 Dec, 2002 4 commits
  7. 30 Nov, 2002 1 commit
  8. 29 Nov, 2002 1 commit
  9. 28 Nov, 2002 7 commits