wine
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.

21 years agoFixed a problem when multiple devices are present and a device other
Robert Reif [Sat, 5 Apr 2003 05:11:02 +0000 (05:11 +0000)] 
Fixed a problem when multiple devices are present and a device other
than the first one is used.

21 years ago- The bindcontext object was leaking strings.
Alberto Massari [Sat, 5 Apr 2003 05:10:37 +0000 (05:10 +0000)] 
- The bindcontext object was leaking strings.
- Removed unused variable.

21 years agoImprove error message for RAS not being supported.
Gerald Pfeifer [Sat, 5 Apr 2003 05:10:18 +0000 (05:10 +0000)] 
Improve error message for RAS not being supported.

21 years agoWork around not implemented ioctl in BSD.
Eric Pouech [Sat, 5 Apr 2003 05:09:57 +0000 (05:09 +0000)] 
Work around not implemented ioctl in BSD.

21 years agoCleaned up the option mapping code a bit.
Alexandre Julliard [Fri, 4 Apr 2003 22:29:52 +0000 (22:29 +0000)] 
Cleaned up the option mapping code a bit.

21 years agoImplemented NtQueueApcThread, and changed the server APC interface to
Alexandre Julliard [Fri, 4 Apr 2003 22:26:34 +0000 (22:26 +0000)] 
Implemented NtQueueApcThread, and changed the server APC interface to
always take 3 parameters.
Implemented a number of other ntdll thread functions, and use them
from the kernel ones.

21 years agoWarning fixes.
Alexandre Julliard [Fri, 4 Apr 2003 22:13:02 +0000 (22:13 +0000)] 
Warning fixes.

21 years agoStructure README file in a better way, some doc fixes.
Andreas Mohr [Fri, 4 Apr 2003 22:12:21 +0000 (22:12 +0000)] 
Structure README file in a better way, some doc fixes.

21 years agoCorrect the error code returned when a file does not exist.
Mike Hearn [Fri, 4 Apr 2003 22:05:10 +0000 (22:05 +0000)] 
Correct the error code returned when a file does not exist.

21 years ago- Map winsock sockopts to the POSIX equivalents for IP multicast.
Mike Hearn [Fri, 4 Apr 2003 22:04:47 +0000 (22:04 +0000)] 
- Map winsock sockopts to the POSIX equivalents for IP multicast.
- Remap winsock1 constant values to winsock2 using a forwarder
  function.
- Change a FIXME to a TRACE, it appeared to be simply reporting
  progress.

21 years agoMerged PE_InitDLL into MODULE_InitDLL.
Alexandre Julliard [Fri, 4 Apr 2003 19:50:17 +0000 (19:50 +0000)] 
Merged PE_InitDLL into MODULE_InitDLL.
Fixed a few traces.

21 years agoRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define.
Alexandre Julliard [Fri, 4 Apr 2003 19:41:31 +0000 (19:41 +0000)] 
Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define.

21 years agoAdded an implementation of the MSVCRTD.DLL debugging C runtime DLL.
Adam Gundy [Fri, 4 Apr 2003 19:37:57 +0000 (19:37 +0000)] 
Added an implementation of the MSVCRTD.DLL debugging C runtime DLL.

21 years agoRemoved the commented out winsock support, it can't work anyway.
Alexandre Julliard [Fri, 4 Apr 2003 19:33:07 +0000 (19:33 +0000)] 
Removed the commented out winsock support, it can't work anyway.

21 years agoYet another hack to try to make this file compile in all
Alexandre Julliard [Fri, 4 Apr 2003 19:32:18 +0000 (19:32 +0000)] 
Yet another hack to try to make this file compile in all
circumstances.

21 years agoAdd a few missing BN_* constants.
Dimitrie O. Paun [Fri, 4 Apr 2003 19:31:41 +0000 (19:31 +0000)] 
Add a few missing BN_* constants.

21 years agoAvoid warning on redefinition of KEY_EVENT.
Alexandre Julliard [Thu, 3 Apr 2003 23:57:39 +0000 (23:57 +0000)] 
Avoid warning on redefinition of KEY_EVENT.

21 years agoNo longer call WaitFor*Object* from ntdll (but NtWait*Object*).
Eric Pouech [Thu, 3 Apr 2003 23:57:11 +0000 (23:57 +0000)] 
No longer call WaitFor*Object* from ntdll (but NtWait*Object*).

21 years agoUpdate version info to 8.1.
Rok Mandeljc [Thu, 3 Apr 2003 23:56:12 +0000 (23:56 +0000)] 
Update version info to 8.1.

21 years agoAdded version info.
Rok Mandeljc [Thu, 3 Apr 2003 23:55:27 +0000 (23:55 +0000)] 
Added version info.

