log libmenu/menu.h @ 37195:ac6c37d85d65 default tip

age author description
Sun, 06 Apr 2014 17:56:13 +0000 reimar menu: Add a few "const" to string arguments.
Sat, 10 Nov 2012 13:29:26 +0000 reimar Fix const correctness.
Thu, 09 Sep 2010 10:39:08 +0000 diego Mark vf_info_menu declaration as const.
Wed, 08 Sep 2010 18:34:21 +0000 diego Move vf_info_menu extern declaration to menu.h, where it belongs.
Wed, 08 Sep 2010 18:21:49 +0000 diego Move menu_mouse_* extern declarations to menu.h, where they belong.
Thu, 17 Jun 2010 09:12:38 +0000 diego Move menu-related extern variable declarations to menu.h.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 14 Feb 2010 14:54:48 +0000 diego Declare vf_menu_pause_update in libmenu/menu.h.
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.
Wed, 05 Mar 2008 08:24:59 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Tue, 01 Jan 2008 21:35:58 +0000 diego Add multiple inclusion guards to all header files that lack them.
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.
Tue, 18 Dec 2007 10:45:43 +0000 ulion Fix the menu uninit function name.
Tue, 18 Dec 2007 09:44:54 +0000 ulion Replace another m_struct_t by 'struct m_struct_st' to remove depedency
Tue, 18 Dec 2007 04:07:48 +0000 ulion Remove dependency on m_struct.h when include libmenu/menu.h.
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.
Wed, 21 Feb 2007 18:28:48 +0000 uau Fix menu to work with mpctx
Tue, 22 Aug 2006 19:59:53 +0000 ben support multiple actions in menu's file browser using key bindings
Sat, 22 Apr 2006 16:22:33 +0000 albeu Fix menu background drawing.
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.
Thu, 14 Nov 2002 23:47:11 +0000 albeu OSD menus initial version