- 18 May, 2004 1 commit
-
-
gbazin authored
* wxwindows/*: a few cleanup fixes.
-
- 17 May, 2004 2 commits
- 16 May, 2004 7 commits
-
-
gbazin authored
+ vout_RequestWindow() will now cycle through all the available interfaces until it finds one with embedded vout support. This fixes the issue where embedded vout would stop working when additional interfaces are spawned after the main interface is started. + vout_RequestWindow() now stores the parent interface pointer into the vout object for later use by vout_ControlWindow() and vout_ReleaseWindow(). + added a vout_vaControlDefault() called by the vouts pf_control() when they don't handle something. * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c: + call vout_vaControlDefault(). * modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is about to be destroyed.
-
gbazin authored
-
gbazin authored
* modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
-
gbazin authored
-
gbazin authored
-
zorglub authored
-
zorglub authored
-
- 12 May, 2004 1 commit
-
-
gbazin authored
-
- 10 May, 2004 1 commit
-
-
gbazin authored
-
- 07 May, 2004 1 commit
-
-
gbazin authored
-
- 05 May, 2004 1 commit
-
-
gbazin authored
-
- 02 May, 2004 1 commit
-
-
ipkiss authored
style fixes
-
- 30 Apr, 2004 2 commits
- 29 Apr, 2004 2 commits
- 27 Apr, 2004 3 commits
-
-
gbazin authored
-
gbazin authored
-
Sam Hocevar authored
-
- 26 Apr, 2004 3 commits
- 25 Apr, 2004 1 commit
-
-
Cyril Deguet authored
the dialog provider: fixes tons of errors such as "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
-
- 23 Apr, 2004 3 commits
- 20 Apr, 2004 7 commits
-
-
Anil Daoud authored
-
gbazin authored
* modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
-
gbazin authored
* modules/gui/skins2/src/skin_main.cpp: "play on start" support. * src/interface/interface.c: explicit init of b_play. * src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
-
gbazin authored
When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts). * src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype. * src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves. * modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
-
gbazin authored
-
gbazin authored
-
dionoea authored
* added restore to default settings button (for those sliders)
-
- 18 Apr, 2004 1 commit
-
-
zorglub authored
* Fixed layout of the item info dialog
-
- 16 Apr, 2004 1 commit
-
-
Felix Paul Kühne authored
* modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi" * modules/gui/wxwindows/wizard.cpp: minor string-corrections * modules/misc/logger.c: more minor string-corrections * modules/misc/sap.c: ditto * src/libvlc.h: ditto * po/de.po: updated german translation
-
- 14 Apr, 2004 1 commit
-
-
sigmunau authored
-
- 12 Apr, 2004 1 commit
-
-
gbazin authored
-