21 years agoDon't output register function code if it's a forwarded entry point.
Alexandre Julliard [Thu, 3 Apr 2003 18:05:17 +0000 (18:05 +0000)] 
Don't output register function code if it's a forwarded entry point.

21 years agoAdd some missing HeapFree's and one missing free.
Michael Stefaniuc [Thu, 3 Apr 2003 18:04:40 +0000 (18:04 +0000)] 
Add some missing HeapFree's and one missing free.

21 years agoRemove bogus initialization in SetKeyboardState.
Vitaliy Margolen [Thu, 3 Apr 2003 18:03:22 +0000 (18:03 +0000)] 
Remove bogus initialization in SetKeyboardState.

21 years agoAdded wide character enumeration of sound devices.
Robert Reif [Thu, 3 Apr 2003 18:03:01 +0000 (18:03 +0000)] 
Added wide character enumeration of sound devices.

21 years agoAdded a few missing DX8 definitions.
Robert Reif [Thu, 3 Apr 2003 18:02:39 +0000 (18:02 +0000)] 
Added a few missing DX8 definitions.

21 years agoStubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
Paul McNett [Thu, 3 Apr 2003 18:02:19 +0000 (18:02 +0000)] 
Stubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
EndUpdateResourceA(), and EndUpdateResourceW().

21 years agoAdded hack to patch the glibc errno_location to jump to our function,
Alexandre Julliard [Thu, 3 Apr 2003 03:50:56 +0000 (03:50 +0000)] 
Added hack to patch the glibc errno_location to jump to our function,
based on a patch by Marcus Meissner.

21 years agoAdded --with-nptl configure option and necessary changes to support
Alexandre Julliard [Thu, 3 Apr 2003 02:54:54 +0000 (02:54 +0000)] 
Added --with-nptl configure option and necessary changes to support
running on top of NPTL threads.

21 years agoDon't bother checking for the errno function, simply define all of
Alexandre Julliard [Wed, 2 Apr 2003 23:27:46 +0000 (23:27 +0000)] 
Don't bother checking for the errno function, simply define all of
them.

21 years agoFix buffer overflow in datetime.
Vitaliy Margolen [Wed, 2 Apr 2003 23:25:01 +0000 (23:25 +0000)] 
Fix buffer overflow in datetime.

21 years agoZero initialize the reserved bytes in the toolbar details returned by
Adam Gundy [Wed, 2 Apr 2003 23:19:45 +0000 (23:19 +0000)] 
Zero initialize the reserved bytes in the toolbar details returned by
TOOLBAR_GetButton().

21 years agoAdded some stubs.
Uwe Bonnes [Wed, 2 Apr 2003 23:19:14 +0000 (23:19 +0000)] 
Added some stubs.

21 years agoFix ImageList_Read - the root cause of ugly toolbar icons.
Vitaliy Margolen [Wed, 2 Apr 2003 23:18:17 +0000 (23:18 +0000)] 
Fix ImageList_Read - the root cause of ugly toolbar icons.

21 years agoAdded abs_time_t structure to the server protocol, and added a dump
Alexandre Julliard [Wed, 2 Apr 2003 22:48:59 +0000 (22:48 +0000)] 
Added abs_time_t structure to the server protocol, and added a dump
routine for it that displays the relative timeout to make timeout
values easier to interpret.

21 years agoAdded more information to some of the failure messages.
Robert Reif [Wed, 2 Apr 2003 22:38:42 +0000 (22:38 +0000)] 
Added more information to some of the failure messages.
Fixed a bug where garbage data is printed out for the 2 MHz tests.

21 years agoMake use of the new spawnvp function in wine{gcc,wrap}.
Dimitrie O. Paun [Wed, 2 Apr 2003 22:36:29 +0000 (22:36 +0000)] 
Make use of the new spawnvp function in wine{gcc,wrap}.

21 years agoAdded entry for DirectSoundFullDuplexCreate.
Robert Reif [Wed, 2 Apr 2003 22:35:05 +0000 (22:35 +0000)] 
Added entry for DirectSoundFullDuplexCreate.

21 years agoDump string resources in a more readable way.
Alexandre Julliard [Wed, 2 Apr 2003 05:20:54 +0000 (05:20 +0000)] 
Dump string resources in a more readable way.

21 years agoAdd spawnvp to the portability lib.
Dimitrie O. Paun [Wed, 2 Apr 2003 05:20:12 +0000 (05:20 +0000)] 
Add spawnvp to the portability lib.

21 years agoInitialize the dummy char we send down the pipe to make valgrind
Alexandre Julliard [Wed, 2 Apr 2003 01:44:01 +0000 (01:44 +0000)] 
Initialize the dummy char we send down the pipe to make valgrind
happy.

21 years agoMake sure we don't use libwine_port functions when linking with
Alexandre Julliard [Wed, 2 Apr 2003 01:43:33 +0000 (01:43 +0000)] 
Make sure we don't use libwine_port functions when linking with
msvcrt.

