summaryrefslogtreecommitdiffstats
path: root/libmenu/menu_list.c
Commit message (Expand)AuthorAgeFilesLines
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-251-331/+0
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-1/+1
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* menu: Move menu_mouse_* extern declarations to menu.hdiego2010-11-021-3/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+6
* Add standard GPL headers.diego2008-12-131-0/+17
* OSD menu support mouse selection.ulion2007-12-221-0/+45
* Add variable bx, dx to simplify code of function menu_draw_list.ulion2007-12-201-7/+9
* Add local variable 'line_h' to simplify code of function menu_list_draw.ulion2007-12-201-8/+10
* Currently menu title did not align center together with menu items when x>=0.ulion2007-12-191-3/+3
* Here should add the minb to x when x>=0 because in later codeulion2007-12-181-1/+1
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-041-38/+29
* Make page up and down with proper page size instead of always 10 rows.ulion2007-11-101-12/+14
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-2/+2
* Verticaly center the background around the text.albeu2006-04-221-3/+3
* Add a function to draw flat boxes and use it to make the listalbeu2006-03-301-7/+25
* Fix cycling in menu with hidden items.albeu2006-03-271-5/+9
* Allow hiding list elements and disableing the pointer.albeu2006-03-251-17/+43
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-251-0/+2
* Unify include paths, -I.. is in CFLAGS.diego2005-10-261-3/+3
* Fix long-known bug with handling 'down key' in lists.lumag2003-09-241-1/+1
* linux->osdeparpi2003-02-091-1/+1
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-281-0/+1
* OSD menus initial versionalbeu2002-11-141-0/+225