]> git.sesse.net Git - vlc/commit
* Fixed a bug in the gtk interface which caused vlc to go amok after
authorSam Hocevar <sam@videolan.org>
Thu, 9 Aug 2001 08:20:26 +0000 (08:20 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 9 Aug 2001 08:20:26 +0000 (08:20 +0000)
commit3007c6b8853dcac1d84cf978d1075d64e941a434
tree710b02481b263145bc9b0f096bc0dbde385c4112
parente9ea66aebac813f9513230d2b107e8524ccbf9c8
  * Fixed a bug in the gtk interface which caused vlc to go amok after
    having met a zero-sized area.
  * Found out how to type '�' in vim :-)
  * Added missing bloat to modules_export.h.
  * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
  * Added vlc:loop playlist command to go back at the beginning.
    Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
    This change isn't very elegant but there are already bugs in the
    playlist handling, I'll try to polish it once the playlist is fixed.
AUTHORS
ChangeLog
Makefile
extras/libdvdcss/ioctl.c
include/modules_export.h
plugins/dummy/input_dummy.c
plugins/gtk/gtk_display.c
src/input/input.c
src/interface/intf_playlist.c