]> git.sesse.net Git - vlc/commit
* modules/gui/wxwindows/*: don't forget to delete the timer.
authorGildas Bazin <gbazin@videolan.org>
Tue, 14 Oct 2003 22:41:41 +0000 (22:41 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 14 Oct 2003 22:41:41 +0000 (22:41 +0000)
commit3a5ec777c6ebdb84f8b908c7613a73499e0c8a43
tree42a253c96373509775b890300912bb33e88941bf
parent980bfb98009d0c1d3cc8c940f344dfee64a913dc
* modules/gui/wxwindows/*: don't forget to delete the timer.
   Use wxApp::OnExit() to cleanup the dialogs provider.
   Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu.
* modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS.
   Don't forget to attach/detach the dialogs provider to its parent intf.
   Work around a bug in imlib2 when we close the plugin.
* src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers.
* src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).
include/vlc_interface.h
include/vlc_objects.h
modules/gui/skins/src/dialogs.cpp
modules/gui/skins/src/skin_main.cpp
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/menus.cpp
modules/gui/wxwindows/timer.cpp
modules/gui/wxwindows/wxwindows.cpp
modules/gui/wxwindows/wxwindows.h
src/interface/interface.c
src/misc/objects.c