aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/vf_menu.c
Commit message (Expand)AuthorAge
* Remove pointless attribute_used from variable declaration.Gravatar diego2008-10-16
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* Simplify the condition code.Gravatar ulion2007-12-25
* OSD menu support mouse selection.Gravatar ulion2007-12-22
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Remove the pause filter and the cmd queue hack, to know the mplayer going toGravatar ulion2007-11-15
* Fix pause key problem in correct way, only handle pause cmd when showing menu.Gravatar ulion2007-11-08
* Fix link to email explaining the paused vf_menu behaviour changeGravatar reimar2007-11-03
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.Gravatar cehoyos2007-08-04
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* rename some menu open functions, to avoid confusion with libc native open()Gravatar ben2007-05-25
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* Fix menu to work with mpctxGravatar uau2007-02-21
* fix identation, broken by last commitGravatar gpoirier2007-01-16
* speeds up mplayer execution by over FIVE times when all of the of the followi...Gravatar gpoirier2007-01-16
* woops, actually fix URL this timeGravatar gpoirier2007-01-06
* update comment urlGravatar gpoirier2007-01-06
* allows OSD menu to be displayed when using MPEG PES video outGravatar ben2007-01-04
* fix menu toggle/hide issuesGravatar ben2006-08-22
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-30
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.Gravatar albeu2006-03-25
* 10l (forgot ...)Gravatar michael2006-03-21
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-10-26
* support newer gccGravatar faust32004-10-02
* option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage....Gravatar faust32004-09-15
* output typo fixes: unknow --> unknownGravatar diego2003-07-09
* 10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>Gravatar alex2003-04-10
* 10L forgot this filter.Gravatar albeu2003-03-30
* these patches let ,,oldstyle'' and freetype subtitle renderers liveGravatar arpi2002-12-29
* Added/reordered #includes to silence warnings about "implicit declaration".Gravatar rathann2002-12-28
* better fix for my previous 10lGravatar colin2002-11-22
* don't fully-copy the planes if the menu doesn't show (faster)Gravatar colin2002-11-21
* Fix freetype. Freetype is highly recommended for a nice output ;)Gravatar albeu2002-11-18
* OSD menus initial versionGravatar albeu2002-11-14