log libmenu/menu_list.c @ 32953:5e58be6ff558

age author description
2010-10-27 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
2010-09-08 diego Move menu_mouse_* extern declarations to menu.h, where they belong.
2010-02-20 diego cosmetics: Remove pointless empty lines at EOF.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-12-13 diego Add standard GPL headers.
2007-12-22 ulion OSD menu support mouse selection.
2007-12-20 ulion Add variable bx, dx to simplify code of function menu_draw_list.
2007-12-20 ulion Add local variable 'line_h' to simplify code of function menu_list_draw.
2007-12-19 ulion Currently menu title did not align center together with menu items when x>=0.
2007-12-18 ulion Here should add the minb to x when x>=0 because in later code
2007-12-04 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
2007-11-10 ulion Make page up and down with proper page size instead of always 10 rows.
2006-08-18 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
2006-04-22 albeu Verticaly center the background around the text.
2006-03-30 albeu Add a function to draw flat boxes and use it to make the list
2006-03-27 albeu Fix cycling in menu with hidden items.
2006-03-25 albeu Allow hiding list elements and disableing the pointer.
2006-03-25 albeu Allow 6 ways (up/down/left/right/ok/cancel) navigation.
2005-10-26 diego Unify include paths, -I.. is in CFLAGS.
2003-09-24 lumag Fix long-known bug with handling 'down key' in lists.
2003-02-09 arpi linux->osdep
2002-12-28 rathann Added/reordered #includes to silence warnings about "implicit declaration".
2002-11-14 albeu OSD menus initial version