aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/menu.h
Commit message (Expand)AuthorAge
* menu: Move vf_info_menu extern declaration to menu.hGravatar diego2010-11-02
* menu: Move menu_mouse_* extern declarations to menu.hGravatar diego2010-11-02
* menu.h: add struct tag declaration to avoid warningsGravatar Uoti Urpala2010-04-25
* Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\
| * Declare vf_menu_pause_update in libmenu/menu.h.Gravatar diego2010-02-14
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Add standard GPL headers.Gravatar diego2008-12-13
* | input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
|/
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* OSD menu support mouse selection.Gravatar ulion2007-12-22
* Fix the menu uninit function name.Gravatar ulion2007-12-18
* Replace another m_struct_t by 'struct m_struct_st' to remove depedencyGravatar ulion2007-12-18
* Remove dependency on m_struct.h when include libmenu/menu.h.Gravatar ulion2007-12-18
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* Add type info to menu_t, now we can get the menu name and the type name of menu.Gravatar ulion2007-12-02
* Fix menu to work with mpctxGravatar uau2007-02-21
* support multiple actions in menu's file browser using key bindingsGravatar ben2006-08-22
* Fix menu background drawing.Gravatar albeu2006-04-22
* Add a function to draw flat boxes and use it to make the listGravatar albeu2006-03-30
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.Gravatar albeu2006-03-25
* OSD menus initial versionGravatar albeu2002-11-14