summaryrefslogtreecommitdiffstats
path: root/commands/menu.c
Commit message (Expand)AuthorAgeFilesLines
* menu: sanitize menu_add_titleSascha Hauer2017-01-101-1/+1
* rework menu so that it can support multiline titlesAleksey Kuleshov2016-09-051-4/+19
* commands: menu: check return pointer properlyLucas Stach2016-07-071-1/+1
* stdio: replace fprintf(stderr,...) with eprintfSascha Hauer2016-04-151-2/+2
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-29/+25
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* menu: fix non command management supportJean-Christophe PLAGNIOL-VILLARD2012-04-251-8/+9
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-211-1/+1
* Menu: add box style entryJean-Christophe PLAGNIOL-VILLARD2010-09-201-7/+23
* menu: add auto select supportJean-Christophe PLAGNIOL-VILLARD2010-09-201-3/+21
* menu: shell fix do_menu_selectJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+1
* menu: simplify usage for clientsSascha Hauer2010-08-301-41/+7
* menu: do not go to free if there's nothing to freeSascha Hauer2010-08-301-2/+1
* menu: use an initialized struct list as menu listSascha Hauer2010-08-301-0/+3
* menu: use list_for_each_entry where appropriateSascha Hauer2010-08-301-7/+2
* menu: remove superfluous struct menu_entry member from struct menuSascha Hauer2010-08-301-1/+1
* menu: Use strdup instead of malloc/strncpySascha Hauer2010-08-301-26/+5
* Menu/cmd: add sub menu entry command supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-9/+31
* Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+481