summaryrefslogtreecommitdiff
path: root/com32/modules/readconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Simple menu system: move to dedicated subdirectoryH. Peter Anvin2008-02-101-793/+0
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Add "menu separator", "menu indent", "menu disabled"H. Peter Anvin2007-11-211-2/+41
* Handle plural correctly in countdown.H. Peter Anvin2007-07-251-1/+1
* Simple menu system: add support for "menu hidden"H. Peter Anvin2007-07-241-0/+3
* Simple menu: F-key config was accidentally case sensitiveH. Peter Anvin2007-06-151-1/+1
* Stealth whitespace cleanupH. Peter Anvin2007-06-051-1/+1
* Allow a flat color to be specified as a background.H. Peter Anvin2007-06-051-1/+1
* Unify hexval functions; fix % in printf stringH. Peter Anvin2007-06-051-3/+3
* com32: change the message color scheme; background 0 is always transparentH. Peter Anvin2007-06-051-0/+37
* Improve commentH. Peter Anvin2007-05-311-2/+2
* Parse F-key help commands in the menu systemH. Peter Anvin2007-05-301-2/+40
* Make the menu system understand INCLUDE as well.syslinux-3.50-pre14H. Peter Anvin2007-05-221-0/+3
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-3/+3
* TEXT HELP: Multiline per-entry help messages in the simple menu system.syslinux-3.40-pre10H. Peter Anvin2007-03-051-1/+24
* Simple menu system: unified way to handle message strings; add NOTABMSGsyslinux-3.40-pre9H. Peter Anvin2007-02-281-22/+40
* Teach the menu system to ignore TEXT blocks for now.syslinux-3.40-pre8H. Peter Anvin2007-02-271-0/+10
* Support customization of menu messages.H. Peter Anvin2007-02-271-1/+25
* Do not overwrite pointer "p" when calling is_kernel_type()H. Peter Anvin2007-02-231-2/+2
* Support multiple image types in the menu systemH. Peter Anvin2007-02-191-7/+45
* Stealth whitespace cleanup.syslinux-3.32-pre8H. Peter Anvin2006-12-121-3/+3
* Try to be more true to the way "MENU INCLUDE" should work.syslinux-3.31-pre4syslinux-3.31H. Peter Anvin2006-09-221-6/+8
* New MENU INCLUDE directive, and support ~ to mark default config file.syslinux-3.31-pre3H. Peter Anvin2006-09-211-4/+18
* If a later "menu background" overrides an earlier one, free the dataH. Peter Anvin2006-09-211-0/+2
* Use the color table for the shadow, and make it user controllableH. Peter Anvin2006-09-211-1/+13
* Support multiple configuration files in the menu systems.H. Peter Anvin2006-09-201-11/+30
* Properly parse MENU COLOR statements.H. Peter Anvin2006-09-151-32/+38
* Allow specifying * instead of any of the MENU COLOR fields.syslinux-3.30-pre8H. Peter Anvin2006-09-141-6/+16
* Merge with 3.2x branchsyslinux-3.30-pre2H. Peter Anvin2006-09-051-4/+44
|\
| * Simple menu system updatesArne Georg Gleditsch2006-09-051-4/+44
* | Lots of fixes to make the graphical menu actually work.syslinux-3.30-pre1H. Peter Anvin2006-09-011-10/+10
* | Beginnings of a color theme manager; unify vesamenu and ansimenuH. Peter Anvin2006-08-311-1/+137
|/
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Remove stealth whitespaceH. Peter Anvin2006-03-171-9/+9
* Clean up the handling of "extended whitespace"; fix typosH. Peter Anvin2006-01-191-4/+4
* Handle "ontimeout" with label correctly in menu.c32; add "menu shiftkey"syslinux-3.20-pre4H. Peter Anvin2006-01-071-2/+42
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-301-5/+8
* Avoid doing the same job more than once...syslinux-3.11-pre3hpa2005-08-261-10/+10
* Allow customization of the menu layout.hpa2005-08-261-2/+10
* Need to strdup the kernel name so it can be free'dhpa2005-08-191-1/+1
* Improve and document secondary menus.hpa2005-08-191-1/+4
* Handle MENU PASSWD correctlysyslinux-3.10-pre12hpa2005-08-181-2/+9
* Add password support to simple menu systemsyslinux-3.08-pre4hpa2005-01-211-0/+5
* More work on password support for the menu systems. Make the base64hpa2005-01-211-0/+2
* SHA-1 support in libutil; beginnings of menu passwd supporthpa2005-01-201-4/+10
* Support menu hotkeys.hpa2004-12-281-4/+20
* I think the menu system actually works now...syslinux-2.20-pre11hpa2004-12-211-13/+25
* Add an API function to get the IPAPPEND strings.hpa2004-12-211-20/+68
* More work on menu module. Looks like the file libc isn't quite therehpa2004-12-211-0/+170