Fix some more -Wmissing-declarations warnings.
[wine] / dlls / winedos / int10.c
2005-05-10  Eric PouechGet rid of include/miscemu.h.
2004-01-09  Michael Stefaniuc- add VESA mode 0x6a (same as 0x102)
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-02  Michael StefaniucFill in the color MaskSize and FieldPosition fields...
2004-01-02  Michael StefaniucUse a struct as specified in the VBE 3.0 standard for the
2004-01-02  Michael StefaniucSet the "bytes per scan line" field when generating...
2003-09-30  Jukka HeinonenUse correct linear pointer when accessing BIOS data...
2003-04-08  Jukka HeinonenReturn correct segment for VESA information.
2003-02-26  Jukka HeinonenMove controller info and state/functionality info initi...
2003-02-24  Gerald PfeiferFix TRACE format string.
2003-02-19  Jukka HeinonenIgnore get shadow buffer function.
2003-02-14  Jukka HeinonenOutputting backspaces should only move the cursor.
2003-02-11  Jukka HeinonenAdd support for VESA mode information.
2003-01-28  Jukka HeinonenUnify VGA and VESA video mode setting code.
2003-01-23  Jukka HeinonenReorganize int10 code. Fix comments.
2002-11-30  Andreas MohrFixed text mode value.
2002-11-24  Jukka HeinonenVGA text mode no longer flickers and it is much faster.
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-10-31  Jukka HeinonenPrevent crashes when DOS program tries to access consol...
2002-09-04  Alexandre JulliardAdded DPMI segments structure and related function...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-08-13  Jukka HeinonenAdd support for moving VGA controller window in framebu...
2002-07-29  Chris MorganSome dos VGA error handling. Misc TRACE changes.
2002-07-01  Andreas MohrImplemented set cursor shape functionality.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-28  Christian CostaThe SVGA block code was not accessible (AH and AL inver...
2002-05-16  Christian CostaHandle properly the requested video mode in Int10h...
2002-05-14  Robert CoeymanAdded the rest of the register manipulation code to...
2002-04-20  Christian CostaGET FUNCTIONALITY/STATE INFORMATION: The input paramete...
2002-04-17  Christian CostaImplement SET INDIVIDUAL DAC REGISTER and SET BLOCK...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-04-11  Jukka HeinonenRemoved obsolete text mode color and attribute code.
2002-04-08  Jukka HeinonenWrites to stdout and VGA_WriteChars routine now update...
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-03-20  Admiral CoeymanBeginnings of the code that should allow DOS programs...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.