log libmenu/menu_list.c @ 27305:b20d1786f838

age author description
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.