]> git.sesse.net Git - vlc/commit
(note: empty CVS mails mean that a new directory has been created,
authorSam Hocevar <sam@videolan.org>
Wed, 21 Feb 2001 11:49:18 +0000 (11:49 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 21 Feb 2001 11:49:18 +0000 (11:49 +0000)
commitbec589af3d0359470566d1013d119dd079d81374
tree7a1d856a8daada6654f01ad91896da32a3123848
parent910f40f93c543d78c5c9f3da3f5a5706be98b453
  (note: empty CVS mails mean that a new directory has been created,
   don't forget to use the -p option if you cvs update)

  * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
    people. Gtk+ is now compiled by default, while Gnome isn't (you will
    have to add --enable-gnome when running configure)
  * Replaced -lcurses with -lncurses in configure.in.
22 files changed:
INSTALL
Makefile.in
configure
configure.in
plugins/gnome/gnome_interface.c
plugins/gnome/intf_gnome.glade
plugins/gtk/.cvsignore [new file with mode: 0644]
plugins/gtk/gtk.c [new file with mode: 0644]
plugins/gtk/gtk.o [new file with mode: 0644]
plugins/gtk/gtk_callbacks.c [new file with mode: 0644]
plugins/gtk/gtk_callbacks.h [new file with mode: 0644]
plugins/gtk/gtk_callbacks.o [new file with mode: 0644]
plugins/gtk/gtk_interface.c [new file with mode: 0644]
plugins/gtk/gtk_interface.h [new file with mode: 0644]
plugins/gtk/gtk_interface.o [new file with mode: 0644]
plugins/gtk/gtk_support.c [new file with mode: 0644]
plugins/gtk/gtk_support.h [new file with mode: 0644]
plugins/gtk/gtk_support.o [new file with mode: 0644]
plugins/gtk/gtk_sys.h [new file with mode: 0644]
plugins/gtk/intf_gtk.c [new file with mode: 0644]
plugins/gtk/intf_gtk.glade [new file with mode: 0644]
plugins/gtk/intf_gtk.o [new file with mode: 0644]