Robert Reif [Thu, 22 Jul 2004 19:40:44 +0000 (19:40 +0000)]
Removes dsconf IIDs from dxguid.lib.
Fixes propset files for missing IIDs.
Ivan Leo Puoti [Wed, 21 Jul 2004 21:20:07 +0000 (21:20 +0000)]
Remove references to debugmsg and winedefault.reg.
Ivan Leo Puoti [Wed, 21 Jul 2004 21:19:42 +0000 (21:19 +0000)]
Added Italian resources.
Filip Navara [Wed, 21 Jul 2004 21:19:08 +0000 (21:19 +0000)]
Fix CreateMappedBitmap for palette-less bitmaps.
Filip Navara [Wed, 21 Jul 2004 21:17:59 +0000 (21:17 +0000)]
- Properly calculate caption length when converting multi-byte string
to wide character one.
- Wizard contents shouldn't be moved by the size of watermark bitmap.
- Fix PSH_WIZARD97_[NEW/OLD] checks.
- Blit the watermark even if PSH_USEHBMWATERMARK flag isn't set and
blit only the part that fits into the dialog.
Robert Shearman [Wed, 21 Jul 2004 21:17:03 +0000 (21:17 +0000)]
HttpQueryInfo returns buffer length including null terminator on
insufficient buffer length and buffer length excluding null terminator
on success:
- Fix HTTP_HttpQueryInfoW for these semantics.
- Fix HttpQueryInfoA to correctly copy the null terminator in the call
to WideCharToMultiByte.
Mike McCormack [Wed, 21 Jul 2004 21:16:19 +0000 (21:16 +0000)]
Unicode file dialogs send and receive unicode messages.
Marcelo Duarte [Wed, 21 Jul 2004 19:37:44 +0000 (19:37 +0000)]
Visual updates and translations for regedit.
Michael Jung [Wed, 21 Jul 2004 19:37:29 +0000 (19:37 +0000)]
Added some unit tests for the CryptAcquireContext API function.
Mike Hearn [Wed, 21 Jul 2004 19:37:07 +0000 (19:37 +0000)]
Fix misleading warning ole CoGetClassObject.
Robert Shearman [Wed, 21 Jul 2004 19:36:53 +0000 (19:36 +0000)]
Rewrite cookies to use shared list.h list code.
Mike McCormack [Wed, 21 Jul 2004 19:36:34 +0000 (19:36 +0000)]
Fix HTTP POST requests.
Alexandre Julliard [Wed, 21 Jul 2004 04:07:28 +0000 (04:07 +0000)]
Moved all files from the objects/ directory to dlls/gdi.
Merged text.c into font.c and dcvalues.c into dc.c.
Alexandre Julliard [Wed, 21 Jul 2004 03:41:27 +0000 (03:41 +0000)]
Moved LineDDA implementation to dlls/gdi/painting.c.
Francois Gouget [Wed, 21 Jul 2004 03:23:29 +0000 (03:23 +0000)]
Make sure we won't get an overflow in check_position() even if we play
longer test tones.
Robert Reif [Wed, 21 Jul 2004 03:23:13 +0000 (03:23 +0000)]
Save enumerated GUIDs in a global array so they persist after
enumeration.
White space cleanup.
Add tests for opening default devices.
Alexandre Julliard [Wed, 21 Jul 2004 03:12:16 +0000 (03:12 +0000)]
Fixed flags handling in StrIsIntlEqualA/W (spotted by James Hawkins).
Robert Reif [Wed, 21 Jul 2004 03:10:24 +0000 (03:10 +0000)]
Adds *GetDevCapsW bad pointer check.
Adds waveOutGetDevCapsW test.
Kevin Koltzau [Wed, 21 Jul 2004 03:08:46 +0000 (03:08 +0000)]
Add idl files required for scripting.
Emmanuel Maillard [Wed, 21 Jul 2004 03:06:03 +0000 (03:06 +0000)]
wine_pthread_init_thread: retrieve the stack info on Darwin.
Marcelo Duarte [Wed, 21 Jul 2004 03:03:04 +0000 (03:03 +0000)]
Visual updates to Winecfg.
Filip Navara [Wed, 21 Jul 2004 03:02:36 +0000 (03:02 +0000)]
- Implementation of mmTaskCreate. Based on patch by Eric Pouech.
- Fallback implementation in waveOut[Un]PrepareHeader.
Ivan Leo Puoti [Wed, 21 Jul 2004 03:00:17 +0000 (03:00 +0000)]
Fix wine.userreg name (spotted by Dave Washburn).
Alexandre Julliard [Tue, 20 Jul 2004 22:25:16 +0000 (22:25 +0000)]
Get rid of window region on the client side.
Alexandre Julliard [Tue, 20 Jul 2004 22:17:38 +0000 (22:17 +0000)]
Moved the WindowFromPoint functionality to the server so that we can
properly take into account the window region.
Alexandre Julliard [Tue, 20 Jul 2004 22:12:21 +0000 (22:12 +0000)]
Rewrote load_messageA/W to deal properly with multibyte characters.
Francois Gouget [Tue, 20 Jul 2004 22:09:53 +0000 (22:09 +0000)]
Revert my previous incorrect check_position() patch: Windows returns
exactly the number of samples/bytes played (no plus one there).
Modify check_position() to work off the actual number of bytes as
calculated by wave_generate_la(). This fixes problems due to rounding
when duration is not a neat integer.
Round up the frame field when checking TIME_SMPTE.
Zach Gorman [Tue, 20 Jul 2004 22:09:14 +0000 (22:09 +0000)]
Add test to demonstrate DrawText() with DT_CALCRECT incorrect behavior
in MM_HIENGLISH mapping mode.
Henning Gerhardt [Tue, 20 Jul 2004 22:08:24 +0000 (22:08 +0000)]
Updated the German translation.
Alexandre Julliard [Tue, 20 Jul 2004 01:24:11 +0000 (01:24 +0000)]
Fixed handling of LANGUAGE statement for message tables (found by
Zhangrong Huang).
Robert Reif [Tue, 20 Jul 2004 01:22:47 +0000 (01:22 +0000)]
Notify when position format not supported.
Test that position is 0 at start.
Aric Stewart [Tue, 20 Jul 2004 01:22:37 +0000 (01:22 +0000)]
If the data table for a called action does not exist (for example
CreateFolders wants a CreateFolder table to read the data from) do not
fail, instead just do not perform the action.
Zhangrong Huang [Tue, 20 Jul 2004 01:21:57 +0000 (01:21 +0000)]
Call wine_cp_wcstombs() to retrieve actual length of buffer before
conversion.
Robert Shearman [Tue, 20 Jul 2004 01:21:08 +0000 (01:21 +0000)]
Fix string length return from HttpQueryInfoA.
Mike Hearn [Tue, 20 Jul 2004 01:20:50 +0000 (01:20 +0000)]
Make STARTUPINFO.lpDesktop tests pass on NT.
Mike McCormack [Mon, 19 Jul 2004 21:49:39 +0000 (21:49 +0000)]
Use pointers internally and refcount all objects.
Hans Leidekker [Mon, 19 Jul 2004 21:49:15 +0000 (21:49 +0000)]
Set VersionMsi property.
Accept a dot in a number value.
Mike Hearn [Mon, 19 Jul 2004 21:23:02 +0000 (21:23 +0000)]
Add some test cases for _wputenv, fix deletion of non-existent
environment variables, return -1 on error.
Zach Gorman [Mon, 19 Jul 2004 21:21:40 +0000 (21:21 +0000)]
Set the top_popup global variable to zero in MENU_ExitTracking(),
fixing MENU_IsMenuActive() and therefore VK_F1 WM_HELP message
generation.
Francois Gouget [Mon, 19 Jul 2004 21:20:59 +0000 (21:20 +0000)]
Check that we are still playing in wodUpdatePlayedTotal(). If not,
then the value returned by snd_pcm_delay() is not usable so assume
delay=0. This gets the winmm test to complete in interactive mode with
winealsa.
Francois Gouget [Mon, 19 Jul 2004 21:20:38 +0000 (21:20 +0000)]
Make the listener/sound position update duration and TIME_SLICE
independent.
Set the sound and listener velocity and increase the sound source
velocity so we may get some doppler effect.
Added some traces so one can monitor the listener/sound positions with
WINETEST_DEBUG=3.
Francois Gouget [Mon, 19 Jul 2004 21:20:03 +0000 (21:20 +0000)]
In interactive mode, check that the tone duration is within 10% of the
expected value.
Vincent Béron [Mon, 19 Jul 2004 21:19:45 +0000 (21:19 +0000)]
Implement the repair mechanism in msiexec, and stub it out in
msi.dll.
Robert Shearman [Mon, 19 Jul 2004 21:18:33 +0000 (21:18 +0000)]
Honour INTERNET_FLAG_NO_COOKIES.
Emmanuel Maillard [Mon, 19 Jul 2004 20:11:10 +0000 (20:11 +0000)]
Build wine-pthread on Darwin.
Robert Shearman [Mon, 19 Jul 2004 20:09:20 +0000 (20:09 +0000)]
Fix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that it returns the
actual headers received, not just reconstituting them from processed
data.
Marcelo Duarte [Mon, 19 Jul 2004 20:09:00 +0000 (20:09 +0000)]
Update localization for Portuguese language.
Francois Gouget [Mon, 19 Jul 2004 20:08:24 +0000 (20:08 +0000)]
Fix the check_position() test: on Windows waveOutGetPosition() returns
the number of samples played plus one (also one extra sample for the
byte count).
Francois Gouget [Mon, 19 Jul 2004 20:08:06 +0000 (20:08 +0000)]
Use round() instead of ceil() in wodGetPosition(TIME_SMPTE).
Fixes the corresponding winmm conformance test.
Robert Reif [Mon, 19 Jul 2004 20:06:22 +0000 (20:06 +0000)]
Do initialization to match windows behavior (with test).
Vincent Béron [Mon, 19 Jul 2004 20:05:54 +0000 (20:05 +0000)]
Cleanup of the properties last space removal, since it can be used not
only with Install.
Vincent Béron [Mon, 19 Jul 2004 19:44:07 +0000 (19:44 +0000)]
First draft for a msiexec.exe replacement.
Paul Vriens [Mon, 19 Jul 2004 19:36:44 +0000 (19:36 +0000)]
Create ~/.wine if not present during wineinstall.
James Hawkins [Mon, 19 Jul 2004 19:35:28 +0000 (19:35 +0000)]
Better fix for collate icon behavior.
Mike McCormack [Mon, 19 Jul 2004 19:35:05 +0000 (19:35 +0000)]
Fix the return code of MsiDatabaseOpenView.
Robert Reif [Mon, 19 Jul 2004 19:34:44 +0000 (19:34 +0000)]
Fixes the right bugs and keeps intent of test.
Adds more reference count checks.
Henning Gerhardt [Mon, 19 Jul 2004 19:34:26 +0000 (19:34 +0000)]
Added a German translation for WineMine.
Michael Jung [Mon, 19 Jul 2004 19:33:59 +0000 (19:33 +0000)]
Added some German translations.
Emmanuel Maillard [Mon, 19 Jul 2004 19:33:08 +0000 (19:33 +0000)]
Remove implementation of NtCurrentTeb for ppc host.
Stefan Leichter [Mon, 19 Jul 2004 19:32:51 +0000 (19:32 +0000)]
Forward shlwapi.459/460 (SHExpandEnvironmentStringsA/W) to
kernel32.ExpandEnvironmentStringsA/W.
Robert Shearman [Mon, 19 Jul 2004 19:32:36 +0000 (19:32 +0000)]
Fix size return from InternetGetCookieW.
Filip Navara [Mon, 19 Jul 2004 19:32:16 +0000 (19:32 +0000)]
Use system metrics values in TOOLBAR_DrawPattern instead of hardcoded
values.
Alexandre Julliard [Sat, 17 Jul 2004 00:52:37 +0000 (00:52 +0000)]
Alexandre Julliard [Sat, 17 Jul 2004 00:05:23 +0000 (00:05 +0000)]
Implemented GetUIVersion (based on a patch by Stefan Leichter).
Francois Gouget [Sat, 17 Jul 2004 00:04:17 +0000 (00:04 +0000)]
Don't try to create a IDirectSound3DBuffer, partly to keep this test
simple and partly because it's going to fail since we did not request
DSBCAPS_CTRL3D. Fixes a crash on Windows.
Don't request unneeded caps.
Shachar Shemesh [Fri, 16 Jul 2004 23:44:18 +0000 (23:44 +0000)]
System default locale in Windows determines the ANSI encoding
(LC_CTYPE on Unix).
James Hawkins [Fri, 16 Jul 2004 23:43:20 +0000 (23:43 +0000)]
Fixed collate icon behavior.
Francois Gouget [Fri, 16 Jul 2004 23:42:44 +0000 (23:42 +0000)]
Get and print the DirectSound primary buffer volume.
Francois Gouget [Fri, 16 Jul 2004 23:42:32 +0000 (23:42 +0000)]
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.
Krishna Murthy [Fri, 16 Jul 2004 23:22:49 +0000 (23:22 +0000)]
Added regression test for WM_NEXTDLGCTL and default button ID
behavior.
Kevin Koltzau [Fri, 16 Jul 2004 23:22:09 +0000 (23:22 +0000)]
Prevent garbage being passed for windows directory.
Francois Gouget [Fri, 16 Jul 2004 23:21:46 +0000 (23:21 +0000)]
Call IDirectSound::Initialize() as per MSDN before using the
DirectSound object. Fixes a crash on Windows.
Francois Gouget [Fri, 16 Jul 2004 23:21:33 +0000 (23:21 +0000)]
On Windows GetPan() may not return the value that was just set with
SetPan().
Stefan Leichter [Fri, 16 Jul 2004 23:21:16 +0000 (23:21 +0000)]
Added stubs for DllInstall and DllRegisterServer.
Filip Navara [Fri, 16 Jul 2004 23:20:55 +0000 (23:20 +0000)]
Make the pattern drawing in TOOLBAR_DrawPattern look better.
Marcus Meissner [Fri, 16 Jul 2004 23:20:38 +0000 (23:20 +0000)]
Fixed lvalue casts for new compiler.
Alexandre Julliard [Fri, 16 Jul 2004 19:19:00 +0000 (19:19 +0000)]
Fixed some duplicate CRYPT_Free calls (spotted by Michael Jung).
Michael Jung [Fri, 16 Jul 2004 19:16:24 +0000 (19:16 +0000)]
Added PROV_ENUMALGS[_EX] structs and typedefs.
Added some defines.
Francois Gouget [Fri, 16 Jul 2004 19:15:40 +0000 (19:15 +0000)]
Assorted spelling fixes.
Francois Gouget [Fri, 16 Jul 2004 19:14:43 +0000 (19:14 +0000)]
Fix msvcmaker so the generated testlist.c files include stdarg.h.
Add comments pointing out the relation between msvcmaker and
make_ctests.
James Hawkins [Fri, 16 Jul 2004 19:14:19 +0000 (19:14 +0000)]
Check for empty PrinterName in PRINTDLG_WMCommandW.
Martin Fuchs [Fri, 16 Jul 2004 19:13:21 +0000 (19:13 +0000)]
Distinguish between Open and Explore commands.
Execute items by default.
Alexandre Julliard [Fri, 16 Jul 2004 03:54:35 +0000 (03:54 +0000)]
Pass the environment for a child process through the server instead of
relying on the Unix environment.
Alexandre Julliard [Fri, 16 Jul 2004 03:52:26 +0000 (03:52 +0000)]
Specify the PATH variable in uppercase to avoid getting two flavors of
PATH when converting the Unix environment.
Alexandre Julliard [Fri, 16 Jul 2004 03:08:19 +0000 (03:08 +0000)]
Implemented _spawnle and _spawnlpe.
Alexandre Julliard [Fri, 16 Jul 2004 02:45:25 +0000 (02:45 +0000)]
Invoke wineprefixcreate if the .wine directory does not exist.
Alexandre Julliard [Fri, 16 Jul 2004 02:45:00 +0000 (02:45 +0000)]
Support for large profile values (based on a patch by Robert
Shearman).
Fixed PROFILE_FlushFile to correctly truncate the file before saving
it.
Pierre d'Herbemont [Fri, 16 Jul 2004 02:31:55 +0000 (02:31 +0000)]
Define the backend_cpu regarding the host processor.
Stefan Leichter [Fri, 16 Jul 2004 02:31:41 +0000 (02:31 +0000)]
Removed the crosscalls (unicode to ascii) from GetAcceptLanguagesW.
Removed todo_wine from GetAcceptLanguagesA tests.
Jon Griffiths [Fri, 16 Jul 2004 02:30:48 +0000 (02:30 +0000)]
Don't crash on NULL tab text.
Marcus Meissner [Thu, 15 Jul 2004 22:08:05 +0000 (22:08 +0000)]
Fixed one lvalue casted assignment for the new compiler.
Marcus Meissner [Thu, 15 Jul 2004 22:07:54 +0000 (22:07 +0000)]
Do not assign to casted values.
Mike McCormack [Thu, 15 Jul 2004 22:07:44 +0000 (22:07 +0000)]
Fix a few serious race conditions in the OLE object pipe server.
Alexandre Julliard [Thu, 15 Jul 2004 22:07:21 +0000 (22:07 +0000)]
Set the system directory in ntdll as soon as we have determined it.
Alexandre Julliard [Thu, 15 Jul 2004 19:00:35 +0000 (19:00 +0000)]
Don't get system directory from the environment, use
GetSystemDirectory instead.
Mike McCormack [Thu, 15 Jul 2004 18:59:58 +0000 (18:59 +0000)]
Fix a double free in the named pipe code.
Michael Jung [Thu, 15 Jul 2004 18:59:34 +0000 (18:59 +0000)]
Use RegQueryValueExA instead of RegQueryValueA in
CryptEnumProviderTypes.
Pierre d'Herbemont [Thu, 15 Jul 2004 18:58:42 +0000 (18:58 +0000)]
Darwin/Mac OS X Weak import workaround.
Pierre d'Herbemont [Thu, 15 Jul 2004 18:57:57 +0000 (18:57 +0000)]
- Be more accurate on Darwin stack size.
- Delay import fix on PowerPC hosts.
Alexandre Julliard [Thu, 15 Jul 2004 18:57:32 +0000 (18:57 +0000)]
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.