wine
21 years agoDon't bother sending WM_NCCREATE to the desktop window, this doesn't
Alexandre Julliard [Sat, 19 Apr 2003 21:27:19 +0000 (21:27 +0000)] 
Don't bother sending WM_NCCREATE to the desktop window, this doesn't
work anyway (spotted by Uwe Bonnes).

21 years agoCorrect device capabilites including support in previous patch, as
Jason Edmeades [Sat, 19 Apr 2003 20:33:23 +0000 (20:33 +0000)] 
Correct device capabilites including support in previous patch, as
well as making the texture operations capabilities more accurate.

21 years agoAdd DotProduct3 support if supported by opengl.
Jason Edmeades [Sat, 19 Apr 2003 20:30:58 +0000 (20:30 +0000)] 
Add DotProduct3 support if supported by opengl.

21 years agoAdded resource strings for language groups.
Maxime Bellengé [Sat, 19 Apr 2003 20:22:19 +0000 (20:22 +0000)] 
Added resource strings for language groups.

21 years agoReimplement SHFileOperation in Unicode, based on the work of Dietrich
Rolf Kalbermatter [Sat, 19 Apr 2003 20:09:09 +0000 (20:09 +0000)] 
Reimplement SHFileOperation in Unicode, based on the work of Dietrich
Teickner.

21 years agoMake codesampler texture addressing mode sample work better.
Jason Edmeades [Sat, 19 Apr 2003 20:08:14 +0000 (20:08 +0000)] 
Make codesampler texture addressing mode sample work better.
Add mirrorsupport (if opengl 1.3) and make clamp and border appear
more similar to Windows.

21 years agoDummy RPC exception macros.
Ove Kaaven [Sat, 19 Apr 2003 20:06:58 +0000 (20:06 +0000)] 
Dummy RPC exception macros.

21 years agoImplemented simple caching of client connections.
Ove Kaaven [Sat, 19 Apr 2003 20:06:42 +0000 (20:06 +0000)] 
Implemented simple caching of client connections.

21 years agoRemove the generation of all documentation in one document.
Dimitrie O. Paun [Sat, 19 Apr 2003 02:50:57 +0000 (02:50 +0000)] 
Remove the generation of all documentation in one document.

21 years agoFixed a race condition on RPC worker thread creation, and a typo.
Ove Kaaven [Sat, 19 Apr 2003 02:49:35 +0000 (02:49 +0000)] 
Fixed a race condition on RPC worker thread creation, and a typo.

21 years agoAdded missing AddRef.
Ove Kaaven [Sat, 19 Apr 2003 02:49:15 +0000 (02:49 +0000)] 
Added missing AddRef.

21 years agoFixed typo in comment.
Michal Janusz Miroslaw [Sat, 19 Apr 2003 02:48:34 +0000 (02:48 +0000)] 
Fixed typo in comment.

21 years agoTerminate the lfind inline function.
Vincent Béron [Sat, 19 Apr 2003 02:48:10 +0000 (02:48 +0000)] 
Terminate the lfind inline function.

21 years agoChange the version of win2k to SP3.
Vincent Béron [Sat, 19 Apr 2003 02:47:56 +0000 (02:47 +0000)] 
Change the version of win2k to SP3.
Change the version of XP to SP1.
Modify values of XP according to a post by Philipp Wollermann.

21 years agoAdd -fo as a synonym for -o, for compatibility with rc.
Dimitrie O. Paun [Sat, 19 Apr 2003 02:47:28 +0000 (02:47 +0000)] 
Add -fo as a synonym for -o, for compatibility with rc.
Line up help message, cleanup some error messages.

21 years agoOn Linux: avoid blocking in DOSFS_OpenDir_VFAT if specified path is
Michal Janusz Miroslaw [Sat, 19 Apr 2003 02:47:08 +0000 (02:47 +0000)] 
On Linux: avoid blocking in DOSFS_OpenDir_VFAT if specified path is
not a directory.

21 years agoYet another attempt at fixing the htonl functions.
Alexandre Julliard [Thu, 17 Apr 2003 02:47:17 +0000 (02:47 +0000)] 
Yet another attempt at fixing the htonl functions.

