log libmenu/menu.c @ 37182:1c64016edce3

age author description
Sun, 06 Apr 2014 17:56:13 +0000 reimar menu: Add a few "const" to string arguments.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 10 Nov 2012 13:29:26 +0000 reimar Fix const correctness.
Sat, 10 Nov 2012 13:25:25 +0000 reimar Fix leaks in case of error.
Thu, 19 Jan 2012 14:36:15 +0000 diego Move static keyword to the beginning of function declarations.
Sun, 08 May 2011 08:52:43 +0000 reimar Move some common fribidi code into a shared function.
Sat, 07 May 2011 19:06:26 +0000 reimar Fix variable type and values to match function prototype.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:53:24 +0000 cigaes Move osd.[ch] and osd_template.c from libvo to sub.
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.
Mon, 13 Sep 2010 03:56:24 +0000 diego const-correctness for the menu_info_t OSD menu info declarations
Mon, 12 Jul 2010 21:38:39 +0000 diego Remove unused static function menu_text_get_next_line, fixes the warning:
Thu, 06 May 2010 10:18:25 +0000 cehoyos Add support for 12-bit color mode on framebuffer devices.
Thu, 18 Feb 2010 09:26:00 +0000 diego Mark some more functions that are not used outside of their files as static.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 13 Dec 2008 18:40:19 +0000 diego Add standard GPL headers.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Wed, 20 Feb 2008 08:51:53 +0000 diego Remove pointless #ifdefs around extern declarations.
Wed, 26 Dec 2007 13:13:48 +0000 ulion From now on, libmenu does not steal all input keys from input modules.
Sat, 22 Dec 2007 06:14:38 +0000 ulion OSD menu support mouse selection.
Wed, 19 Dec 2007 09:34:28 +0000 ulion Calculate and draw osd accurately.
Tue, 18 Dec 2007 10:45:43 +0000 ulion Fix the menu uninit function name.
Mon, 17 Dec 2007 15:01:14 +0000 ulion Fix indent for last commit.
Mon, 17 Dec 2007 14:58:46 +0000 ulion Ignore elements of keybindings other than 'binding'.
Mon, 17 Dec 2007 14:55:45 +0000 ulion Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
Mon, 17 Dec 2007 14:53:38 +0000 ulion Display parsed keycode in verbose output.
Fri, 14 Dec 2007 08:39:45 +0000 ulion Support chapter in OSD menu.
Wed, 12 Dec 2007 06:32:54 +0000 ulion Fix memory leak. I thought asx_get_attrib() return a const char *,
Tue, 11 Dec 2007 08:11:21 +0000 ulion Support to run multiple mplayer commands set in menu.conf
Tue, 04 Dec 2007 10:42:59 +0000 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
Sun, 02 Dec 2007 11:14:50 +0000 ulion Add type info to menu_t, now we can get the menu name and the type name of menu.
Mon, 05 Nov 2007 02:45:59 +0000 ulion Warning fixes:
Sun, 20 May 2007 15:17:56 +0000 ben get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf
Mon, 07 May 2007 20:45:23 +0000 ben fix libmenu compilation with fridibi enabled
Mon, 07 May 2007 19:48:15 +0000 ben cast to what's really expected
Mon, 07 May 2007 17:02:42 +0000 ben use already existing function to get utf8 char in libmenu (thx to reimar)
Mon, 07 May 2007 16:51:53 +0000 ben used FFMAX macro as pointed out by reimar
Mon, 07 May 2007 16:48:55 +0000 ben removed useless casts as pointed out by reimar
Mon, 07 May 2007 15:59:53 +0000 ben support for hebrew through fribidi in libmenu (geexbox patch #580)
Mon, 07 May 2007 15:55:58 +0000 ben support for unicode/utf8 in libmenu (geexbox patch #545)
Wed, 21 Feb 2007 18:28:48 +0000 uau Fix menu to work with mpctx
Thu, 04 Jan 2007 16:00:27 +0000 gpoirier fix gprof support (aka work around gprof's brain dead design)
Sun, 29 Oct 2006 21:52:26 +0000 reimar Fix possible crash: negative values may no be passed to render_one_glyph
Fri, 18 Aug 2006 13:58:03 +0000 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
Sat, 22 Apr 2006 17:04:38 +0000 albeu There is a draw_alpha for uyvy, use it.
Sat, 22 Apr 2006 16:22:33 +0000 albeu Fix menu background drawing.
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
Thu, 30 Mar 2006 02:52:54 +0000 albeu Add a function to draw flat boxes and use it to make the list
Sat, 25 Mar 2006 17:32:10 +0000 albeu Allow 6 ways (up/down/left/right/ok/cancel) navigation.
Wed, 26 Oct 2005 00:07:43 +0000 diego Unify include paths, -I.. is in CFLAGS.
Sat, 16 Aug 2003 09:51:05 +0000 albeu Finnaly commit Nico's dvb menu. Sorry for committing this
Wed, 09 Jul 2003 01:30:24 +0000 diego output typo fixes: unknow --> unknown
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Sun, 02 Feb 2003 01:43:40 +0000 arpi Fixes a problem where the menu won't work, if you just use freetype fonts
Sun, 26 Jan 2003 16:02:58 +0000 arpi mplayer crashes if one tries to use osd menu without having a font