summaryrefslogtreecommitdiff
path: root/com32/lib/sys/vesacon_write.c
Commit message (Expand)AuthorAgeFilesLines
* vesacon: don't display the cursor when doing a quiet bootH. Peter Anvin2009-12-071-2/+12
* vesacon: make it possible to request nonstandard resolutionsH. Peter Anvin2009-12-071-1/+15
* vesacon: infrastructure support for arbitrary resolutionsH. Peter Anvin2009-08-051-2/+2
* Run Nindent on com32/lib/sys/vesacon_write.cH. Peter Anvin2009-05-291-61/+60
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-0/+1
* vesacon: remove unused com32sys_t variablessyslinux-3.74-pre11H. Peter Anvin2009-03-201-3/+0
* vesacon: migrate disable fixes from ansiconH. Peter Anvin2009-03-201-7/+8
* ansicon, vesacon: beep on ^GH. Peter Anvin2008-09-091-0/+1
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-1/+1
* Use the color table for the shadow, and make it user controllableH. Peter Anvin2006-09-211-6/+3
* Proper handling of different screen sizes (we're 78x29 in graphics mode...)H. Peter Anvin2006-09-161-1/+8
* Implement fallback from vesacon to ansiconH. Peter Anvin2006-09-121-1/+3
* Cursor support for vesaconH. Peter Anvin2006-09-111-13/+8
* Factor out the ANSI engine from the ANSI and VESA consolesH. Peter Anvin2006-09-101-429/+50
* Lots of fixes to make the graphical menu actually work.syslinux-3.30-pre1H. Peter Anvin2006-09-011-10/+15
* Color table handling for the VESA consoleH. Peter Anvin2006-08-311-28/+46
* Whitespace cleanupH. Peter Anvin2006-08-311-2/+2
* More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-311-60/+49
* Explicitly initialize on open instead of initializing via __constructor;H. Peter Anvin2006-08-311-1/+2
* Beginning of a VESA graphical console driverH. Peter Anvin2006-08-251-0/+536