Commit Graph

508 Commits (431d1a0ce24859aa4046a61695ae164fe8802cba)
 

Author SHA1 Message Date
Ulrich Weigand 431d1a0ce2 Moved X11 mouse cursor handling to the DISPLAY driver. 1998-11-14 18:57:47 +00:00
Ulrich Weigand afac2e476c Some fixes to Wine startup/termination sequence with native USER.
Do not call built-in USER signal handler when using native USER.
1998-11-14 18:45:25 +00:00
Ulrich Weigand b9aa7c9aba Bugfix: -debug didn't work anymore after the last startup sequence patch. 1998-11-14 18:43:00 +00:00
Eric Kohl 999b1b702d Fixed list insertion bug in CoLoadLibrary(). 1998-11-14 18:41:43 +00:00
Ulrich Weigand ab635b211f Added stubs for several VxDs / interrupts. 1998-11-14 18:33:34 +00:00
Huw D M Davies 980992a3ca Should get win16drv AbortProc working. Hopefully. 1998-11-14 18:28:50 +00:00
Ulrich Weigand 8bf078bfc8 Moved GetKeyboardLayoutName16 to windows/input.c. 1998-11-14 18:26:59 +00:00
Patrik Stridvall 56d52aa198 Moved some declarations from imagehlp.h to common include files. 1998-11-14 18:24:37 +00:00
Rein Klazes 6df25e8004 Added implementations for InterlockedExchangeAdd() and
InterlockedCompareExchange().
1998-11-14 18:21:32 +00:00
Huw D M Davies 7b06d98404 Fixes a few of the many compiler warnings. 1998-11-14 17:13:51 +00:00
Marcus Meissner 698a8b17b7 Emulate "mov cr4,eax" (tombraider 3 demo). 1998-11-14 17:11:52 +00:00
Marcus Meissner 41d1529bd5 Do not enumerate D3D devices we can't handle anyway.
Return bitmasks for hi/truecolor depths in EnumDisplayModes.
1998-11-14 17:10:13 +00:00
Marcus Meissner 30c112e665 Speed up relay32, snoop16 and snoop32 include/excludes by doing them
just once at creation time.
1998-11-14 17:06:55 +00:00
Pavel Roskin 06b4eb326e Added stubs for CoRevokeClassObject and OleSetClipboard. 1998-11-14 17:01:59 +00:00
Per Ångström a47bc3abb9 EnumTaskWindows16: Basing the selection on a window's task is not only
more straightforward than comparing message queues, it also works
better for Win32 applications.
1998-11-14 17:00:37 +00:00
Huw D M Davies 29f54417b7 Changed some of the message classes. 1998-11-14 16:48:29 +00:00
David Faure f64b70e558 Special case handling of : Shift + arrow, shift + home, ...
X returns a char for it, but Windows doesn't. Ignore X char.
Also added some documentation.
1998-11-14 16:47:54 +00:00
Stephen Langasek 12392cd220 ugfixes for IPX code and preliminary groundwork for other address
family support.
1998-11-14 16:47:09 +00:00
Marcus Meissner 6188232436 (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
lookup (Registry is case insensitive).
1998-11-14 16:46:26 +00:00
Juergen Schmied 42e68a6aab Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
RtlTimeToTimeFields.
1998-11-14 16:43:19 +00:00
Juergen Schmied 4d5c9512c1 Stub for GetNumberFormat32W. 1998-11-14 16:42:14 +00:00
David A. Cuthbert 7c4ce41803 gets() fixes. 1998-11-14 16:37:04 +00:00
Alexander V. Lukyanov eb2788f010 Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
to be in nominative case.
1998-11-14 11:29:31 +00:00
Per Ångström d772adab0f Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
an invalid size parameter.
1998-11-14 11:29:02 +00:00
Lionel Ulmer 690d37967e Added correct implementation of GetCaps, changed Play and Stop handling
of positions indexes, suppressed warnings.
1998-11-14 11:28:24 +00:00
Lionel Ulmer c57974d1c8 Corrected bug in TRACE function. 1998-11-14 11:27:39 +00:00
Lionel Ulmer 7d70fe5acf Corrected bug in DirectDrawSurface creation and handling for driver
based upon Xlilb.
1998-11-14 11:26:08 +00:00
Lionel Ulmer 9f984ce78d Wine keyboard and mouse have now their own UIDs. 1998-11-14 11:22:25 +00:00
Huw D M Davies d03d23d999 Fix allocation size in CreateDIBPatternBrush*. 1998-11-14 11:20:51 +00:00
Alexandre Julliard ea495f0dcd Release 981108. 1998-11-08 18:20:34 +00:00
NF Stevens e1f67b99bb Fixed keystroke accelerators in dialogs which have controls containing
other controls as child windows.
1998-11-08 16:44:41 +00:00
Juergen Schmied fdf6aa4eed Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
16->32 bit conversion.
1998-11-08 16:28:49 +00:00
Eric Pouech cd67edd365 Prevent CreateDIBSection from seg faulting when one dimension of
section is 0.
1998-11-08 16:27:02 +00:00
Stephen Langasek dc163422a1 Support for IPX networking via winsock under Linux. 1998-11-08 15:42:40 +00:00
Uwe Bonnes e2ed0c92b1 Added a stub for StartDocA and EndDoc. 1998-11-08 15:38:32 +00:00
James Sutherland 577db37b2a More complete implementation of the SetCtrlHandler() function (and the
related console functions).
1998-11-08 15:09:08 +00:00
Jeff Johann 471b5dff8d Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
updates.
1998-11-08 15:07:22 +00:00
Ove Kaaven 194cfed110 Simulate the VGA vertical refresh. 1998-11-08 15:06:31 +00:00
Lionel Ulmer 5e144868d7 Added support of source and destination rectangles in Blit function. 1998-11-08 14:27:30 +00:00
Lionel Ulmer 12de3ea346 Added device type constants and used them in device enumeration
function.
1998-11-08 14:24:04 +00:00
Uwe Bonnes 877634420f API documentation says that RegEnumKeyEx, RegEnumValue and
RegQueryInfoKey takes the size of the buffers as characters.
1998-11-08 14:22:31 +00:00
Alexandre Julliard 44d31a5776 Added missing #include "config.h" 1998-11-08 14:18:04 +00:00
Justin Bradford 847918cf5b Replaces CoCreateGuid stub with an implementation of DCE's UUID
specification. Also removes some unnecessary code from StringFromCLSID.
1998-11-08 13:36:39 +00:00
Uwe Bonnes 627702de72 Added an extern "C" safeguard. 1998-11-08 13:14:55 +00:00
Uwe Bonnes 9fdceb8a21 - adds GetExitCodeProcess
- corrects the return-type of GetKeyState
- corrects the winelib definition of IsDialogMessage
- adds winelib definitions for PrintDlg
1998-11-08 13:12:49 +00:00
Rein Klazes c66d9af7e7 ExtSelectClipRgn fix: RGN_DIFF did not work. 1998-11-08 13:01:41 +00:00
Ulrich Weigand a11ce32ad4 Adapted to new input event handling. 1998-11-08 12:27:26 +00:00
Ulrich Weigand 2b067584e9 USER-side part of input event handling: contains implementation of
keybd_event and mouse_event, and USER-related code removed from
windows/event.c and windows/keyboard.c.
1998-11-08 12:26:36 +00:00
Ulrich Weigand a6663e8573 Stubs for DISPLAY.DRV removed from keyboard.c. 1998-11-08 12:24:02 +00:00
Ulrich Weigand bf844a4f38 Implementation of MOUSE.DRV (contains some code taken from
windows/event.c).
1998-11-08 12:21:35 +00:00