[vlc-devel] CVS Commit (gbazin)

cvs at videolan.org cvs at videolan.org
Mon May 5 00:42:18 CEST 2003


Update of /var/cvs/videolan/vlc/include
Modified Files:
	audio_output.h variables.h 

Update of /var/cvs/videolan/vlc/modules/access/dvd
Modified Files:
	access.c 

Update of /var/cvs/videolan/vlc/modules/access/dvdplay
Modified Files:
	access.c 

Update of /var/cvs/videolan/vlc/modules/access/dvdread
Modified Files:
	input.c 

Update of /var/cvs/videolan/vlc/modules/access/satellite
Modified Files:
	access.c 

Update of /var/cvs/videolan/vlc/modules/access/vcd
Modified Files:
	vcd.c 

Update of /var/cvs/videolan/vlc/modules/audio_output
Modified Files:
	alsa.c coreaudio.c directx.c oss.c sdl.c waveout.c 

Update of /var/cvs/videolan/vlc/modules/control/rc
Modified Files:
	rc.c 

Update of /var/cvs/videolan/vlc/modules/gui/gtk
Modified Files:
	menu.c 

Update of /var/cvs/videolan/vlc/modules/gui/macosx
Modified Files:
	intf.m vout.m 

Update of /var/cvs/videolan/vlc/modules/gui/win32
Modified Files:
	menu.cpp 

Update of /var/cvs/videolan/vlc/modules/gui/wxwindows
Modified Files:
	Modules.am interface.cpp timer.cpp wxwindows.h 
Added Files:
	menus.cpp 
Removed Files:
	popup.cpp 

Update of /var/cvs/videolan/vlc/modules/misc/dummy
Modified Files:
	dummy.c 

Update of /var/cvs/videolan/vlc/modules/misc/testsuite
Modified Files:
	test4.c 

Update of /var/cvs/videolan/vlc/src/audio_output
Modified Files:
	output.c 

Update of /var/cvs/videolan/vlc/src/input
Modified Files:
	input_ext-intf.c input_programs.c 

Update of /var/cvs/videolan/vlc/src/misc
Modified Files:
	variables.c 

Log Message:

* src/misc/variables.c, ALL: improvements to the object variables api.
   - added another argument to var_Change().
   - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
     that are used to set/get a friendly name to an object variable.
   - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
     the number of availabel choices without having to get their value 
     as well.
   - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
     a friendly name to the choice value.
   - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
     names.

* modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.


-- 
gbazin
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list