aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/menu_list.c
Commit message (Expand)AuthorAge
* menu: Move menu_mouse_* extern declarations to menu.hGravatar diego2010-11-02
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Add standard GPL headers.Gravatar diego2008-12-13
* OSD menu support mouse selection.Gravatar ulion2007-12-22
* Add variable bx, dx to simplify code of function menu_draw_list.Gravatar ulion2007-12-20
* Add local variable 'line_h' to simplify code of function menu_list_draw.Gravatar ulion2007-12-20
* Currently menu title did not align center together with menu items when x>=0.Gravatar ulion2007-12-19
* Here should add the minb to x when x>=0 because in later codeGravatar ulion2007-12-18
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* Make page up and down with proper page size instead of always 10 rows.Gravatar ulion2007-11-10
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Verticaly center the background around the text.Gravatar albeu2006-04-22
* Add a function to draw flat boxes and use it to make the listGravatar albeu2006-03-30
* Fix cycling in menu with hidden items.Gravatar albeu2006-03-27
* Allow hiding list elements and disableing the pointer.Gravatar albeu2006-03-25
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.Gravatar albeu2006-03-25
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-10-26
* Fix long-known bug with handling 'down key' in lists.Gravatar lumag2003-09-24
* linux->osdepGravatar arpi2003-02-09
* Added/reordered #includes to silence warnings about "implicit declaration".Gravatar rathann2002-12-28
* OSD menus initial versionGravatar albeu2002-11-14