make_dlls: Generate the .gitignore file.
[wine] / dlls / winedos / vga.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-05-10  Eric PouechGet rid of include/miscemu.h.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-20  Jukka HeinonenAdded support for int33 show/hide mouse cursor calls.
2004-08-14  Markus AmslerAdd DOS editing key support in BUFFERED INPUT.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-10-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-29  Jukka HeinonenAllow application to use VGA window that overlaps frame...
2003-08-25  Jukka HeinonenReplace some magic numbers with symbols.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-08  Jukka HeinonenReal mode context should always have V86 flag turned on.
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-05-07  Jukka HeinonenAdd scrolling support for VGA text mode.
2003-04-01  Alexandre JulliardPortability fixes.
2003-02-24  Michael StefaniucRemove some unreachable code.
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 locking to VGA_SetWindowStart.
2003-01-28  Jukka HeinonenHandle horizontal and vertical retrace separately.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-24  Jukka HeinonenVGA text mode no longer flickers and it is much faster.
2002-10-31  Jukka HeinonenPrevent crashes when DOS program tries to access consol...
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-08-13  Jukka HeinonenAdd support for moving VGA controller window in framebu...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-29  Chris MorganSome dos VGA error handling. Misc TRACE changes.
2002-07-29  Jukka HeinonenAdd VGA controller framebuffer between VGA window and
2002-07-28  Jukka HeinonenAdd decoding logic for VGA indexed registers.
2002-07-03  Andreas MohrBetter toggle all relevant bits in VGA crt register.
2002-07-03  Andreas MohrAdded a DOS text mode memory buffer copy in order to...
2002-07-01  Andreas MohrImplemented set cursor shape functionality.
2002-06-24  Jukka HeinonenRedirect all reads and writes to VGA controller to...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Christian CostaDo not create a window each time VGA_DoSetMode is calle...
2002-05-14  Robert CoeymanAdded the rest of the register manipulation code to...
2002-05-11  Christian CostaAvoid deadlock in VGA_DoSetMode.
2002-04-19  Christian CostaVGA_ioport_in: Fake the occurrence of the vertical...
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-03-23  Alexandre JulliardCreate threads to manage timers instead of using the...
2002-03-20  Admiral CoeymanBeginnings of the code that should allow DOS programs...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Jukka HeinonenLow-resolution and low-color VGA modes are now mapped...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.