summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New MENU INCLUDE directive, and support ~ to mark default config file.syslinux-3.31-pre3H. Peter Anvin2006-09-213-7/+38
|
* If a later "menu background" overrides an earlier one, free the dataH. Peter Anvin2006-09-211-0/+2
|
* Add missing #include "fill.h"syslinux-3.31-pre2H. Peter Anvin2006-09-211-0/+1
|
* Document shadowing mode change.H. Peter Anvin2006-09-211-0/+1
|
* Use the color table for the shadow, and make it user controllableH. Peter Anvin2006-09-2110-87/+161
|
* Document ability to load more than one configuration file.syslinux-3.31-pre1H. Peter Anvin2006-09-202-1/+5
|
* Support multiple configuration files in the menu systems.H. Peter Anvin2006-09-204-13/+47
|
* Factor out extlinux as a separate package, avoid /boot/memdisk errorsyslinux-3.30H. Peter Anvin2006-09-182-4/+17
|
* Correct syntax and document move to /usr/share.H. Peter Anvin2006-09-182-17/+20
|
* rpm spec: add syslinux-tftpboot moduleH. Peter Anvin2006-09-181-15/+35
|
* Added a second sample background imageH. Peter Anvin2006-09-181-0/+0
|
* Add file missing from previous commitsyslinux-3.30-pre10H. Peter Anvin2006-09-161-0/+23
|
* Proper handling of different screen sizes (we're 78x29 in graphics mode...)H. Peter Anvin2006-09-168-7/+36
|
* More color tweaks.syslinux-3.30-pre9H. Peter Anvin2006-09-152-2/+2
|
* Properly parse MENU COLOR statements.H. Peter Anvin2006-09-151-32/+38
|
* Default color tweakingH. Peter Anvin2006-09-152-4/+4
|
* Use gamma-corrected gradient for the default image, now when we have itH. Peter Anvin2006-09-151-6/+6
|
* Actually do proper gamma-corrected alpha blending. It seems fast enough.H. Peter Anvin2006-09-154-12/+67
|
* Allow specifying * instead of any of the MENU COLOR fields.syslinux-3.30-pre8H. Peter Anvin2006-09-142-23/+36
|
* Add sample splash imageH. Peter Anvin2006-09-141-0/+0
|
* Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7H. Peter Anvin2006-09-142-19/+41
|
* Clean up cursor during initializationH. Peter Anvin2006-09-142-4/+2
|
* Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin2006-09-145-26/+79
|
* Fix dependency checking for sys/vesaH. Peter Anvin2006-09-141-1/+1
|
* Replace memcpy() with a routine written in assembly which minimizes storesH. Peter Anvin2006-09-142-29/+36
|
* Beginnings of supporting multiple pixel formatsH. Peter Anvin2006-09-133-27/+91
|
* fmtpixel.h: cleanups and performance improvementsH. Peter Anvin2006-09-131-10/+15
|
* Code to deal with multiple pixel formatsH. Peter Anvin2006-09-132-0/+79
|
* For SOH codes, always issue a leading zero resetsyslinux-3.30-pre5H. Peter Anvin2006-09-124-23/+27
|
* Document new selection programs.H. Peter Anvin2006-09-121-0/+2
|
* Merge with 3.2x branchH. Peter Anvin2006-09-125-2/+301
|\ | | | | | | | | | | Conflicts: com32/modules/Makefile
| * Introducing a new com32 module to parse pci devices/busessyslinux-3.2xErwan Velu2006-09-124-1/+297
| | | | | | | | | | | | The pcitest module implements an example of use the pci module If you like to use the string name just put a pci.ids file in the root directory (cherry picked from 85bb6facf0100592c89d5c3c5c17b25e7b0006b3 commit)
| * Before this fix, the cpu flags were shiftederwan2006-09-121-0/+3
| | | | | | | | (cherry picked from b1ffc5a7732118170aaa3f6267ab821e5a237c20 commit)
* | initvesa: don't trust the BIOS when it says tty is supportedH. Peter Anvin2006-09-121-1/+7
| | | | | | | | | | For too many BIOSes, tty output in VESA modes doesn't work in any useful sense, even if it is claimed.
* | ansi: actually enable/disable the menu as required.H. Peter Anvin2006-09-121-0/+1
| |
* | vesainfo: program to dump all VESA modesH. Peter Anvin2006-09-122-1/+84
| |
* | com32/ansicon: actually mode the cursor...H. Peter Anvin2006-09-121-3/+5
| |
* | Remove VESA demo and function used only by itH. Peter Anvin2006-09-123-53/+1
| |
* | vesacon: if mode set failed, assume screen is unchangedH. Peter Anvin2006-09-121-4/+1
| |
* | vesacon: stub out debugging functionH. Peter Anvin2006-09-121-2/+6
| |
* | vesacon: if a custom font is loaded, use it instead of the BIOS fontH. Peter Anvin2006-09-121-7/+22
| |
* | Implement fallback from vesacon to ansiconH. Peter Anvin2006-09-124-2/+16
| |
* | Cursor support for vesaconH. Peter Anvin2006-09-117-31/+110
| |
* | Factor out the ANSI engine from the ANSI and VESA consolesH. Peter Anvin2006-09-108-907/+666
| | | | | | | | In preparation for the VESA console needing to fall back to text mode...
* | Documentation for the graphical menu systemsyslinux-3.30-pre4H. Peter Anvin2006-09-051-3/+96
| |
* | Document graphical consoleH. Peter Anvin2006-09-051-0/+5
| |
* | No need to bzero .bss memoryH. Peter Anvin2006-09-051-1/+1
| |
* | Augment tinyjpeg so that we can decode straight into the buffer;H. Peter Anvin2006-09-0511-83/+128
| | | | | | | | clear the screen on startup.
* | Set saner limits, since tinyjpeg will actually decode the whole imageH. Peter Anvin2006-09-051-1/+1
| |
* | Default to black screen; draw a JPEG background correctly.syslinux-3.30-pre3H. Peter Anvin2006-09-051-11/+10
| |