]> git.sesse.net Git - vlc/commit
Hurg !
authorPierre Baillet <octplane@videolan.org>
Thu, 8 Mar 2001 13:32:55 +0000 (13:32 +0000)
committerPierre Baillet <octplane@videolan.org>
Thu, 8 Mar 2001 13:32:55 +0000 (13:32 +0000)
commit585b6ad74c4a691ae417cb975179f3c90217fece
treea6563f766074bbb2f6312534064da5cbbee75f75
parent022b6f08a7017f08b1927c663b14b4b9704f5a6c
Hurg !
###code is dirty###
Please clean it for me :P
(or at least, tell me how to clean it)

. Slightly modified playlist base interface
  (Added a function to jump directly to an item, used for double clicking)

. Added manymanycallbacks
. Added the playlist dialog
. Added Dnd support for intf_window and the clist1
  . support URI and plain file(s)/folder(s)
. Added "show/hide main window" menuitem in intf_popup
. Added bugs :P

Enjoy and please bug report.
14 files changed:
Makefile.in
configure
include/intf_plst.h
include/intf_urldecode.h [new file with mode: 0644]
plugins/gtk/gtk_callbacks.c
plugins/gtk/gtk_callbacks.h
plugins/gtk/gtk_interface.c
plugins/gtk/gtk_interface.h
plugins/gtk/gtk_playlist.c [new file with mode: 0644]
plugins/gtk/gtk_sys.h
plugins/gtk/intf_gtk.c
plugins/gtk/intf_gtk.glade
src/interface/intf_plst.c
src/interface/intf_urldecode.c [new file with mode: 0644]