summaryrefslogtreecommitdiffstats
path: root/libmenu/menu_cmdlist.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-10/+6
* Merge svn changes up to r31004Uoti Urpala2010-04-261-1/+1
|\
| * Mark cfg_fields m_option_t array as const.diego2010-04-041-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-4/+4
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-4/+4
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-0/+17
|\|
| * Add standard GPL headers.diego2008-12-131-0/+17
* | Merge svn changes up to r26624Uoti Urpala2008-05-011-1/+0
|\|
| * Remove unnecessary version.h #includes.diego2008-04-301-1/+0
* | input: Move cmd_queue to context structUoti Urpala2008-04-301-4/+4
* | Move global mconfig to mpctxUoti Urpala2008-04-261-1/+1
|/
* Remove redundant option 'auto-close' from cmdlist and filesel.ulion2007-12-281-10/+2
* Remove useless scope.ulion2007-12-251-2/+2
* Fix memory leak.ulion2007-12-171-0/+4
* Support to run multiple mplayer commands set in menu.confulion2007-12-111-10/+4
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-041-5/+0
* rename some menu open functions, to avoid confusion with libc native open()ben2007-05-251-2/+2
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-2/+2
* support for auto_close parameter in menu command list (geexbox patch)ben2006-06-251-1/+10
* declaring static functions with the same name than libc ones was not the best...ben2006-06-251-2/+2
* Minor spelling and grammar fixes for part 1 of Otvos Attila'scorey2006-03-311-1/+1
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-301-4/+6
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-251-5/+19
* Unify include paths, -I.. is in CFLAGS.diego2005-10-261-7/+7
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-281-0/+1
* OSD menus initial versionalbeu2002-11-141-0/+155