log libmenu/vf_menu.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 06 Apr 2014 17:57:33 +0000 reimar vf_menu: try to make code more straight-forward.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Thu, 09 Sep 2010 18:52:56 +0000 diego Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
Thu, 09 Sep 2010 10:39:08 +0000 diego Mark vf_info_menu declaration as const.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sat, 13 Dec 2008 18:40:19 +0000 diego Add standard GPL headers.
Thu, 16 Oct 2008 18:08:18 +0000 diego Remove pointless attribute_used from variable declaration.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Fri, 16 May 2008 09:42:28 +0000 diego cosmetics: Remove useless parentheses from return statements.
Sun, 27 Jan 2008 15:14:02 +0000 reimar Allow independent scaling of vo_font and sub_font.
Wed, 26 Dec 2007 13:13:48 +0000 ulion From now on, libmenu does not steal all input keys from input modules.
Tue, 25 Dec 2007 04:30:16 +0000 ulion Simplify the condition code.
Sat, 22 Dec 2007 06:14:38 +0000 ulion OSD menu support mouse selection.
Tue, 04 Dec 2007 10:42:59 +0000 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
Sun, 02 Dec 2007 14:24:23 +0000 reimar Mark several uses of vo_functions_t as const to stop some of the current
Thu, 15 Nov 2007 01:07:56 +0000 ulion Remove the pause filter and the cmd queue hack, to know the mplayer going to
Thu, 08 Nov 2007 05:41:26 +0000 ulion Fix pause key problem in correct way, only handle pause cmd when showing menu.
Sat, 03 Nov 2007 16:22:45 +0000 reimar Fix link to email explaining the paused vf_menu behaviour change
Sat, 04 Aug 2007 22:12:49 +0000 cehoyos Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Fri, 25 May 2007 10:26:39 +0000 ben rename some menu open functions, to avoid confusion with libc native open()
Sun, 20 May 2007 16:10:45 +0000 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
Wed, 21 Feb 2007 18:28:48 +0000 uau Fix menu to work with mpctx
Tue, 16 Jan 2007 13:28:22 +0000 gpoirier fix identation, broken by last commit
Tue, 16 Jan 2007 13:24:03 +0000 gpoirier speeds up mplayer execution by over FIVE times when all of the of the following apply:
Sat, 06 Jan 2007 13:31:16 +0000 gpoirier woops, actually fix URL this time
Sat, 06 Jan 2007 10:07:45 +0000 gpoirier update comment url
Thu, 04 Jan 2007 16:46:15 +0000 ben allows OSD menu to be displayed when using MPEG PES video out
Tue, 22 Aug 2006 19:40:50 +0000 ben fix menu toggle/hide issues
Thu, 30 Mar 2006 06:40:58 +0000 reynaldo Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
Sat, 25 Mar 2006 17:32:10 +0000 albeu Allow 6 ways (up/down/left/right/ok/cancel) navigation.
Tue, 21 Mar 2006 22:31:49 +0000 michael 10l (forgot ...)
Wed, 26 Oct 2005 00:07:43 +0000 diego Unify include paths, -I.. is in CFLAGS.
Sat, 02 Oct 2004 12:17:28 +0000 faust3 support newer gcc
Wed, 15 Sep 2004 13:37:49 +0000 faust3 option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.org>
Wed, 09 Jul 2003 01:30:24 +0000 diego output typo fixes: unknow --> unknown
Thu, 10 Apr 2003 15:07:59 +0000 alex 10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
Sun, 30 Mar 2003 17:15:19 +0000 albeu 10L forgot this filter.
Sun, 29 Dec 2002 14:59:23 +0000 arpi these patches let ,,oldstyle'' and freetype subtitle renderers live
Sat, 28 Dec 2002 18:51:10 +0000 rathann Added/reordered #includes to silence warnings about "implicit declaration".
Fri, 22 Nov 2002 12:01:59 +0000 colin better fix for my previous 10l
Thu, 21 Nov 2002 18:31:21 +0000 colin don't fully-copy the planes if the menu doesn't show (faster)
Mon, 18 Nov 2002 00:09:37 +0000 albeu Fix freetype. Freetype is highly recommended for a nice output ;)
Thu, 14 Nov 2002 23:47:11 +0000 albeu OSD menus initial version