summaryrefslogtreecommitdiff
path: root/com32/menu
Commit message (Expand)AuthorAgeFilesLines
* menu: Apply VSHIFT to scrollbarBruno Levert2016-06-141-1/+2
* com32 readconfig: use my_isspace()Gene Cumm2015-07-181-1/+1
* com32: Use z size specifier for printf-ing size_t variableMartin Str|mberg2015-01-051-1/+1
* SYSAPPEND: Fix space strippingDany St-Amant2015-01-051-1/+1
* Centralize shift_is_held(), make it work to force the command linesyslinux-6.03-pre11H. Peter Anvin2014-04-201-5/+0
* kbd: Make getting the keyboard shift state a firmware methodH. Peter Anvin2014-04-201-11/+1
* bios: Use int 0x16, ah=0x02 to probe for shift flagssyslinux-6.03-pre10H. Peter Anvin2014-04-171-3/+11
* Merge tag 'syslinux-5.11-pre3' into firmwaresyslinux-6.01-pre5Matt Fleming2013-06-281-3/+5
|\
| * core & menu: fix IPAPPEND/SYSAPPEND conversionGene Cumm2013-06-261-1/+1
| * menu.c32: Fix SYSAPPENDGene Cumm2013-06-231-3/+5
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-222-6/+33
|\ \ | |/
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-262-6/+33
| |\
| | * menu: need to advance the pointer, once again...H. Peter Anvin2011-04-261-1/+1
| | * menu: mangle whitespace in ipappend/sysappend stringssyslinux-4.10-pre7H. Peter Anvin2011-04-261-3/+30
| | * Merge remote-tracking branch 'origin/master' into lwipH. Peter Anvin2011-04-261-4/+4
| | |\
| | * | Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-251-1/+1
* | | | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-2/+2
|\ \ \ \ | |/ / /
| * | | Always strip all the modulesH. Peter Anvin2013-01-171-2/+2
* | | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-072-13/+4
|\ \ \ \ | |/ / /
| * | | Revert "menu: Inherit parent menu title"Matt Fleming2012-12-041-3/+0
| * | | Revert "menu: Make "menu clear" the default"Matt Fleming2012-11-272-10/+4
* | | | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-141-0/+3
|\ \ \ \ | |/ / /
| * | | menu: Inherit parent menu titleMatt Fleming2012-11-121-0/+3
* | | | Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming2012-11-052-2/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into elflinkMatt Fleming2012-10-242-2/+4
| |\ \ \
| | * | | menu: Disallow navigation to a disabled entry via *any* keyMatt Fleming2012-10-121-2/+3
| | * | | menu: Add MENU GOTO support to the MENU DEFAULT parsing codeMatt Fleming2012-10-091-1/+3
| | * | | menu: Don't highlight disabled entriesMatt Fleming2012-10-091-2/+1
| | | |/ | | |/|
* | | | Add per-firmware object directory supportMatt Fleming2012-10-161-11/+4
* | | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-304-80/+23
|\ \ \ \ | |/ / /
| * | | ldlinux: Stop using the internal KT_* image typesMatt Fleming2012-07-202-3/+5
| * | | menu: Supply the command type to execute()Matt Fleming2012-07-031-3/+7
| * | | menu: Make "menu clear" the defaultH. Peter Anvin2012-03-272-4/+10
| * | | com32: Delete execute.c and use the one from ldlinuxMatt Fleming2012-03-232-70/+1
| * | | com32/menu: vesamenu.c32 and menu.c32 require multiple obj filesMatt Fleming2012-03-211-2/+2
* | | | This is the first cut checkin for GOP supporting the menu subsystem.chandramouli narayanan2012-07-131-0/+6
|/ / /
* | | elflink: Make ELF the default object formatMatt Fleming2011-04-261-1/+1
* | | com32: Move menu.hMatt Fleming2011-04-261-236/+0
* | | com32: We only need one refstr.hMatt Fleming2011-04-261-40/+0
|/ /
* | Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-4/+4
|\ \ | |/ |/|
| * menu.c32: Delete superfluous $(LIBS) prerequistiteMatt Fleming2011-04-161-3/+2
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | menu: allow "menu hiddenkey" to take multiple keys; run unlabelH. Peter Anvin2011-04-181-8/+26
* | menu: clear the timeout line on MENU HIDDENKEYH. Peter Anvin2011-04-111-2/+5
* | menu hiddenkey: fix parsing the config file optionH. Peter Anvin2011-04-111-3/+2
* | menu: Add "menu hiddenkey" to make terminating menu hidden a commandH. Peter Anvin2011-04-113-2/+33
|/
* com32: single instance of skipspace()Erwan Velu2011-02-071-8/+1
* pxelinux: new IPAPPEND 4 to generate a SYSUUID= option.syslinux-4.01-pre3H. Peter Anvin2010-07-011-1/+2
* menu: add MENU HELPH. Peter Anvin2010-06-263-0/+32
* Replacing strncpy by strlcpyErwan Velu2010-06-221-1/+1