]> git.sesse.net Git - vlc/commit
* Added a win32 interface plugin, developed with Borland C++ Builder.
authorOlivier Teulière <ipkiss@videolan.org>
Mon, 25 Mar 2002 23:36:57 +0000 (23:36 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Mon, 25 Mar 2002 23:36:57 +0000 (23:36 +0000)
commit8092e418ac7e8b587bee9cf26cd1b5a837d2ae94
treee89f3b9e6137134ac66446c9803ef46227476b04
parentb1afd5e6b3a59f30e1dec8473c0c2a26d1a96abb
 * Added a win32 interface plugin, developed with Borland C++ Builder.
   To build the plugin, follow the instructions in INSTALL-win32.txt

 * Known bugs:
        - subtitles don't work
        - a crash occurs when the user exits by pressing 'q' in the vout
        - when moving the slider, position in the stream updates even if
          the slider isn't released yet

 * TODO list:
        - clean code in menu.cpp
        - adapt lool's enhancements of the Gtk+ preferences box
        - write drag-and-drop stuff
        - and of course, fix known bugs :)

 * For those of you who can't wait till the next release to test the win32
   interface, binary files are available here:
   http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
   Enjoy!
34 files changed:
INSTALL-win32.txt
include/common.h
plugins/win32/about.cpp [new file with mode: 0644]
plugins/win32/about.dfm [new file with mode: 0644]
plugins/win32/about.h [new file with mode: 0644]
plugins/win32/control.cpp [new file with mode: 0644]
plugins/win32/control.h [new file with mode: 0644]
plugins/win32/disc.cpp [new file with mode: 0644]
plugins/win32/disc.dfm [new file with mode: 0644]
plugins/win32/disc.h [new file with mode: 0644]
plugins/win32/intf_win32.cpp [new file with mode: 0644]
plugins/win32/intfwin.bpf [new file with mode: 0644]
plugins/win32/intfwin.bpr [new file with mode: 0644]
plugins/win32/mainframe.cpp [new file with mode: 0644]
plugins/win32/mainframe.dfm [new file with mode: 0644]
plugins/win32/mainframe.h [new file with mode: 0644]
plugins/win32/menu.cpp [new file with mode: 0644]
plugins/win32/menu.h [new file with mode: 0644]
plugins/win32/messages.cpp [new file with mode: 0644]
plugins/win32/messages.dfm [new file with mode: 0644]
plugins/win32/messages.h [new file with mode: 0644]
plugins/win32/network.cpp [new file with mode: 0644]
plugins/win32/network.dfm [new file with mode: 0644]
plugins/win32/network.h [new file with mode: 0644]
plugins/win32/playlist.cpp [new file with mode: 0644]
plugins/win32/playlist.dfm [new file with mode: 0644]
plugins/win32/playlist.h [new file with mode: 0644]
plugins/win32/preferences.cpp [new file with mode: 0644]
plugins/win32/preferences.dfm [new file with mode: 0644]
plugins/win32/preferences.h [new file with mode: 0644]
plugins/win32/win32.cpp
plugins/win32/win32.h [new file with mode: 0644]
plugins/win32/win32_common.h [new file with mode: 0644]
share/vlc48x48.ico [new file with mode: 0644]