Add VGA controller framebuffer between VGA window and
[wine] / dlls / winedos / vga.c
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.