Jason Edmeades [Thu, 7 Oct 2004 04:22:21 +0000 (04:22 +0000)]
Add a IWineD3DDevice object type (empty for now), and create one when
an IDirect3DDevice object is created.
Francois Gouget [Thu, 7 Oct 2004 04:20:41 +0000 (04:20 +0000)]
Don't import parse_comma_list() unless necessary.
winapi_check_options.pm: Fix typo in the parse_comma_list()
reference.
Vincent Béron [Thu, 7 Oct 2004 04:20:24 +0000 (04:20 +0000)]
Use the proper #include file delimiter in advpack.
Martin Fuchs [Thu, 7 Oct 2004 04:20:04 +0000 (04:20 +0000)]
Immediately refresh child windows after changing the font.
Alexandre Julliard [Thu, 7 Oct 2004 03:12:44 +0000 (03:12 +0000)]
Force all the tools to be rebuilt before make depend, otherwise make
will try to do that from the include directory.
Alexandre Julliard [Thu, 7 Oct 2004 03:09:37 +0000 (03:09 +0000)]
Only send WM_PAINTICON and WM_ICONERASEBKGND to 16-bit windows (found
by Jeremy White).
Francois Gouget [Thu, 7 Oct 2004 03:06:48 +0000 (03:06 +0000)]
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
Francois Gouget [Thu, 7 Oct 2004 02:59:59 +0000 (02:59 +0000)]
Fix an 'uninitialized value' warning.
Francois Gouget [Thu, 7 Oct 2004 02:59:45 +0000 (02:59 +0000)]
Fix the VarI4FromI2 API documentation.
Francois Gouget [Thu, 7 Oct 2004 02:59:11 +0000 (02:59 +0000)]
Conformance tests must not include wine/debug.h.
Martin Fuchs [Thu, 7 Oct 2004 02:58:57 +0000 (02:58 +0000)]
Fix sigsegv when double clicking directory entries.
Alexandre Julliard [Wed, 6 Oct 2004 18:54:20 +0000 (18:54 +0000)]
Allow defined types to be used as function names.
Hans Leidekker [Wed, 6 Oct 2004 18:53:29 +0000 (18:53 +0000)]
Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
Add tests for these functions.
Dmitry Timoshkov [Wed, 6 Oct 2004 18:53:06 +0000 (18:53 +0000)]
Make message spy thread safe.
Rein Klazes [Wed, 6 Oct 2004 18:52:51 +0000 (18:52 +0000)]
- Fix WS_getsockopt for the options SO_LINGER, SO_RCVTIMEO and
SO_SNDTIMEO by adding data conversion from Unix to windows.
- Added a test for this.
Martin Fuchs [Wed, 6 Oct 2004 18:52:30 +0000 (18:52 +0000)]
- remove trailing semicolons from constant definitions
- add some comments
- make time_to_filetime() a static function
Martin Fuchs [Wed, 6 Oct 2004 18:52:15 +0000 (18:52 +0000)]
Fix generation of config.h.
Dmitry Timoshkov [Wed, 6 Oct 2004 18:52:01 +0000 (18:52 +0000)]
Add prototypes for GetWindowLongPtr/SetWindowLongPtr.
Dmitry Timoshkov [Wed, 6 Oct 2004 18:51:27 +0000 (18:51 +0000)]
Skip interthread message test under win9x, it causes a crash there.
Jason Edmeades [Wed, 6 Oct 2004 00:05:29 +0000 (00:05 +0000)]
Move the GetDeviceCaps into the wined3d library and call from d3d9.
Steven Edwards [Wed, 6 Oct 2004 00:05:07 +0000 (00:05 +0000)]
Remove useless FIXME in comment.
Martin Fuchs [Wed, 6 Oct 2004 00:04:54 +0000 (00:04 +0000)]
Fix msvcmaker imports.
Rolf Kalbermatter [Wed, 6 Oct 2004 00:04:39 +0000 (00:04 +0000)]
Fix bug found by Piotr Caban, where our function tried to delete a
directory eventhough the user canceled the operation.
Dmitry Timoshkov [Tue, 5 Oct 2004 23:45:35 +0000 (23:45 +0000)]
Add a test case for accelerators, make the test pass on Wine.
Dmitry Timoshkov [Tue, 5 Oct 2004 22:35:00 +0000 (22:35 +0000)]
Added a test case for inter-thread DispatchMessage.
Alexandre Julliard [Tue, 5 Oct 2004 22:33:22 +0000 (22:33 +0000)]
Prevent DispatchMessage from dispatching a message to a different
thread (reported by Dmitry Timoshkov).
Marcus Meissner [Tue, 5 Oct 2004 22:31:14 +0000 (22:31 +0000)]
Make sure PostScript floats are printed with LC_NUMERIC="C".
Jon Griffiths [Tue, 5 Oct 2004 22:31:00 +0000 (22:31 +0000)]
Draw background of the empty selected item in empty lists.
Don't draw a focus rect if we dont have the focus.
Don't select items on key up/down in multi-select lists.
Handle LBS_NOSEL correctly, fix remaining todo_wine tests.
Huw Davies [Tue, 5 Oct 2004 18:31:58 +0000 (18:31 +0000)]
Tests for PathCreateFromUrl, PathIsURL, UrlCreateFromPath and
UrlUnescape.
Huw Davies [Tue, 5 Oct 2004 18:31:41 +0000 (18:31 +0000)]
Rewrite UrlCreateFromPath.
Martin Fuchs [Tue, 5 Oct 2004 18:31:21 +0000 (18:31 +0000)]
Don't use ".previous" for Cygwin build.
Francois Gouget [Tue, 5 Oct 2004 18:15:29 +0000 (18:15 +0000)]
Assorted spelling fixes.
Francois Gouget [Tue, 5 Oct 2004 18:14:02 +0000 (18:14 +0000)]
Identify comm.drv as a 16bit dll.
Francois Gouget [Tue, 5 Oct 2004 18:10:21 +0000 (18:10 +0000)]
Replace some IUnknown_QueryInterface() calls with the specific call
for the object being used.
Jacek Caban [Tue, 5 Oct 2004 18:09:34 +0000 (18:09 +0000)]
Added/updated Polish translations.
Francois Gouget [Tue, 5 Oct 2004 18:08:57 +0000 (18:08 +0000)]
Limit the length of progress messages to less than $COLUMNS || 80
characters so they don't wrap (which would cause them to be badly
erased).
Make good use of the 'x', the perl string multiplication operator.
Add function prototypes.
Francois Gouget [Tue, 5 Oct 2004 18:08:40 +0000 (18:08 +0000)]
Add function prototypes.
Huw Davies [Tue, 5 Oct 2004 18:07:49 +0000 (18:07 +0000)]
Implement CreateDispTypeInfo.
Huw Davies [Tue, 5 Oct 2004 18:07:14 +0000 (18:07 +0000)]
Rewrite PathCreateFromUrl.
Alexandre Julliard [Tue, 5 Oct 2004 04:44:20 +0000 (04:44 +0000)]
Removed no longer needed ICOM compatibility mode in widl.
Dimitrie O. Paun [Tue, 5 Oct 2004 04:39:35 +0000 (04:39 +0000)]
Audit combo control code.
Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
Alexandre Julliard [Tue, 5 Oct 2004 04:38:15 +0000 (04:38 +0000)]
Get rid of the non-standard Ixxx_METHODS macro definitions, declare
the interfaces explicitly instead.
Alexandre Julliard [Tue, 5 Oct 2004 04:16:21 +0000 (04:16 +0000)]
Avoid depending on the non-standard IUnknown_METHODS macro in Wine
internal headers.
Tony Lambregts [Tue, 5 Oct 2004 04:12:09 +0000 (04:12 +0000)]
Ask for link if patch is related to a bug in Bugzilla.
Huw Davies [Tue, 5 Oct 2004 04:11:49 +0000 (04:11 +0000)]
Fix UrlUnescapeW.
Dimitrie O. Paun [Tue, 5 Oct 2004 04:11:29 +0000 (04:11 +0000)]
Audit the static control code.
Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
Dimitrie O. Paun [Tue, 5 Oct 2004 04:11:13 +0000 (04:11 +0000)]
Audit and document button code.
Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
Change WM_GETDLGCODE as per the MSDN documentation.
Hans Leidekker [Tue, 5 Oct 2004 04:10:27 +0000 (04:10 +0000)]
crosstest target depends on include files.
Alexandre Julliard [Tue, 5 Oct 2004 02:18:08 +0000 (02:18 +0000)]
Converted control.h to idl.
Alexandre Julliard [Tue, 5 Oct 2004 02:16:11 +0000 (02:16 +0000)]
Use propget/propput attributes where appropriate.
Alexandre Julliard [Tue, 5 Oct 2004 02:14:54 +0000 (02:14 +0000)]
Added support for the propget/propput function attributes.
Jason Edmeades [Tue, 5 Oct 2004 02:14:06 +0000 (02:14 +0000)]
Move the Check* type functions into wined3d and copy from d3d9, and
flag that they are mostly stubs.
Ferenc Wagner [Tue, 5 Oct 2004 02:10:37 +0000 (02:10 +0000)]
Quote everything for consistency.
RFC 2068 got superseded by RFC 2616.
Huw Davies [Tue, 5 Oct 2004 02:10:18 +0000 (02:10 +0000)]
PathIsURL should return TRUE even if a scheme is unknown.
Dmitry Timoshkov [Tue, 5 Oct 2004 02:10:04 +0000 (02:10 +0000)]
If there no MDI child to activate set hwndActiveChild to 0 in
WM_MDIDESTROY hander, add a test case.
Dmitry Timoshkov [Tue, 5 Oct 2004 02:09:36 +0000 (02:09 +0000)]
Make advapi32/crypt.c test pass under win2k SP4, do stricter error
checking, comment out a couple of tests failing under win2k, add a
note why RSA_CPAcquireContext may fail.
Wolfgang Schwotzer [Tue, 5 Oct 2004 02:05:28 +0000 (02:05 +0000)]
MakeSureDirectoryPathExists: Recursively create path up to last '\\'.
Alexandre Julliard [Mon, 4 Oct 2004 20:49:51 +0000 (20:49 +0000)]
Fixed typo in ProgramsW.
Changed the case of windows and system directories to match the
directories we create by default.
Alexandre Julliard [Mon, 4 Oct 2004 20:47:00 +0000 (20:47 +0000)]
Fixed incompatible IDIRECTXFILEOBJECT_METHODS macro, and added
IUNKNOWN_METHODS.
Steven Edwards [Mon, 4 Oct 2004 20:45:49 +0000 (20:45 +0000)]
Check for getuid and avoid the use of it in libwine if we don't have
it.
Hans Leidekker [Mon, 4 Oct 2004 20:42:05 +0000 (20:42 +0000)]
Implement SystemFunction006().
Add a test for SystemFunction006().
Robert Shearman [Mon, 4 Oct 2004 20:41:22 +0000 (20:41 +0000)]
Add support for .gnu_debuglink.
Jerry Jenkins [Mon, 4 Oct 2004 20:41:10 +0000 (20:41 +0000)]
Fix an error message.
Mike McCormack [Mon, 4 Oct 2004 20:40:44 +0000 (20:40 +0000)]
Fix port enumeration.
Dmitry Timoshkov [Mon, 4 Oct 2004 20:40:12 +0000 (20:40 +0000)]
If an animation is already playing do not restart it.
Remove WM_CLOSE handler, it leads to a memory corruption later on.
Aric Stewart [Mon, 4 Oct 2004 20:39:55 +0000 (20:39 +0000)]
Check to make sure PropSheetInfo* is not null before dereferencing it
for some windows messages.
Vincent Béron [Mon, 4 Oct 2004 20:39:33 +0000 (20:39 +0000)]
Create mediaobj.h from mediaobj.idl.
Dmitry Timoshkov [Mon, 4 Oct 2004 20:39:00 +0000 (20:39 +0000)]
Add more message conversion tests, make the tests pass under Wine.
Francois Gouget [Mon, 4 Oct 2004 20:38:32 +0000 (20:38 +0000)]
Don't use COBJMACROS on internal interfaces.
Robert Shearman [Mon, 4 Oct 2004 20:37:43 +0000 (20:37 +0000)]
- Fix calculation of required buffer size.
- Add support for detecting the IFF_MULTICAST flag.
- Stub for SIO_ADDRESS_LIST_CHANGE.
Francois Gouget [Mon, 4 Oct 2004 19:39:32 +0000 (19:39 +0000)]
Fix incorrect usage of COBJMACROS.
Duplicate and adapt the COM access macros so they also work in C++.
Fix the IDirectPlayX access macros.
Francois Gouget [Mon, 4 Oct 2004 19:35:40 +0000 (19:35 +0000)]
Fix incorrect usage of COBJMACROS.
Ferenc Wagner [Mon, 4 Oct 2004 19:32:20 +0000 (19:32 +0000)]
Do not offer submitting the report if the -o option was given.
Piotr Caban [Mon, 4 Oct 2004 19:31:50 +0000 (19:31 +0000)]
Added Polish translation.
Dmitry Timoshkov [Mon, 4 Oct 2004 19:31:37 +0000 (19:31 +0000)]
Add iccvid.dll to an initial Wine configuration.
Dmitry Timoshkov [Mon, 4 Oct 2004 19:31:17 +0000 (19:31 +0000)]
Avoid a crash in advapi32/test_sha_ctx.c test if required entry points
are missing.
Robert Shearman [Mon, 4 Oct 2004 19:31:05 +0000 (19:31 +0000)]
- Check for string pointer being outside of the string table.
- Only parse typedefs on stabs entries that can have them.
Robert Shearman [Mon, 4 Oct 2004 19:30:50 +0000 (19:30 +0000)]
Fix the loading .dbg files by no longer using RtlImageNtHeader which
would return NULL and using looking at the IMAGE_SEPARATE_DEBUG_HEADER
directly instead.
Kevin Koltzau [Mon, 4 Oct 2004 19:30:18 +0000 (19:30 +0000)]
Correct problem with /i argument handling.
Jerry Jenkins [Mon, 4 Oct 2004 19:30:04 +0000 (19:30 +0000)]
Don't use the SND_PCM_ASYNC flag for the moment.
Mike McCormack [Mon, 4 Oct 2004 19:29:43 +0000 (19:29 +0000)]
Prevent crash using CJK locale but no input method.
Dmitry Timoshkov [Mon, 4 Oct 2004 19:29:29 +0000 (19:29 +0000)]
Do not use GlobalFree for a memory returned by LoadResource.
Filip Navara [Mon, 4 Oct 2004 19:29:16 +0000 (19:29 +0000)]
Add UTC to the time zone list.
Ferenc Wagner [Mon, 4 Oct 2004 19:28:59 +0000 (19:28 +0000)]
- Use a more unique separator string.
- Add some quoting to please CGI.pm-3.05.
Francois Gouget [Mon, 4 Oct 2004 19:28:43 +0000 (19:28 +0000)]
Switch to 'perl -w' and add 'use strict;'.
Add prototypes to all functions.
Remove $bashver and $outflags, they are not used.
Francois Gouget [Mon, 4 Oct 2004 19:25:21 +0000 (19:25 +0000)]
Fix the JobId field case.
Francois Gouget [Mon, 4 Oct 2004 19:21:35 +0000 (19:21 +0000)]
Add HEAPENTRY32 and the related APIs.
Francois Gouget [Mon, 4 Oct 2004 19:16:44 +0000 (19:16 +0000)]
Add API_RET_TYPE and NET_API_FUNCTION.
Francois Gouget [Mon, 4 Oct 2004 19:14:49 +0000 (19:14 +0000)]
Handle the static libraries linked to using EXTRALIBS.
Rein Klazes [Mon, 4 Oct 2004 19:13:26 +0000 (19:13 +0000)]
- Time out on recv from and send to blocking sockets.
- Fix timeout calculation in WS_setsockopt.
Robert Shearman [Mon, 4 Oct 2004 19:10:37 +0000 (19:10 +0000)]
Add tests for conversion of message parameters.
Huw Davies [Mon, 4 Oct 2004 19:08:50 +0000 (19:08 +0000)]
UrlEscape has different rules depending on the protocol.
Added a load of tests.
Vitaliy Margolen [Mon, 4 Oct 2004 19:07:24 +0000 (19:07 +0000)]
Don't loose last band on insert.
Ge van Geldorp [Mon, 4 Oct 2004 19:05:02 +0000 (19:05 +0000)]
Can't pass NULL as default value to GetPrivateProfileString.
Robert Shearman [Mon, 4 Oct 2004 19:02:36 +0000 (19:02 +0000)]
Rewrite a section of code so that it doesn't use exit(0) when out of
memory.
Robert Shearman [Mon, 4 Oct 2004 18:59:10 +0000 (18:59 +0000)]
Print out a slightly more informative message if an ELF module fails
to load.
Francois Gouget [Mon, 4 Oct 2004 18:57:02 +0000 (18:57 +0000)]
Add prototypes to all functions.
Move 'main' to the end so we don't have to pre-declare all the
functions.
Francois Gouget [Mon, 4 Oct 2004 18:54:04 +0000 (18:54 +0000)]
Add 'use strict'.
Add prototypes to all functions.
Move 'main' to the end so we don't have to pre-declare all the
functions.
Alexandre Julliard [Wed, 29 Sep 2004 21:33:05 +0000 (21:33 +0000)]
Avoid using gettimeofday.
Jason Edmeades [Wed, 29 Sep 2004 21:26:47 +0000 (21:26 +0000)]
Move into wined3d and call from d3d9 the GetAdapterId function and
copy all the gl declarations into the more global wined3d_gl header
file.