aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/vf_menu.c
Commit message (Expand)AuthorAge
* menu: Move vf_info_menu extern declaration to menu.hGravatar diego2010-11-02
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* input: remove unused "paused" arguments from some functionsGravatar Uoti Urpala2010-04-25
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Implement vsync-aware frame timing for VDPAUGravatar Uoti Urpala2009-11-15
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Add standard GPL headers.Gravatar diego2008-12-13
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Remove pointless attribute_used from variable declaration.Gravatar diego2008-10-16
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
|/
* 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