1. 26 Oct, 2003 3 commits
    • Gildas Bazin's avatar
      · 54167ecf
      Gildas Bazin authored
      * INSTALL.win32: updated build instructions.
      54167ecf
    • Gildas Bazin's avatar
      · a27027bb
      Gildas Bazin authored
      * configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
      a27027bb
    • Sigmund Augdal Helberg's avatar
      src/libvlc.c: · 9ec1b8a0
      Sigmund Augdal Helberg authored
       * created a variable "key-pressed" in p_vlc that can be used to
         report or read key presses
       * allways try to start hotkeys interface in the background
      configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
       * a new control module that reads keypresses from "key-pressed" and
         performs an action depending on what is asosiated with this key.
         Also uses nice on screen messages to indicate what action was performed
      modules/video_filter/filter_common.h:
       * removed code to pass old style key reporting through filters
      modules/video_output/x11/xcommon.c:
       * report key-presses through the new mechanism. Incomplete, I need help
         with this.
      9ec1b8a0
  2. 25 Oct, 2003 7 commits
  3. 24 Oct, 2003 14 commits
  4. 23 Oct, 2003 13 commits
  5. 22 Oct, 2003 3 commits
    • Gildas Bazin's avatar
      · 0ca852db
      Gildas Bazin authored
      * NEWS, modules/LIST: updated with the new features.
      0ca852db
    • Olivier Teulière's avatar
      * modules/gui/skins/*: Added a "playondrop" attribute to the "Window" · bbf9da7d
      Olivier Teulière authored
           tag, which enables to choose whether drop files should be played
           directly or only enqueued (default is "true", to be backwards
           compatible).
           Implemented on win32 and x11, only tested on win32.
       * doc/skins/skins-howto.txt: Updated the doc accordingly
      bbf9da7d
    • Gildas Bazin's avatar
      · 2b22ca83
      Gildas Bazin authored
      * modules/codec/speex.c: fixed a couple of bugs.
      2b22ca83