log libmenu/menu_list.c @ 31705:41638ecd6025

age author description
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.
Sat, 13 Dec 2008 18:40:19 +0000 diego Add standard GPL headers.
Sat, 22 Dec 2007 06:14:38 +0000 ulion OSD menu support mouse selection.
Thu, 20 Dec 2007 07:11:48 +0000 ulion Add variable bx, dx to simplify code of function menu_draw_list.
Thu, 20 Dec 2007 02:17:29 +0000 ulion Add local variable 'line_h' to simplify code of function menu_list_draw.
Wed, 19 Dec 2007 15:21:27 +0000 ulion Currently menu title did not align center together with menu items when x>=0.
Tue, 18 Dec 2007 11:54:17 +0000 ulion Here should add the minb to x when x>=0 because in later code
Tue, 04 Dec 2007 10:42:59 +0000 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
Sat, 10 Nov 2007 02:01:41 +0000 ulion Make page up and down with proper page size instead of always 10 rows.
Fri, 18 Aug 2006 13:58:03 +0000 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Sat, 22 Apr 2006 18:29:29 +0000 albeu Verticaly center the background around the text.
Thu, 30 Mar 2006 02:52:54 +0000 albeu Add a function to draw flat boxes and use it to make the list
Mon, 27 Mar 2006 19:27:42 +0000 albeu Fix cycling in menu with hidden items.
Sat, 25 Mar 2006 18:15:37 +0000 albeu Allow hiding list elements and disableing the pointer.