Jacek Caban
e1143d7d16
Added/updated Polish translations.
2004-10-05 18:09:34 +00:00
Francois Gouget
bac042c256
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.
2004-10-05 18:08:57 +00:00
Francois Gouget
c2f2b990e0
Add function prototypes.
2004-10-05 18:08:40 +00:00
Huw Davies
ddae24c50b
Implement CreateDispTypeInfo.
2004-10-05 18:07:49 +00:00
Huw Davies
1685e8c65e
Rewrite PathCreateFromUrl.
2004-10-05 18:07:14 +00:00
Alexandre Julliard
d062924f66
Removed no longer needed ICOM compatibility mode in widl.
2004-10-05 04:44:20 +00:00
Dimitrie O. Paun
7e8d5cebb7
Audit combo control code.
...
Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
2004-10-05 04:39:35 +00:00
Alexandre Julliard
5d0160ea75
Get rid of the non-standard Ixxx_METHODS macro definitions, declare
...
the interfaces explicitly instead.
2004-10-05 04:38:15 +00:00
Alexandre Julliard
739e5b06da
Avoid depending on the non-standard IUnknown_METHODS macro in Wine
...
internal headers.
2004-10-05 04:16:21 +00:00
Tony Lambregts
c73cafae99
Ask for link if patch is related to a bug in Bugzilla.
2004-10-05 04:12:09 +00:00
Huw Davies
58e7f4b70c
Fix UrlUnescapeW.
2004-10-05 04:11:49 +00:00
Dimitrie O. Paun
0c202b7483
Audit the static control code.
...
Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
2004-10-05 04:11:29 +00:00
Dimitrie O. Paun
4c90609067
Audit and document button code.
...
Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
Change WM_GETDLGCODE as per the MSDN documentation.
2004-10-05 04:11:13 +00:00
Hans Leidekker
954a4f88d7
crosstest target depends on include files.
2004-10-05 04:10:27 +00:00
Alexandre Julliard
5ee74004a5
Converted control.h to idl.
2004-10-05 02:18:08 +00:00
Alexandre Julliard
c477d606a4
Use propget/propput attributes where appropriate.
2004-10-05 02:16:11 +00:00
Alexandre Julliard
4806630104
Added support for the propget/propput function attributes.
2004-10-05 02:14:54 +00:00
Jason Edmeades
c579fa6213
Move the Check* type functions into wined3d and copy from d3d9, and
...
flag that they are mostly stubs.
2004-10-05 02:14:06 +00:00
Ferenc Wagner
ffc30c808e
Quote everything for consistency.
...
RFC 2068 got superseded by RFC 2616.
2004-10-05 02:10:37 +00:00
Huw Davies
9ed8857ffa
PathIsURL should return TRUE even if a scheme is unknown.
2004-10-05 02:10:18 +00:00
Dmitry Timoshkov
01a88ff01e
If there no MDI child to activate set hwndActiveChild to 0 in
...
WM_MDIDESTROY hander, add a test case.
2004-10-05 02:10:04 +00:00
Dmitry Timoshkov
f2dca03dec
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.
2004-10-05 02:09:36 +00:00
Wolfgang Schwotzer
0d4f4d9051
MakeSureDirectoryPathExists: Recursively create path up to last '\\'.
2004-10-05 02:05:28 +00:00
Alexandre Julliard
ed19983d65
Fixed typo in ProgramsW.
...
Changed the case of windows and system directories to match the
directories we create by default.
2004-10-04 20:49:51 +00:00
Alexandre Julliard
23efdb7669
Fixed incompatible IDIRECTXFILEOBJECT_METHODS macro, and added
...
IUNKNOWN_METHODS.
2004-10-04 20:47:00 +00:00
Steven Edwards
e7c3ab1874
Check for getuid and avoid the use of it in libwine if we don't have
...
it.
2004-10-04 20:45:49 +00:00
Hans Leidekker
b96edb38cd
Implement SystemFunction006().
...
Add a test for SystemFunction006().
2004-10-04 20:42:05 +00:00
Robert Shearman
1abb0a57c6
Add support for .gnu_debuglink.
2004-10-04 20:41:22 +00:00
Jerry Jenkins
ccdea75dca
Fix an error message.
2004-10-04 20:41:10 +00:00
Mike McCormack
05fb3ca636
Fix port enumeration.
2004-10-04 20:40:44 +00:00
Dmitry Timoshkov
c6a51b4b4f
If an animation is already playing do not restart it.
...
Remove WM_CLOSE handler, it leads to a memory corruption later on.
2004-10-04 20:40:12 +00:00
Aric Stewart
764ff272d6
Check to make sure PropSheetInfo* is not null before dereferencing it
...
for some windows messages.
2004-10-04 20:39:55 +00:00
Vincent Béron
f676cb521d
Create mediaobj.h from mediaobj.idl.
2004-10-04 20:39:33 +00:00
Dmitry Timoshkov
11d550dfa8
Add more message conversion tests, make the tests pass under Wine.
2004-10-04 20:39:00 +00:00
Francois Gouget
6be32f7edc
Don't use COBJMACROS on internal interfaces.
2004-10-04 20:38:32 +00:00
Robert Shearman
cf78e15c2b
- Fix calculation of required buffer size.
...
- Add support for detecting the IFF_MULTICAST flag.
- Stub for SIO_ADDRESS_LIST_CHANGE.
2004-10-04 20:37:43 +00:00
Francois Gouget
179dc259e4
Fix incorrect usage of COBJMACROS.
...
Duplicate and adapt the COM access macros so they also work in C++.
Fix the IDirectPlayX access macros.
2004-10-04 19:39:32 +00:00
Francois Gouget
52ecbf73b1
Fix incorrect usage of COBJMACROS.
2004-10-04 19:35:40 +00:00
Ferenc Wagner
fbf77db884
Do not offer submitting the report if the -o option was given.
2004-10-04 19:32:20 +00:00
Piotr Caban
304e0796cd
Added Polish translation.
2004-10-04 19:31:50 +00:00
Dmitry Timoshkov
18ae72a68d
Add iccvid.dll to an initial Wine configuration.
2004-10-04 19:31:37 +00:00
Dmitry Timoshkov
964422524c
Avoid a crash in advapi32/test_sha_ctx.c test if required entry points
...
are missing.
2004-10-04 19:31:17 +00:00
Robert Shearman
20546c84bb
- Check for string pointer being outside of the string table.
...
- Only parse typedefs on stabs entries that can have them.
2004-10-04 19:31:05 +00:00
Robert Shearman
be7c95a3e5
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.
2004-10-04 19:30:50 +00:00
Kevin Koltzau
0d2cb29952
Correct problem with /i argument handling.
2004-10-04 19:30:18 +00:00
Jerry Jenkins
30b8cccc07
Don't use the SND_PCM_ASYNC flag for the moment.
2004-10-04 19:30:04 +00:00
Mike McCormack
1c9d435ee3
Prevent crash using CJK locale but no input method.
2004-10-04 19:29:43 +00:00
Dmitry Timoshkov
5d460f2761
Do not use GlobalFree for a memory returned by LoadResource.
2004-10-04 19:29:29 +00:00
Filip Navara
63c6359fcc
Add UTC to the time zone list.
2004-10-04 19:29:16 +00:00
Ferenc Wagner
5853c9ede5
- Use a more unique separator string.
...
- Add some quoting to please CGI.pm-3.05.
2004-10-04 19:28:59 +00:00