Commit Graph

16737 Commits

Author SHA1 Message Date
James Hawkins
0a8c92b499 Fixed collate icon behavior. 2004-07-16 23:43:20 +00:00
Francois Gouget
57aa9ebc38 Get and print the DirectSound primary buffer volume. 2004-07-16 23:42:44 +00:00
Francois Gouget
910b695822 Keep track of how much has been played and get rid of last_pos. This
fixes a bug where buffer_service() would not detect that everything
had been played.
Check that the actual sound duration was within 10% of the expected
value.
Make BUFFER_LEN and TIME_SLICE independent, make sure TIME_SLICE does
not divide BUFFER_LEN to spice things up a bit.
2004-07-16 23:42:32 +00:00
Krishna Murthy
d84de2c4a1 Added regression test for WM_NEXTDLGCTL and default button ID
behavior.
2004-07-16 23:22:49 +00:00
Kevin Koltzau
51700afd9c Prevent garbage being passed for windows directory. 2004-07-16 23:22:09 +00:00
Francois Gouget
4c64f9bdf9 Call IDirectSound::Initialize() as per MSDN before using the
DirectSound object. Fixes a crash on Windows.
2004-07-16 23:21:46 +00:00
Francois Gouget
acb7207a9d On Windows GetPan() may not return the value that was just set with
SetPan().
2004-07-16 23:21:33 +00:00
Stefan Leichter
1e00ad2477 Added stubs for DllInstall and DllRegisterServer. 2004-07-16 23:21:16 +00:00
Filip Navara
6a9cc38d9e Make the pattern drawing in TOOLBAR_DrawPattern look better. 2004-07-16 23:20:55 +00:00
Marcus Meissner
2de54537d6 Fixed lvalue casts for new compiler. 2004-07-16 23:20:38 +00:00
Alexandre Julliard
01bb813156 Fixed some duplicate CRYPT_Free calls (spotted by Michael Jung). 2004-07-16 19:19:00 +00:00
Michael Jung
d9cbfe1d1d Added PROV_ENUMALGS[_EX] structs and typedefs.
Added some defines.
2004-07-16 19:16:24 +00:00
Francois Gouget
817c520909 Assorted spelling fixes. 2004-07-16 19:15:40 +00:00
Francois Gouget
ad7a4fb9ee Fix msvcmaker so the generated testlist.c files include stdarg.h.
Add comments pointing out the relation between msvcmaker and
make_ctests.
2004-07-16 19:14:43 +00:00
James Hawkins
f3eec54a66 Check for empty PrinterName in PRINTDLG_WMCommandW. 2004-07-16 19:14:19 +00:00
Martin Fuchs
f045c9df81 Distinguish between Open and Explore commands.
Execute items by default.
2004-07-16 19:13:21 +00:00
Alexandre Julliard
c4ec2108b1 Pass the environment for a child process through the server instead of
relying on the Unix environment.
2004-07-16 03:54:35 +00:00
Alexandre Julliard
d724923fa1 Specify the PATH variable in uppercase to avoid getting two flavors of
PATH when converting the Unix environment.
2004-07-16 03:52:26 +00:00
Alexandre Julliard
9d3ee0d7c1 Implemented _spawnle and _spawnlpe. 2004-07-16 03:08:19 +00:00
Alexandre Julliard
314150f220 Invoke wineprefixcreate if the .wine directory does not exist. 2004-07-16 02:45:25 +00:00
Alexandre Julliard
df55257115 Support for large profile values (based on a patch by Robert
Shearman).
Fixed PROFILE_FlushFile to correctly truncate the file before saving
it.
2004-07-16 02:45:00 +00:00
Pierre d'Herbemont
58f25b7b03 Define the backend_cpu regarding the host processor. 2004-07-16 02:31:55 +00:00
Stefan Leichter
3f7749a6dd Removed the crosscalls (unicode to ascii) from GetAcceptLanguagesW.
Removed todo_wine from GetAcceptLanguagesA tests.
2004-07-16 02:31:41 +00:00
Jon Griffiths
86a0e50a1d Don't crash on NULL tab text. 2004-07-16 02:30:48 +00:00
Marcus Meissner
7ae8645467 Fixed one lvalue casted assignment for the new compiler. 2004-07-15 22:08:05 +00:00
Marcus Meissner
553b0fca1f Do not assign to casted values. 2004-07-15 22:07:54 +00:00
Mike McCormack
e42d8aef24 Fix a few serious race conditions in the OLE object pipe server. 2004-07-15 22:07:44 +00:00
Alexandre Julliard
9f58ee709d Set the system directory in ntdll as soon as we have determined it. 2004-07-15 22:07:21 +00:00
Alexandre Julliard
9f1b81977b Don't get system directory from the environment, use
GetSystemDirectory instead.
2004-07-15 19:00:35 +00:00
Mike McCormack
99a6efa1af Fix a double free in the named pipe code. 2004-07-15 18:59:58 +00:00
Michael Jung
4651067f43 Use RegQueryValueExA instead of RegQueryValueA in
CryptEnumProviderTypes.
2004-07-15 18:59:34 +00:00
Pierre d'Herbemont
75c3c37b17 Darwin/Mac OS X Weak import workaround. 2004-07-15 18:58:42 +00:00
Pierre d'Herbemont
c5cbf7157c - Be more accurate on Darwin stack size.
- Delay import fix on PowerPC hosts.
2004-07-15 18:57:57 +00:00
Alexandre Julliard
48243e32b9 Authors: Mike McCormack <mike@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
- Change the way that the response headers are reconstructed to reduce
  the chance of memory being incorrectly allocated.