21 years agoFixed alloca handling the way mingw does it (reported by Vincent
Alexandre Julliard [Thu, 17 Apr 2003 02:40:21 +0000 (02:40 +0000)] 
Fixed alloca handling the way mingw does it (reported by Vincent
Béron).

21 years agoAvoid local WINAPI function pointers in _invoke.
Alexandre Julliard [Thu, 17 Apr 2003 02:20:52 +0000 (02:20 +0000)] 
Avoid local WINAPI function pointers in _invoke.

21 years agoImplemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
Rolf Kalbermatter [Thu, 17 Apr 2003 02:18:33 +0000 (02:18 +0000)] 
Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
from ILGetDisplayNameAW and ILGetDisplayNameExAW.

21 years agoHandle creation of a depth/stencil buffer when creating a device.
Christian Costa [Thu, 17 Apr 2003 02:16:07 +0000 (02:16 +0000)] 
Handle creation of a depth/stencil buffer when creating a device.
Implement IDirect3D8DeviceImpl_GetDepthStencilBuffer.

21 years agombtowc returns -1 if we can't find a valid multibyte char in the non
Michael Stefaniuc [Thu, 17 Apr 2003 02:15:03 +0000 (02:15 +0000)] 
mbtowc returns -1 if we can't find a valid multibyte char in the non
NULL source string.

21 years agoFixes for SystemTimeToTzSpecificLocalTime() and
Martin Fuchs [Thu, 17 Apr 2003 02:14:38 +0000 (02:14 +0000)] 
Fixes for SystemTimeToTzSpecificLocalTime() and
TzSpecificLocalTimeToSystemTime().

21 years agoFix for client accessing a named pipe after the server closes it.
Bill Medland [Thu, 17 Apr 2003 02:14:04 +0000 (02:14 +0000)] 
Fix for client accessing a named pipe after the server closes it.

21 years agoRefuse to read non-block device set in config.
Michal Janusz Miroslaw [Thu, 17 Apr 2003 02:13:01 +0000 (02:13 +0000)] 
Refuse to read non-block device set in config.
Avoid blocking on open if user sets device to unconnected pipe.

21 years agoFindFirstFile on root directory should fail.
Uwe Bonnes [Thu, 17 Apr 2003 02:10:04 +0000 (02:10 +0000)] 
FindFirstFile on root directory should fail.

21 years agoFall back to kill() if the kernel doesn't support tkill().
Alexandre Julliard [Wed, 16 Apr 2003 23:34:05 +0000 (23:34 +0000)] 
Fall back to kill() if the kernel doesn't support tkill().

21 years agoImplemented RtlIsNameLegalDOS8Dot3 (based on a patch by Eric Pouech).
Alexandre Julliard [Wed, 16 Apr 2003 23:15:29 +0000 (23:15 +0000)] 
Implemented RtlIsNameLegalDOS8Dot3 (based on a patch by Eric Pouech).
Implemented RtlUpcaseUnicodeStringToCountedOemString.

21 years ago- Fix DirectPlayEnumerateA exit code.
Sylvain Petreolle [Wed, 16 Apr 2003 23:12:07 +0000 (23:12 +0000)] 
- Fix DirectPlayEnumerateA exit code.
- Add default registry entry for DirectPlay Service Providers.

21 years agoFix the path of keyboard.c inside a FIXME log statement.
Rein Klazes [Wed, 16 Apr 2003 23:10:21 +0000 (23:10 +0000)] 
Fix the path of keyboard.c inside a FIXME log statement.

21 years agoDon't use a hex number for the event in the default string.
Uwe Bonnes [Wed, 16 Apr 2003 23:09:59 +0000 (23:09 +0000)] 
Don't use a hex number for the event in the default string.

21 years agoChange c2man that it works with the new format of the spec files
Thomas Mertes [Wed, 16 Apr 2003 23:09:28 +0000 (23:09 +0000)] 
Change c2man that it works with the new format of the spec files
(without exported name).

21 years agoDon't link cross compiled tests against Wine import libraries.
Hans Leidekker [Wed, 16 Apr 2003 23:09:02 +0000 (23:09 +0000)] 
Don't link cross compiled tests against Wine import libraries.

21 years agoPrint out Windows version values, in human-readable format.
Andreas Mohr [Wed, 16 Apr 2003 23:08:33 +0000 (23:08 +0000)] 
Print out Windows version values, in human-readable format.

21 years agoFix the ListView_SetItemState macro.
Rein Klazes [Wed, 16 Apr 2003 23:08:10 +0000 (23:08 +0000)] 
Fix the ListView_SetItemState macro.

21 years agoAllow overriding CFLAGS when running configure. Other small cleanups.
Alexandre Julliard [Mon, 14 Apr 2003 21:46:41 +0000 (21:46 +0000)] 
Allow overriding CFLAGS when running configure. Other small cleanups.

21 years agoInsert the last free block of a subheap at the end of the free list to
Alexandre Julliard [Mon, 14 Apr 2003 21:44:21 +0000 (21:44 +0000)] 
Insert the last free block of a subheap at the end of the free list to
avoid using uncomitted space unless really necessary.

21 years agoFixed gcc varargs macro syntax (reported by Gabriele Giorgetti).
Alexandre Julliard [Mon, 14 Apr 2003 21:42:57 +0000 (21:42 +0000)] 
Fixed gcc varargs macro syntax (reported by Gabriele Giorgetti).

21 years agoHacked 0x00a5 to map to backslash in Shift-JIS codepage.
Alexandre Julliard [Mon, 14 Apr 2003 21:39:23 +0000 (21:39 +0000)] 
Hacked 0x00a5 to map to backslash in Shift-JIS codepage.
Added mapping for 0x00a6.

21 years agoFix typo: sqml -> sgml.
Hans Leidekker [Mon, 14 Apr 2003 21:35:14 +0000 (21:35 +0000)] 
Fix typo: sqml -> sgml.

21 years agoHandle multiline output from grep and don't grep for empty strings.
Hans Leidekker [Mon, 14 Apr 2003 21:34:45 +0000 (21:34 +0000)] 
Handle multiline output from grep and don't grep for empty strings.

21 years agoHave the 'make_opengl' in line with the (manually edited) spec file.
Lionel Ulmer [Mon, 14 Apr 2003 21:34:11 +0000 (21:34 +0000)] 
Have the 'make_opengl' in line with the (manually edited) spec file.

21 years agoFix blatantly wrong SetFilePointer() calls.
Andreas Mohr [Mon, 14 Apr 2003 21:33:49 +0000 (21:33 +0000)] 
Fix blatantly wrong SetFilePointer() calls.

21 years agoPartially implement proxy support.
Dominik Strasser [Mon, 14 Apr 2003 21:32:36 +0000 (21:32 +0000)] 
Partially implement proxy support.

21 years agoTransform the Packaging Guide into a nice ASCII file.
Dimitrie O. Paun [Mon, 14 Apr 2003 21:31:48 +0000 (21:31 +0000)] 
Transform the Packaging Guide into a nice ASCII file.
Update it to the latest info, make it less prone to obsolescence.
Updated the Wine executables from list produced by Tom Wickline.

21 years agoDon't use Wine debugging API in tests.
Alexandre Julliard [Sun, 13 Apr 2003 01:09:23 +0000 (01:09 +0000)] 
Don't use Wine debugging API in tests.

21 years agoInterrupt handling now prints more trace information.
Jukka Heinonen [Sun, 13 Apr 2003 01:06:36 +0000 (01:06 +0000)] 
Interrupt handling now prints more trace information.
Replaced some magic numbers with preprocessor constants.

21 years agoFix for compiling on NetBSD.
Yorick Hardy [Sun, 13 Apr 2003 01:06:14 +0000 (01:06 +0000)] 
Fix for compiling on NetBSD.

21 years agoInclude shlguid.h from shlobj.h.
Vincent Béron [Sun, 13 Apr 2003 01:05:31 +0000 (01:05 +0000)] 
Include shlguid.h from shlobj.h.
Expose IShellLink to Winelib apps.

21 years agoDefine some additional constants.
Vincent Béron [Sun, 13 Apr 2003 01:05:17 +0000 (01:05 +0000)] 
Define some additional constants.

21 years agoerrno should not be used as a variable name.
Yorick Hardy [Sun, 13 Apr 2003 01:04:25 +0000 (01:04 +0000)] 
errno should not be used as a variable name.

21 years agoIncrease MaxStreams to 2 in CAPS.
Christian Costa [Sun, 13 Apr 2003 01:03:05 +0000 (01:03 +0000)] 
Increase MaxStreams to 2 in CAPS.

21 years agoAdded some defines to d3d8 header.
Christian Costa [Sun, 13 Apr 2003 01:02:52 +0000 (01:02 +0000)] 
Added some defines to d3d8 header.

21 years agoImplemented RtlDetermineDosPathNameType_U and RtlIsDosDeviceName_U.
Alexandre Julliard [Sat, 12 Apr 2003 00:10:13 +0000 (00:10 +0000)] 
Implemented RtlDetermineDosPathNameType_U and RtlIsDosDeviceName_U.

21 years agoThe com_interface attribute is not needed on derived classes.
Alexandre Julliard [Sat, 12 Apr 2003 00:09:14 +0000 (00:09 +0000)] 
The com_interface attribute is not needed on derived classes.
Removed the ICOM_CTHIS* macros.

21 years agoHeader files must not include config.h.
Alexandre Julliard [Sat, 12 Apr 2003 00:06:42 +0000 (00:06 +0000)] 
Header files must not include config.h.

21 years agoFixed rules for auto documentation (reported by Vincent Béron).
Alexandre Julliard [Sat, 12 Apr 2003 00:05:27 +0000 (00:05 +0000)] 
Fixed rules for auto documentation (reported by Vincent Béron).

21 years agoAdded NtQueryProcessInformation case needed by NT version of MSI.
Robert Shearman [Sat, 12 Apr 2003 00:01:32 +0000 (00:01 +0000)] 
Added NtQueryProcessInformation case needed by NT version of MSI.

21 years agoAdd aliases to configure check for mingw cross compiler and dlltool.
Hans Leidekker [Sat, 12 Apr 2003 00:00:57 +0000 (00:00 +0000)] 
Add aliases to configure check for mingw cross compiler and dlltool.

21 years agoFixed PCM format evaluation bug.
Robert Reif [Fri, 11 Apr 2003 23:59:19 +0000 (23:59 +0000)] 
Fixed PCM format evaluation bug.
Properly clean up partially created sound buffers.

21 years agoAdded support for generating dependencies for idl files.
Alexandre Julliard [Fri, 11 Apr 2003 00:38:56 +0000 (00:38 +0000)] 
Added support for generating dependencies for idl files.

21 years agoAdded the GRADIENT_FILL_TRIANGLE case in GdiGradientFill.
Maxime Bellengé [Fri, 11 Apr 2003 00:37:17 +0000 (00:37 +0000)] 
Added the GRADIENT_FILL_TRIANGLE case in GdiGradientFill.

21 years agoChanged capture format printing to hex.
Robert Reif [Fri, 11 Apr 2003 00:35:50 +0000 (00:35 +0000)] 
Changed capture format printing to hex.

21 years agoAdd direct sound driver guids.
Robert Reif [Fri, 11 Apr 2003 00:35:33 +0000 (00:35 +0000)] 
Add direct sound driver guids.

21 years agoSimplified COM interface declarations, removing the need to define
Alexandre Julliard [Fri, 11 Apr 2003 00:31:02 +0000 (00:31 +0000)] 
Simplified COM interface declarations, removing the need to define
both an xxx_METHODS and an xxx_IMETHODS macro.

21 years agoGet rid of the ICOM_CALL macros.
Alexandre Julliard [Thu, 10 Apr 2003 21:13:58 +0000 (21:13 +0000)] 
Get rid of the ICOM_CALL macros.

21 years agoIgnore "U " in nm -u output.
Alexandre Julliard [Thu, 10 Apr 2003 18:36:40 +0000 (18:36 +0000)] 
Ignore "U " in nm -u output.

21 years agoBetter error messages.
Robert Reif [Thu, 10 Apr 2003 18:33:46 +0000 (18:33 +0000)] 
Better error messages.

21 years agoRemoved uses of the non standard ICOM_VTBL macro.
Alexandre Julliard [Thu, 10 Apr 2003 18:17:34 +0000 (18:17 +0000)] 
Removed uses of the non standard ICOM_VTBL macro.

21 years agoUse a more compatible technique to declare COM interfaces methods,
Alexandre Julliard [Thu, 10 Apr 2003 00:19:24 +0000 (00:19 +0000)] 
Use a more compatible technique to declare COM interfaces methods,
using Microsoft's STDMETHOD macros instead of the Wine-specific
ICOM_METHOD ones.

21 years agoChanged DLL version to 8.
Robert Reif [Wed, 9 Apr 2003 23:34:49 +0000 (23:34 +0000)] 
Changed DLL version to 8.

21 years agoWe don't need to dlopen the app module before the LoadLibrary().
Dimitrie O. Paun [Wed, 9 Apr 2003 23:34:19 +0000 (23:34 +0000)] 
We don't need to dlopen the app module before the LoadLibrary().

21 years agoAdded more extended error codes.
Vitaliy Margolen [Wed, 9 Apr 2003 23:33:50 +0000 (23:33 +0000)] 
Added more extended error codes.

21 years agoAdd and fix a few stubs to return correct error.
Vitaliy Margolen [Wed, 9 Apr 2003 23:33:35 +0000 (23:33 +0000)] 
Add and fix a few stubs to return correct error.

21 years agoKeep README.fr in sync.
Vincent Béron [Wed, 9 Apr 2003 23:32:16 +0000 (23:32 +0000)] 
Keep README.fr in sync.

21 years agoRelease 20030408. wine-20030408
Alexandre Julliard [Tue, 8 Apr 2003 23:37:38 +0000 (23:37 +0000)] 
Release 20030408.

21 years agoUpdated URLs.
Alexandre Julliard [Tue, 8 Apr 2003 22:39:29 +0000 (22:39 +0000)] 
Updated URLs.

21 years agoAdded stubs for all dmusic interfaces.
Rok Mandeljc [Tue, 8 Apr 2003 21:42:00 +0000 (21:42 +0000)] 
Added stubs for all dmusic interfaces.

21 years agoFixed tagLVDISPINFO definition.
Juraj Hercek [Tue, 8 Apr 2003 20:49:01 +0000 (20:49 +0000)] 
Fixed tagLVDISPINFO definition.

21 years agoFixed generation of makefiles and wrapper files when "--wrap" option
Juraj Hercek [Tue, 8 Apr 2003 19:42:30 +0000 (19:42 +0000)] 
Fixed generation of makefiles and wrapper files when "--wrap" option
is used.

21 years agoOnly log the parameters of tapiGetLocationInfo as addresses, as output
Rein Klazes [Tue, 8 Apr 2003 19:42:06 +0000 (19:42 +0000)] 
Only log the parameters of tapiGetLocationInfo as addresses, as output
parameters they probably point to garbage.

21 years agoCompare the two items in LISTBOX_FindStringPos() in the same order as
Rein Klazes [Tue, 8 Apr 2003 19:41:52 +0000 (19:41 +0000)] 
Compare the two items in LISTBOX_FindStringPos() in the same order as
in Windows.

21 years agoAdd some more newly arrived dlls.
Hans Leidekker [Tue, 8 Apr 2003 19:41:25 +0000 (19:41 +0000)] 
Add some more newly arrived dlls.

21 years agoReturn correct segment for VESA information.
Jukka Heinonen [Tue, 8 Apr 2003 19:41:03 +0000 (19:41 +0000)] 
Return correct segment for VESA information.
Check oem number/version flag first and after that overwrite condition
code.

21 years agoAdd stub for InvalidateNLSCache.
Michal Janusz Miroslaw [Tue, 8 Apr 2003 19:40:37 +0000 (19:40 +0000)] 
Add stub for InvalidateNLSCache.

21 years agoMake DRIVE_FindRootW really behave like DRIVE_FindRoot.
Alexandre Julliard [Tue, 8 Apr 2003 03:58:42 +0000 (03:58 +0000)] 
Make DRIVE_FindRootW really behave like DRIVE_FindRoot.

21 years agoAdded stubs for dpnhpast and for all the dmusic dlls.
Rok Mandeljc [Tue, 8 Apr 2003 03:56:04 +0000 (03:56 +0000)] 
Added stubs for dpnhpast and for all the dmusic dlls.

21 years agoAvoid warning.
Alexandre Julliard [Tue, 8 Apr 2003 00:56:32 +0000 (00:56 +0000)] 
Avoid warning.

21 years agoTests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAccessesGranted,
Thomas Mertes [Tue, 8 Apr 2003 00:56:01 +0000 (00:56 +0000)] 
Tests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAccessesGranted,
RtlAreAnyAccessesGranted, RtlUnicodeStringToAnsiString,
RtlAppendAsciizToString, RtlAppendStringToString,
RtlAppendUnicodeToString and RtlAppendUnicodeStringToString.

21 years agoImplemented RtlRandom, RtlAreAllAccessesGranted,
Thomas Mertes [Tue, 8 Apr 2003 00:55:36 +0000 (00:55 +0000)] 
Implemented RtlRandom, RtlAreAllAccessesGranted,
RtlAreAnyAccessesGranted, RtlCopyLuid, RtlEqualLuid, RtlMapGenericMask
and RtlCopyLuidAndAttributesArray.
Documentation updates for RtlExtendedMagicDivide, RtlUniform,
RtlUnicodeStringToAnsiString, RtlAppendAsciizToString,
RtlAppendStringToString, RtlAppendUnicodeToString and
RtlAppendUnicodeStringToString.

21 years agoFixed ecvt/fcvt/gcvt entries.
Adam Gundy [Mon, 7 Apr 2003 23:30:20 +0000 (23:30 +0000)] 
Fixed ecvt/fcvt/gcvt entries.

21 years agoAdded possibility to filter relay traces based on the module that
Alexandre Julliard [Mon, 7 Apr 2003 23:27:54 +0000 (23:27 +0000)] 
Added possibility to filter relay traces based on the module that
called the function. Cleaned up a few traces.

21 years agoImplemented the GRADIENT_FILL_RECT{H|V} cases of GdiGradientFill.
Maxime Bellengé [Mon, 7 Apr 2003 23:21:03 +0000 (23:21 +0000)] 
Implemented the GRADIENT_FILL_RECT{H|V} cases of GdiGradientFill.

21 years agoFix a few incorrect tags.
Tom Hughes [Mon, 7 Apr 2003 23:20:08 +0000 (23:20 +0000)] 
Fix a few incorrect tags.

21 years agoMake winapi_check handle spec files where no handler is specified.
Hans Leidekker [Mon, 7 Apr 2003 23:19:43 +0000 (23:19 +0000)] 
Make winapi_check handle spec files where no handler is specified.

21 years agoSync winapi_check to Wine spec files.
Hans Leidekker [Mon, 7 Apr 2003 23:19:28 +0000 (23:19 +0000)] 
Sync winapi_check to Wine spec files.

21 years agoImplement SHLWAPI_269 and SHLWAPI_270.
Rolf Kalbermatter [Mon, 7 Apr 2003 23:19:04 +0000 (23:19 +0000)] 
Implement SHLWAPI_269 and SHLWAPI_270.
Fix a 0 reference bug in SHLWAPI_436 and change its return value to
what at least W2K does as well.

21 years agoAlign data to proper size.
Jerry Jenkins [Mon, 7 Apr 2003 23:18:31 +0000 (23:18 +0000)] 
Align data to proper size.

21 years agoRewrote most of the import fixup code to avoid doing redundant work
Alexandre Julliard [Sat, 5 Apr 2003 05:16:11 +0000 (05:16 +0000)] 
Rewrote most of the import fixup code to avoid doing redundant work
for every entry point. Moved it all to dlls/ntdll/loader.c.
Various optimizations in the other loader routines.

21 years agoFetch the exe module directly from the PDB instead of calling
Alexandre Julliard [Sat, 5 Apr 2003 05:13:33 +0000 (05:13 +0000)] 
Fetch the exe module directly from the PDB instead of calling
LdrGetDllHandle.