Jukka Heinonen
|
5d3b7e64ec
|
VGA text mode no longer flickers and it is much faster.
VGA text mode is now initialized earlier.
VGA text mode is now emulated even without console.
|
2002-11-24 22:15:56 +00:00 |
Patrik Stridvall
|
517a93afe3
|
Fixed some issues found by winapi_check.
|
2002-11-06 19:57:49 +00:00 |
Alexandre Julliard
|
3fa613cf61
|
Moved internal context macros out of winnt.h.
Added SET_AX etc. macros to avoid non-portable pointer manipulations.
|
2002-08-31 18:47:00 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Jukka Heinonen
|
a65ef56101
|
Console mode DOS programs now receive mouse events.
Replaced GetMessage with PeekMessage, since MsgWaitForMultipleObjects
is allowed to return spontaneously.
|
2002-03-19 02:05:57 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Nog
|
30f307c4d0
|
Implement function 0xb (Read mouse motion counters) and 0xf (Set
mickey/pixel ratio).
|
2002-01-31 20:45:02 +00:00 |
Nog
|
42a314dea6
|
Implement function number 0x5 (Return mouse button press information).
|
2002-01-29 02:51:47 +00:00 |
Alexandre Julliard
|
8cd55d0eba
|
Moved most of the real-mode stuff to dlls/winedos.
|
2001-12-04 19:54:44 +00:00 |