summaryrefslogtreecommitdiff
path: root/com32/lib/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lots of fixes to make the graphical menu actually work.syslinux-3.30-pre1H. Peter Anvin2006-09-017-26/+48
* Color table handling for the VESA consoleH. Peter Anvin2006-08-312-53/+49
* state -> st.stateH. Peter Anvin2006-08-311-6/+6
* ansicon support for SOH # color table handlingH. Peter Anvin2006-08-311-0/+45
* Don't bother writing out the trailing byte of an invalid SOH # sequence.H. Peter Anvin2006-08-311-4/+0
* Serial port output with color table string injection.H. Peter Anvin2006-08-313-5/+124
* Whitespace cleanupH. Peter Anvin2006-08-311-1/+1
* Whitespace cleanupH. Peter Anvin2006-08-311-2/+2
* Whitespace cleanupH. Peter Anvin2006-08-311-3/+3
* Shading fixH. Peter Anvin2006-08-311-1/+1
* More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-316-185/+196
* Explicitly initialize on open instead of initializing via __constructor;H. Peter Anvin2006-08-3111-25/+79
* Better test of alpha blending (holy crap, it works!)H. Peter Anvin2006-08-301-12/+5
* Actually blend the proper colors...H. Peter Anvin2006-08-301-2/+2
* More sophisticated alpha blending; comment out background call ATMH. Peter Anvin2006-08-302-27/+62
* Add alpha-blending function in preparation for proper RGBA text.H. Peter Anvin2006-08-281-0/+14
* Add routine to initialize and test for the FPU.H. Peter Anvin2006-08-281-0/+58
* Work on getting libpng to actually do something useful...H. Peter Anvin2006-08-281-13/+5
* More work on VESA graphical console supportH. Peter Anvin2006-08-284-11/+493
* More work on the VESA graphics consoleH. Peter Anvin2006-08-274-0/+336