- Return the correct error when a header is not found.
- remove all the response headers before receiving new ones so that we
  don't merge headers from two responses.
- Add extra standard fields.
- Split the status line into http version, status code and status text
  and store those in the response data, without using use a fake
  field.
2004-07-15 18:57:32 +00:00
Krishna Murthy
38603c4c93 Add the selected extension from file type filter if file name does not
contain the file extension.
2004-07-14 21:47:11 +00:00
Eric Frias
0b072cb67a Fixed memory allocation bug. 2004-07-14 21:46:25 +00:00
Francois Gouget
170dbf4243 An SNDCTL_DSP_SETDUPLEX failure should be a WARN(), not an ERR(),
since the OSS specifications say we have to call it before knowing if
the sound card is full-duplex capable.
2004-07-14 21:44:50 +00:00
Michael Jung
7ed4451dd4 Added RegOpenCurrentUser prototype. 2004-07-14 21:44:26 +00:00
Aric Stewart
694af895e0 Report win2k service pack 4 instead of 3. 2004-07-14 21:44:10 +00:00
Aric Stewart
9c76b14469 Implement the functionality that allows one to call MsiOpenPackage
with #nnn where nnn is a string representing the handle to an open
database.
2004-07-14 21:43:49 +00:00
Dmitry Timoshkov
433b5d416f Uncomment implemented in Wine msvidc32 (MSVC/CRAM) codec. 2004-07-14 21:43:20 +00:00
Dmitry Timoshkov
4381a80efe Make it possible to open read-only AVI files for a playback. 2004-07-14 21:43:03 +00:00
Aric Stewart
55de9f40dd Update the MSI version to be the same as on win2k. 2004-07-14 21:42:50 +00:00
Huw Davies
03fa4c6f57 Fix font replacements to work with bitmap fonts.
Enumerate System, Terminal, FixedSys in that order.
2004-07-14 21:42:35 +00:00
Pierre d'Herbemont
390f97a0e6 Delayed import fix for Darwin and PowerPC Host. 2004-07-14 21:42:18 +00:00
Sami Aario
00f1b61c82 Added tests for registering a dialog box created by using the CLASS
directive in a resource file, then creating the dialog using
CreateDialogParam.
2004-07-14 00:52:55 +00:00
Alexandre Julliard
218c478d24 Allocate the dialog info in DIALOG_CreateIndirect if this wasn't
already done by the dialog procedure.
2004-07-14 00:49:40 +00:00
Jon Griffiths
5288361f52 Prevent the debug buffer from overflowing on long stabs. 2004-07-14 00:44:27 +00:00
Alexandre Julliard
d13e0c98ad Fixed handling of includes stack. 2004-07-14 00:42:25 +00:00
Ge van Geldorp
4d80215062 Fix 16/32 bit separation. 2004-07-14 00:39:10 +00:00