70665 Commits

Author SHA1 Message Date
Andreas Mohr
29bbe12285 Enhanced OABuildVersion() to return different version values for
different winvers.
1998-11-22 16:36:07 +00:00
Andreas Mohr
8f4252d6c6 Added INT21_ParseFileNameIntoFCB() and some other things to get
COMMAND.COM working.
1998-11-22 16:33:35 +00:00
Juergen Schmied
197cc88450 Added missing entry for GetNumberFormatW. 1998-11-22 16:20:49 +00:00
Juergen Schmied
c509615f51 Checking for NULL-pointer. 1998-11-22 16:16:58 +00:00
Alexandre Julliard
84923b372b Added David Luyer. 1998-11-22 15:49:37 +00:00
Robert Pouliot
dfb1e9e436 Better OLE support in French languages. 1998-11-22 15:48:36 +00:00
Juergen Schmied
d0fc60ad05 Implementation of CreateProcess32W. 1998-11-22 15:46:05 +00:00
David Luyer
7401463528 Queuing of deferred Expose events. 1998-11-22 15:44:59 +00:00
Marcus Meissner
4f7dc46ca2 LB_GETTEXT: Handle passed NULL buffer. 1998-11-22 15:43:34 +00:00
Marcus Meissner
21777c59c7 CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
byte NULL buffer.
1998-11-22 15:41:00 +00:00
Marcus Meissner
9dc325629d Turn mega double switch into static table (reduces compile time). 1998-11-22 15:36:14 +00:00
Alexandre Julliard
460d28cbf6 Added Robert Riggs. 1998-11-22 15:14:22 +00:00
Robert Riggs
4021f5cceb include ddraw.h, questionable fix for questionable struct/union
construct in MS's D3DVECTOR definition.
1998-11-22 15:10:19 +00:00
Robert Riggs
88bd980951 More flags (DirectX 5.2), DirectSound3DListener and
DirectSound3DBuffer structures, include some required files
(windows.h, compobj.h, and d3d.h).
1998-11-22 15:09:33 +00:00
Robert Riggs
b0fc58cd13 DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
primary buffer is implemented closer to what the SDK docs specify,
other SDK documented behaviour enforced. Completed the devcaps list.
1998-11-22 15:08:48 +00:00
Juergen Schmied
057d9f23d2 New stubs strdate, strtime. 1998-11-22 15:06:56 +00:00
Ulrich Weigand
afda9a3a24 Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption. 1998-11-22 15:06:01 +00:00
Cliff Wright
28d3d213f1 Fixed a mask set, and other parity setting bugs for serial ports. 1998-11-22 15:05:18 +00:00
Vasudev Mulchandani
e6520dcd5f Added BSDI sigcontext definitions. 1998-11-22 14:14:56 +00:00
Rein Klazes
cb37dfda0f Fixed typo. 1998-11-22 14:13:47 +00:00
Marcus Meissner
38980e4624 Remove now useless RELAY_ShowDebugmsgsRelay check. 1998-11-22 14:12:36 +00:00
Marcus Meissner
0a45ada038 Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
directory, for they seem to be relocated by the standard relocating
mechanism. (Explicitly checked one program using it)
1998-11-22 14:11:59 +00:00
Marcus Meissner
e1ab22da8f PathAddBackshlash, PathRemoveBackslash: argument is not constant. 1998-11-22 14:11:22 +00:00
Marcus Meissner
de12d2abe4 Check wndPtr for NULL. 1998-11-22 13:29:29 +00:00
Marcus Meissner
fa434ffaf2 BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw). 1998-11-22 13:28:48 +00:00
Huw D M Davies
9650864743 Takes print spooler functions out of win16drv.
Allows the PostScript driver to go into libwine.
1998-11-22 12:55:24 +00:00
Ian Schmidt
8150b52c36 Added stubs for two undocumented GDI routines, SetMagicColors and
SetSolidBrush. This allows Win98 native USER to start up.
1998-11-22 12:54:38 +00:00
Stephen Crowley
8320d678cc Fixed the DGA detection code in ddraw. You don't need root access,
having r+w access to /dev/mem is enough.
1998-11-22 12:53:54 +00:00
Marcus Meissner
1cd7056636 DirectDraw status updated.
Use cooperative window for drawing in xlib implementation if possible.
Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
1998-11-22 12:33:29 +00:00
David Faure
6c6e3e484a Micro patch for AltGr key on german keyboards. 1998-11-22 12:22:07 +00:00
Juergen Schmied
4658e4d8dd Fixes error handling (SetLastError() and return value). 1998-11-22 12:21:05 +00:00
Gael de Chalendar
d5af0175c7 Partially complete GetTextCharsetInfo and corrects return values for
this family of functions.
1998-11-22 12:19:49 +00:00
Juergen Schmied
1509b2d0a7 Bug fix. 1998-11-15 18:12:12 +00:00
Eric Kohl
c011267b97 Fixed retrieval of invalid palette data in GetDIBits(). 1998-11-15 18:10:11 +00:00
John Richardson
04e57f97fc Allow SWP_HIDEWINDOW to be called on windows that are already hidden
without unmapping them again.
1998-11-15 18:07:04 +00:00
Pim Bollen
a97db5e450 Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
outside desktop window with gtwin.exe (Dutch banking program).
1998-11-15 18:05:32 +00:00
Alexandre Julliard
737fa07db7 Small atom fixes. 1998-11-15 17:29:15 +00:00
Dirk Thierbach
f1ac4ef72b Fixed bug in StretchDIBits32 (wrong origin). 1998-11-15 17:25:44 +00:00
Juergen Schmied
36636ed74c Small fixes. 1998-11-15 16:53:34 +00:00
Lionel Ulmer
16704da018 Some corrections to the handling of off-screen buffers.
Correction to the EnumDisplayModes function.
Added XShm support to Xlib driver.
Open a DirectX window even when using the DGA driver.
1998-11-15 16:43:32 +00:00
Juergen Schmied
72b76d1a41 Cleanup, small fixes, a few new stubs. 1998-11-15 13:28:00 +00:00
Juergen Schmied
cf5faa6421 Handling for listviewstyles, view mode buttons in filedialogs
enabled and handled.
New listview columns Size, Type, Modified for reportview
created and handled.
1998-11-15 13:27:16 +00:00
Juergen Schmied
1572d71db6 New file, wrapper for IShellBrowser class. 1998-11-15 13:26:25 +00:00
Juergen Schmied
255bf17191 New file, some helper functions for icon cache.
Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
Shell_GetImageList in this file.
1998-11-15 13:25:18 +00:00
Juergen Schmied
62c4f3d0bd Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize. 1998-11-15 13:19:30 +00:00
Juergen Schmied
65064b9d60 LoadLibraryEx: show a warning when called with unimplemented parm. 1998-11-15 12:15:07 +00:00
Alexandre Julliard
6da20b9d0e Cleaned up a bit. 1998-11-15 11:51:14 +00:00
Marcus Meissner
735bec0f2f Clean invalid selectors on the pop %xs from the STACKFRAME itself
instead of using linked list hack.
1998-11-15 11:34:10 +00:00
Alexandre Julliard
6a4aa4917d Removed gets message. 1998-11-15 10:26:13 +00:00
David Luyer
cc0588b4e0 Added Thai nls-resources. 1998-11-15 10:21:19 +00:00