21 years agoAdded support for marking heap blocks as inaccessible/uninitialized if
Alexandre Julliard [Wed, 2 Apr 2003 01:42:06 +0000 (01:42 +0000)] 
Added support for marking heap blocks as inaccessible/uninitialized if
valgrind is installed, based on a patch by Adam Gundy.

21 years agoHandle htonl() and friends like select(), this will hopefully avoid
Alexandre Julliard [Wed, 2 Apr 2003 01:38:42 +0000 (01:38 +0000)] 
Handle htonl() and friends like select(), this will hopefully avoid
conflicts with Unix headers.

21 years agoSome spelling and formatting fixes.
Andreas Mohr [Wed, 2 Apr 2003 01:23:43 +0000 (01:23 +0000)] 
Some spelling and formatting fixes.

21 years agoAdded support for R types in stabs parsing.
Eric Pouech [Wed, 2 Apr 2003 01:07:53 +0000 (01:07 +0000)] 
Added support for R types in stabs parsing.

21 years agoFixed a few FormatCode entries.
Eric Pouech [Wed, 2 Apr 2003 00:59:12 +0000 (00:59 +0000)] 
Fixed a few FormatCode entries.

21 years agoFix test to succeed in Win 98/2K and most probably ME/XP as well.
Rolf Kalbermatter [Tue, 1 Apr 2003 04:41:12 +0000 (04:41 +0000)] 
Fix test to succeed in Win 98/2K and most probably ME/XP as well.

21 years agoAdded SYSDEPS_GetUnixTid to return the Unix thread id to send to the
Alexandre Julliard [Tue, 1 Apr 2003 04:39:35 +0000 (04:39 +0000)] 
Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the
server.

21 years agoMoved prototype for SHBindToParent() to shlobj.h.
Rolf Kalbermatter [Tue, 1 Apr 2003 04:35:54 +0000 (04:35 +0000)] 
Moved prototype for SHBindToParent() to shlobj.h.

21 years ago- new, much more detailed and easier "step-by-step" layout
Andreas Mohr [Tue, 1 Apr 2003 03:26:13 +0000 (03:26 +0000)] 
- new, much more detailed and easier "step-by-step" layout
- better intro
- add Glossary (glossary.sgml)
- much better Getting Wine chapter
- much better Wine configuration chapter
- better Wine drive layer configuration section
- explain wineserver cmdline options
- rearranged tons of things into a less messy state
- tons of janitorial fixes

21 years agoPortability fixes.
Alexandre Julliard [Tue, 1 Apr 2003 00:12:50 +0000 (00:12 +0000)] 
Portability fixes.

21 years agoUse _spawnvp to replace fork for non-Unix platforms.
Alexandre Julliard [Tue, 1 Apr 2003 00:12:02 +0000 (00:12 +0000)] 
Use _spawnvp to replace fork for non-Unix platforms.

21 years agoAdded support for specifying an stdcall dll entry point.
Alexandre Julliard [Tue, 1 Apr 2003 00:08:32 +0000 (00:08 +0000)] 
Added support for specifying an stdcall dll entry point.

21 years agoRemoved uses of u_long. Use void* type for pointers where possible.
Alexandre Julliard [Tue, 1 Apr 2003 00:02:36 +0000 (00:02 +0000)] 
Removed uses of u_long. Use void* type for pointers where possible.

21 years agoFix some problems found while compiling and linking Wine under
Dmitry Timoshkov [Mon, 31 Mar 2003 23:58:27 +0000 (23:58 +0000)] 
Fix some problems found while compiling and linking Wine under
Cygwin.

21 years agoTry to make winsock.h more portable (based on a patch by Francois
Alexandre Julliard [Mon, 31 Mar 2003 23:56:35 +0000 (23:56 +0000)] 
Try to make winsock.h more portable (based on a patch by Francois
Gouget).

21 years agoNew winecfg skeleton app, based heavily on original work by Jaco
Dimitrie O. Paun [Mon, 31 Mar 2003 19:41:55 +0000 (19:41 +0000)] 
New winecfg skeleton app, based heavily on original work by Jaco
Greeff.

21 years agoUse regedit instead of regapi.
Sylvain Petreolle [Mon, 31 Mar 2003 19:34:53 +0000 (19:34 +0000)] 
Use regedit instead of regapi.

21 years agoTrace format fix.
Andreas Mohr [Mon, 31 Mar 2003 19:32:46 +0000 (19:32 +0000)] 
Trace format fix.

21 years agoAdded missing NONAMELESSSTRUCT/UNION.
Alexandre Julliard [Mon, 31 Mar 2003 19:32:20 +0000 (19:32 +0000)] 
Added missing NONAMELESSSTRUCT/UNION.