summaryrefslogtreecommitdiffstats
path: root/common/menu.c
Commit message (Expand)AuthorAgeFilesLines
* menu: simplify usage for clientsSascha Hauer2010-08-301-8/+100
* menu: use an initialized struct list as menu listSascha Hauer2010-08-301-12/+7
* menu: use list_for_each_entry where appropriateSascha Hauer2010-08-301-16/+5
* menu: remove superfluous struct menu_entry member from struct menuSascha Hauer2010-08-301-10/+10
* menu: simplify menu_free with list_for_each_entry_safeSascha Hauer2010-08-301-9/+3
* menu: initialize entries list in menu_allocSascha Hauer2010-08-301-4/+0
* Menu/cmd: add sub menu entry command supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+7
* Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+315