]> git.sesse.net Git - vlc/commit
* added a wxwindows interface using the wxWindows cross-platform GUI framework.
authorGildas Bazin <gbazin@videolan.org>
Mon, 18 Nov 2002 13:02:16 +0000 (13:02 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 18 Nov 2002 13:02:16 +0000 (13:02 +0000)
commit62fd02558e03585671f3e1dd00d445397768743e
tree0359b8416886ab77664f4b957f442c4978420173
parentde6f58231bc46c7c057d8e247f43d6dd2ebf4a36
* added a wxwindows interface using the wxWindows cross-platform GUI framework.
   The interface is quite basic for now but should be functional anyway.
   (you need to have wxWindows >= 2.3.0 installed to use this plugin)
18 files changed:
configure.ac.in
modules/LIST
modules/Makefile.am
modules/gui/wxwindows/.cvsignore [new file with mode: 0644]
modules/gui/wxwindows/Modules.am [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/disc.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/file.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/net.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/next.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/pause.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/play.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/playlist.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/previous.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/stop.xpm [new file with mode: 0644]
modules/gui/wxwindows/interface.cpp [new file with mode: 0644]
modules/gui/wxwindows/timer.cpp [new file with mode: 0644]
modules/gui/wxwindows/wxwindows.cpp [new file with mode: 0644]
modules/gui/wxwindows/wxwindows.h [new file with mode: 0644]