- 18 May, 2004 3 commits
-
-
gbazin authored
* wxwindows/*: a few cleanup fixes.
-
Eric Petit authored
-
Felix Paul Kühne authored
-
- 17 May, 2004 4 commits
-
-
Felix Paul Kühne authored
* modules/gui/macosx/macosx.m: rewritten a pref-string * modules/gui/pda/pda.glade: Fixed "VLC media player" * po/de.po: Updated translation
-
ipkiss authored
- new possible action vlc.mute() to mute/un-mute - vlc.isMute is now working well (in a boolean expression)
-
gbazin authored
-
gbazin authored
-
- 16 May, 2004 8 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.
-
hartman authored
* modules/gui/macosx/controls.m: fix the autogenerated menu.
-
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
-
- 14 May, 2004 1 commit
-
-
Eric Petit authored
-
- 13 May, 2004 2 commits
-
-
Eric Petit authored
-
Eric Petit authored
instead of switching to OpenGL fullscreen mode (fixes unreachable mouse events with DVD menus, fixes the issues with people using multiple desktops, etc). Fillscreen is temporarily broken, I'll clean this up later.
-
- 12 May, 2004 2 commits
- 10 May, 2004 3 commits
- 08 May, 2004 1 commit
-
-
ipkiss authored
* skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East) because in the future resizing will be allowed in all directions * share/skins2/default/theme.xml: Updated the skin accordingly
-
- 07 May, 2004 2 commits
- 06 May, 2004 2 commits
- 05 May, 2004 2 commits
- 04 May, 2004 2 commits
-
-
ipkiss authored
I didn't remove all the code handling the removed attribute (Playlist.var), because it can still be useful if we decide to have other List controls.
-
Eric Petit authored
in window mode. I'm not sure how we can catch mouseDown events in fullscreen GL mode)
-
- 02 May, 2004 2 commits
- 01 May, 2004 1 commit
-
-
Cyril Deguet authored
handle is now stored in VlcProc. * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in VlcProc instead of the old "drawable" trick * all: renamed "Time" into "StreamTime" because of a name conflict with X11 (did i hear "namespace" ? ;)
-
- 30 Apr, 2004 5 commits
-
-
gbazin authored
-
Eric Petit authored
cannot be affected by VLC loading the next picture (should fix the artifacts when moving or resizing the window)
-
bigben authored
- old VLCInfo and InfoPanel have been removed from nib file - VLCPlaylistInfo and PlaylistInfoPanel have been renamed - old info.c and info.h are still in repository, but not compiled, should I remove them ?
-
gbazin authored
-
gbazin authored
* share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32). * modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
-