log libmenu/menu.h @ 35350:ee265b18d653

age author description
2012-11-10 reimar Fix const correctness.
2010-09-09 diego Mark vf_info_menu declaration as const.
2010-09-08 diego Move vf_info_menu extern declaration to menu.h, where it belongs.
2010-09-08 diego Move menu_mouse_* extern declarations to menu.h, where they belong.
2010-06-17 diego Move menu-related extern variable declarations to menu.h.
2010-02-21 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
2010-02-14 diego Declare vf_menu_pause_update in libmenu/menu.h.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-12-13 diego Add standard GPL headers.
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-01-01 diego Add multiple inclusion guards to all header files that lack them.
2007-12-26 ulion From now on, libmenu does not steal all input keys from input modules.
2007-12-22 ulion OSD menu support mouse selection.
2007-12-18 ulion Fix the menu uninit function name.
2007-12-18 ulion Replace another m_struct_t by 'struct m_struct_st' to remove depedency
2007-12-18 ulion Remove dependency on m_struct.h when include libmenu/menu.h.
2007-12-04 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
2007-12-02 ulion Add type info to menu_t, now we can get the menu name and the type name of menu.
2007-02-21 uau Fix menu to work with mpctx
2006-08-22 ben support multiple actions in menu's file browser using key bindings
2006-04-22 albeu Fix menu background drawing.
2006-03-30 albeu Add a function to draw flat boxes and use it to make the list
2006-03-25 albeu Allow 6 ways (up/down/left/right/ok/cancel) navigation.
2002-11-14 albeu OSD menus initial version