summaryrefslogtreecommitdiffstats
path: root/libmenu/vf_menu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-041-0/+8
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* Remove the pause filter and the cmd queue hack, to know the mplayer going toulion2007-11-151-29/+10
* Fix pause key problem in correct way, only handle pause cmd when showing menu.ulion2007-11-081-7/+3
* Fix link to email explaining the paused vf_menu behaviour changereimar2007-11-031-1/+6
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.cehoyos2007-08-041-54/+0
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* rename some menu open functions, to avoid confusion with libc native open()ben2007-05-251-2/+2
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-201-1/+2
* Fix menu to work with mpctxuau2007-02-211-2/+2
* fix identation, broken by last commitgpoirier2007-01-161-12/+12
* speeds up mplayer execution by over FIVE times when all of the of the followi...gpoirier2007-01-161-0/+5
* woops, actually fix URL this timegpoirier2007-01-061-1/+1
* update comment urlgpoirier2007-01-061-1/+1
* allows OSD menu to be displayed when using MPEG PES video outben2007-01-041-0/+16
* fix menu toggle/hide issuesben2006-08-221-2/+2
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-301-2/+4
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-251-0/+4
* 10l (forgot ...)michael2006-03-211-4/+4
* Unify include paths, -I.. is in CFLAGS.diego2005-10-261-10/+10
* support newer gccfaust32004-10-021-1/+1
* option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage....faust32004-09-151-0/+3
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* 10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>alex2003-04-101-0/+2
* 10L forgot this filter.albeu2003-03-301-1/+2
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-291-1/+1
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-281-0/+3
* better fix for my previous 10lcolin2002-11-221-1/+2
* don't fully-copy the planes if the menu doesn't show (faster)colin2002-11-211-0/+16
* Fix freetype. Freetype is highly recommended for a nice output ;)albeu2002-11-181-0/+13
* OSD menus initial versionalbeu2002-11-141-0/+251