]> git.sesse.net Git - vlc/commit
* The pure Gnome part of the Gnome interface has been rewritten from
authorSam Hocevar <sam@videolan.org>
Mon, 12 Feb 2001 00:20:37 +0000 (00:20 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 12 Feb 2001 00:20:37 +0000 (00:20 +0000)
commit02d21f72faf6bfb54119e2e28ac03d81682ec332
treedf104e4cc99ee85760c615d9132eca6a5a073599
parent959674591f4ec45888fcb34321958d080efd73cd
 * The pure Gnome part of the Gnome interface has been rewritten from
   scratch, and the .glade file included as well. You can edit it by
   installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
   or directly by hand if you grok XML.
 * Files can now be loaded into vlc using the `Open' buttons. But for the
   moment you still have to launch vlc with at least one file, because it
   quits when the end of the playlist is reached.
 * Idle screen was disabled because it eats a lot of CPU and is mostly
   useless for the moment. And it gets activated when pause lasts for too
   long.
13 files changed:
AUTHORS
plugins/gnome/.cvsignore [new file with mode: 0644]
plugins/gnome/gnome_callbacks.c
plugins/gnome/gnome_callbacks.h
plugins/gnome/gnome_interface.c
plugins/gnome/gnome_interface.h
plugins/gnome/gnome_support.c
plugins/gnome/gnome_sys.h
plugins/gnome/intf_gnome.c
plugins/gnome/intf_gnome.glade [new file with mode: 0644]
plugins/sdl/vout_sdl.c
src/interface/interface.c
src/video_output/video_output.c