| Commit message (Expand) | Author | Age | Files | Lines |
| * | fileread: new file descriptor should be from oreg, not ireg | H. Peter Anvin | 2007-02-07 | 1 | -1/+1 |
| * | fileread: ES:BX -> buffer, not ES:SI | H. Peter Anvin | 2007-02-07 | 1 | -1/+1 |
| * | The simple menu system doesn't work with serial console | hiranotaka@zng.info | 2006-10-30 | 1 | -1/+2 |
| * | vesainit: clear the VESA buffers before call (paranoia) | H. Peter Anvin | 2006-09-30 | 1 | -0/+2 |
| * | vesainit: more careful detection of VESA modes | H. Peter Anvin | 2006-09-30 | 1 | -2/+14 |
| * | Add missing #include "fill.h"syslinux-3.31-pre2 | H. Peter Anvin | 2006-09-21 | 1 | -0/+1 |
| * | Use the color table for the shadow, and make it user controllable | H. Peter Anvin | 2006-09-21 | 6 | -49/+96 |
| * | Add file missing from previous commitsyslinux-3.30-pre10 | H. Peter Anvin | 2006-09-16 | 1 | -0/+23 |
| * | Proper handling of different screen sizes (we're 78x29 in graphics mode...) | H. Peter Anvin | 2006-09-16 | 5 | -6/+19 |
| * | Use gamma-corrected gradient for the default image, now when we have it | H. Peter Anvin | 2006-09-15 | 1 | -6/+6 |
| * | Actually do proper gamma-corrected alpha blending. It seems fast enough. | H. Peter Anvin | 2006-09-15 | 3 | -11/+62 |
| * | Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7 | H. Peter Anvin | 2006-09-14 | 2 | -19/+41 |
| * | Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6 | H. Peter Anvin | 2006-09-14 | 5 | -26/+79 |
| * | Beginnings of supporting multiple pixel formats | H. Peter Anvin | 2006-09-13 | 3 | -27/+91 |
| * | fmtpixel.h: cleanups and performance improvements | H. Peter Anvin | 2006-09-13 | 1 | -10/+15 |
| * | Code to deal with multiple pixel formats | H. Peter Anvin | 2006-09-13 | 2 | -0/+79 |
| * | For SOH codes, always issue a leading zero resetsyslinux-3.30-pre5 | H. Peter Anvin | 2006-09-12 | 2 | -0/+4 |
| * | initvesa: don't trust the BIOS when it says tty is supported | H. Peter Anvin | 2006-09-12 | 1 | -1/+7 |
| * | ansi: actually enable/disable the menu as required. | H. Peter Anvin | 2006-09-12 | 1 | -0/+1 |
| * | com32/ansicon: actually mode the cursor... | H. Peter Anvin | 2006-09-12 | 1 | -3/+5 |
| * | Remove VESA demo and function used only by it | H. Peter Anvin | 2006-09-12 | 1 | -21/+0 |
| * | vesacon: if mode set failed, assume screen is unchanged | H. Peter Anvin | 2006-09-12 | 1 | -4/+1 |
| * | vesacon: stub out debugging function | H. Peter Anvin | 2006-09-12 | 1 | -2/+6 |
| * | vesacon: if a custom font is loaded, use it instead of the BIOS font | H. Peter Anvin | 2006-09-12 | 1 | -7/+22 |
| * | Implement fallback from vesacon to ansicon | H. Peter Anvin | 2006-09-12 | 4 | -2/+16 |
| * | Cursor support for vesacon | H. Peter Anvin | 2006-09-11 | 7 | -31/+110 |
| * | Factor out the ANSI engine from the ANSI and VESA consoles | H. Peter Anvin | 2006-09-10 | 7 | -907/+664 |
| * | No need to bzero .bss memory | H. Peter Anvin | 2006-09-05 | 1 | -1/+1 |
| * | Augment tinyjpeg so that we can decode straight into the buffer; | H. Peter Anvin | 2006-09-05 | 2 | -19/+13 |
| * | Set saner limits, since tinyjpeg will actually decode the whole image | H. Peter Anvin | 2006-09-05 | 1 | -1/+1 |
| * | Default to black screen; draw a JPEG background correctly.syslinux-3.30-pre3 | H. Peter Anvin | 2006-09-05 | 1 | -11/+10 |
| * | Add support for decoding JPEG images as well as PNG | H. Peter Anvin | 2006-09-05 | 1 | -17/+112 |
| * | Lots of fixes to make the graphical menu actually work.syslinux-3.30-pre1 | H. Peter Anvin | 2006-09-01 | 7 | -26/+48 |
| * | Color table handling for the VESA console | H. Peter Anvin | 2006-08-31 | 2 | -53/+49 |
| * | state -> st.state | H. Peter Anvin | 2006-08-31 | 1 | -6/+6 |
| * | ansicon support for SOH # color table handling | H. Peter Anvin | 2006-08-31 | 1 | -0/+45 |
| * | Don't bother writing out the trailing byte of an invalid SOH # sequence. | H. Peter Anvin | 2006-08-31 | 1 | -4/+0 |
| * | Serial port output with color table string injection. | H. Peter Anvin | 2006-08-31 | 3 | -5/+124 |
| * | Whitespace cleanup | H. Peter Anvin | 2006-08-31 | 1 | -1/+1 |
| * | Whitespace cleanup | H. Peter Anvin | 2006-08-31 | 1 | -2/+2 |
| * | Whitespace cleanup | H. Peter Anvin | 2006-08-31 | 1 | -3/+3 |
| * | Shading fix | H. Peter Anvin | 2006-08-31 | 1 | -1/+1 |
| * | More work on actual VESA console and menu. Shadowing still doesn't work | H. Peter Anvin | 2006-08-31 | 6 | -185/+196 |
| * | Explicitly initialize on open instead of initializing via __constructor; | H. Peter Anvin | 2006-08-31 | 11 | -25/+79 |
| * | Better test of alpha blending (holy crap, it works!) | H. Peter Anvin | 2006-08-30 | 1 | -12/+5 |
| * | Actually blend the proper colors... | H. Peter Anvin | 2006-08-30 | 1 | -2/+2 |
| * | More sophisticated alpha blending; comment out background call ATM | H. Peter Anvin | 2006-08-30 | 2 | -27/+62 |
| * | Add alpha-blending function in preparation for proper RGBA text. | H. Peter Anvin | 2006-08-28 | 1 | -0/+14 |
| * | Add routine to initialize and test for the FPU. | H. Peter Anvin | 2006-08-28 | 1 | -0/+58 |
| * | Work on getting libpng to actually do something useful... | H. Peter Anvin | 2006-08-28 | 1 | -13/+5 |