1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
Commit graph

479 commits

Author SHA1 Message Date
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
Ulrich Weigand
d1b919c7e4 Implementation of KEYBOARD.DRV (code mostly taken from previous
windows/keyboard.c).
1998-11-08 12:19:23 +00:00
Ulrich Weigand
e8b02745e3 Bugfix: really *do* switch to the initial task's stack.
CallLargeStack mechanism re-enabled.
1998-11-08 12:07:36 +00:00
Eric Kohl
3a230263ac Added stub for CreateBindCtx() and added missing CoGetClassObject()
to *.spec file. Makes Internet Explorer 4.01 happy ;-)
1998-11-08 11:40:00 +00:00
Eric Kohl
c4b54f8fe6 Little improvement. 1998-11-08 11:39:10 +00:00
Eric Kohl
dc17f8de85 Added preliminary hit testing. Makes regedit.exe happy ;-) 1998-11-08 11:37:40 +00:00
Eric Kohl
f280961914 Improved documentation and fixed typos. 1998-11-08 11:36:04 +00:00
Eric Kohl
d040e9db4e Added DrawStatusText32AW() and CreateStatusWindow32AW(). 1998-11-08 11:33:05 +00:00
Eric Kohl
12461856e6 Improved display and layout code. 1998-11-08 11:31:12 +00:00
Eric Kohl
a867030e6b New Files. Added 'date and time picker' and 'month calendar' control
dummies. They are used by Outlook Express.
1998-11-08 11:30:27 +00:00
Charles Suprin
4104301e6d Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries. 1998-11-07 12:56:31 +00:00
Huw D M Davies
b76462c91d Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
which it did if either ellipse dimension was zero.
1998-11-07 12:42:54 +00:00
Huw D M Davies
904e20fdd0 Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
is zero.
1998-11-07 12:41:49 +00:00
Andreas Mohr
1f0f4829ad Added stub WNetEnumCachedPasswords. 1998-11-07 12:38:07 +00:00
Andreas Mohr
a01bab7772 Made this file DOSMOD friendly. 1998-11-07 12:36:56 +00:00
Andreas Mohr
5fa740af1d Unified "No implementation for..." warnings. 1998-11-07 12:35:50 +00:00
Marcus Meissner
6a41a4bffd monodebg.vxd used by some Origin programs implemented. 1998-11-07 12:32:59 +00:00
Uwe Bonnes
1f43de3456 Fail if less then one entire line requested in GetBitmapBits32. 1998-11-07 12:25:18 +00:00
Rein Klazes
cb505623c1 Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16. 1998-11-07 12:24:21 +00:00
John Richardson
2660e6a06c Implementation of CoLoadLibrary, CoFreeAllLibraries,
CoFreeUnusedLibraries, CoFreeLibrary.
Fixed misspelling of CoUninitialize.
1998-11-07 12:19:26 +00:00
Robert Pouliot
50af6022c7 Fixes for other languages. 1998-11-07 12:09:24 +00:00
John Richardson
2bb013b155 Fix wide character functions to return character count in character
quantities not byte quantities.  Make RegQueryInfoKey and
RegQueryInfoKey behave correctly in win95 mode.
1998-11-06 17:36:13 +00:00
Lionel Ulmer
89f8ba2129 Changed mouse button mapping and check size of return buffer. 1998-11-06 17:28:22 +00:00
Rein Klazes
8a91b4ad3e ExtSelectClipRgn() with RGN_COPY copies the wrong region. 1998-11-06 17:20:24 +00:00
Uwe Bonnes
99f1d37798 Fixed an error in the implementation of FILE_ShareDeny. 1998-11-06 16:39:57 +00:00
Marcus Meissner
e0e248eaee Solaris redefines ERR and CS, fixed occurances.
Solaris has TRAPNO in its sigcontext, added to sig_context.h
1998-11-06 16:30:41 +00:00
Eric Pouech
46b68f091c Made mmioSetBuffer callable from 16 and 32 bit code. 1998-11-06 16:04:09 +00:00
Juergen Schmied
e674ede085 Fixed wrong arg type. 1998-11-06 15:23:43 +00:00
Huw D M Davies
91d1608a59 Moved X11 DIB stuff to x11drv. 1998-11-06 11:03:00 +00:00
Uwe Bonnes
cd11f29ce1 The API for WideCharToMultiByte says that the src-string has only to be
treated as NULL-terminated if srclen is -1.
1998-11-06 10:58:33 +00:00