summaryrefslogtreecommitdiff
path: root/com32/lib/sys
Commit message (Expand)AuthorAgeFilesLines
* com32: fix __farcall()H. Peter Anvin2007-08-141-2/+3
* Correctly handle switches between graphics and text modeH. Peter Anvin2007-07-241-4/+4
* Add the actual zeroregs file; missing from a previous checkin.syslinux-3.52-pre4H. Peter Anvin2007-07-201-0/+5
* Stealth whitespace cleanupH. Peter Anvin2007-06-051-4/+4
* vesacon_set_background: Need "volatile" asmsyslinux-3.50-pre20H. Peter Anvin2007-06-051-4/+4
* Allow a flat color to be specified as a background.H. Peter Anvin2007-06-051-20/+40
* If no serial console is configured, don't bother calling into itH. Peter Anvin2007-05-312-0/+8
* ansi.h: remove unused fieldH. Peter Anvin2007-05-311-1/+0
* Hacky debugging function by setting VESA pixels, sometimes usefulH. Peter Anvin2007-05-311-0/+13
* ansi.c: minor cleanupsH. Peter Anvin2007-05-311-15/+17
* vesa/drawtxt.c: remove divide caused by %H. Peter Anvin2007-05-311-3/+6
* xserial_write: handle the new \1..\5 control sequencesH. Peter Anvin2007-05-311-30/+24
* Handle color tables with more than 100 entriesH. Peter Anvin2007-05-304-45/+42
* Make the pixel format canonicalization code a bit easier to read.H. Peter Anvin2007-04-101-26/+7
* Fix expansion of palette images to ABGR.H. Peter Anvin2007-04-101-11/+18
* intcall, farcall: readability improvements.syslinux-3.50-pre4H. Peter Anvin2007-04-032-5/+5
* Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle()H. Peter Anvin2007-03-202-58/+1
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-148-21/+20
* fileread: new file descriptor should be from oreg, not iregH. Peter Anvin2007-02-071-1/+1
* fileread: ES:BX -> buffer, not ES:SIH. Peter Anvin2007-02-071-1/+1
* The simple menu system doesn't work with serial consolehiranotaka@zng.info2006-10-301-1/+2
* vesainit: clear the VESA buffers before call (paranoia)H. Peter Anvin2006-09-301-0/+2
* vesainit: more careful detection of VESA modesH. Peter Anvin2006-09-301-2/+14
* Add missing #include "fill.h"syslinux-3.31-pre2H. Peter Anvin2006-09-211-0/+1
* Use the color table for the shadow, and make it user controllableH. Peter Anvin2006-09-216-49/+96
* 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-165-6/+19
* 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-153-11/+62
* Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7H. Peter Anvin2006-09-142-19/+41
* Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin2006-09-145-26/+79
* 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-122-0/+4
* initvesa: don't trust the BIOS when it says tty is supportedH. Peter Anvin2006-09-121-1/+7
* ansi: actually enable/disable the menu as required.H. Peter Anvin2006-09-121-0/+1
* 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-121-21/+0
* 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-107-907/+664
* 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-052-19/+13
* 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
* Add support for decoding JPEG images as well as PNGH. Peter Anvin2006-09-051-17/+112