| Commit message (Expand) | Author | Age | Files | Lines |
| * | com32: fix __farcall() | H. Peter Anvin | 2007-08-14 | 1 | -2/+3 |
| * | Correctly handle switches between graphics and text mode | H. Peter Anvin | 2007-07-24 | 1 | -4/+4 |
| * | Add the actual zeroregs file; missing from a previous checkin.syslinux-3.52-pre4 | H. Peter Anvin | 2007-07-20 | 1 | -0/+5 |
| * | Stealth whitespace cleanup | H. Peter Anvin | 2007-06-05 | 1 | -4/+4 |
| * | vesacon_set_background: Need "volatile" asmsyslinux-3.50-pre20 | H. Peter Anvin | 2007-06-05 | 1 | -4/+4 |
| * | Allow a flat color to be specified as a background. | H. Peter Anvin | 2007-06-05 | 1 | -20/+40 |
| * | If no serial console is configured, don't bother calling into it | H. Peter Anvin | 2007-05-31 | 2 | -0/+8 |
| * | ansi.h: remove unused field | H. Peter Anvin | 2007-05-31 | 1 | -1/+0 |
| * | Hacky debugging function by setting VESA pixels, sometimes useful | H. Peter Anvin | 2007-05-31 | 1 | -0/+13 |
| * | ansi.c: minor cleanups | H. Peter Anvin | 2007-05-31 | 1 | -15/+17 |
| * | vesa/drawtxt.c: remove divide caused by % | H. Peter Anvin | 2007-05-31 | 1 | -3/+6 |
| * | xserial_write: handle the new \1..\5 control sequences | H. Peter Anvin | 2007-05-31 | 1 | -30/+24 |
| * | Handle color tables with more than 100 entries | H. Peter Anvin | 2007-05-30 | 4 | -45/+42 |
| * | Make the pixel format canonicalization code a bit easier to read. | H. Peter Anvin | 2007-04-10 | 1 | -26/+7 |
| * | Fix expansion of palette images to ABGR. | H. Peter Anvin | 2007-04-10 | 1 | -11/+18 |
| * | intcall, farcall: readability improvements.syslinux-3.50-pre4 | H. Peter Anvin | 2007-04-03 | 2 | -5/+5 |
| * | Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle() | H. Peter Anvin | 2007-03-20 | 2 | -58/+1 |
| * | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 8 | -21/+20 |
| * | 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 |