Dan Kegel
83da377494
d3d9/tests: Another wee bit of slop.
2008-05-21 11:38:14 +02:00
James Hawkins
5a701ab6b4
setupapi: Fix a few test failures in win2k3.
2008-05-21 11:37:06 +02:00
James Hawkins
c659ad36e8
user32: Fix the BSM_ALL_RECIPS test flag.
2008-05-21 11:37:02 +02:00
Andrew Talbot
0ed3456779
rsaenh: Remove unused file-static variable.
2008-05-21 11:36:57 +02:00
Andrew Talbot
2956605d61
user32: Remove unused function.
2008-05-21 11:36:53 +02:00
Andrew Talbot
0e37d57b8e
shell32: Remove unused file-static variable.
2008-05-21 11:36:50 +02:00
Juan Lang
199cee194f
iphlpapi: Set the adapter's description to its name in GetAdaptersInfo.
2008-05-21 11:36:46 +02:00
Francois Gouget
8019c55cc6
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2008-05-21 11:36:39 +02:00
Jörg Höhle
349abe991e
dsound: Fix off by 1 heap error in DSOUND_MixerVol.
2008-05-21 11:36:30 +02:00
Michael Karcher
3d5ea20190
ole32/tests: Test StringFromGUID2.
2008-05-20 15:45:43 +02:00
Michael Karcher
a2880cc61d
ole32/tests: Do not call Release if CoCreateInstance failed.
2008-05-20 15:43:54 +02:00
Paul Vriens
7361e91fdd
shell32/tests: SHGetPathFromIDListA returns a BOOL not a HRESULT.
2008-05-20 15:43:54 +02:00
James Hawkins
36e73d296b
ntdll: Remove NULL checks for attr, which has already been dereferenced.
2008-05-20 15:43:54 +02:00
James Hawkins
9f42e8eb63
hhctrl.ocx: Check the filename param before dereferencing it.
2008-05-20 15:43:54 +02:00
James Hawkins
70cd6bfbbd
msi: Check that the file key is valid before installing the assembly.
2008-05-20 15:43:54 +02:00
James Hawkins
ed4e0a08bc
kernel32: Remove a test that fails on all platforms.
2008-05-20 15:43:54 +02:00
Andrew Talbot
2289717a59
cryptnet: Remove unused function.
2008-05-20 15:43:54 +02:00
Andrew Talbot
3d42a0ee65
mshtml: Remove unused function.
2008-05-20 15:43:54 +02:00
Andrew Talbot
cca1854e96
advapi32: Remove unused file-static variables.
2008-05-20 15:43:54 +02:00
Alexandre Julliard
c9504d9447
ntdll: Move signal unmasking to make sure injected code runs on the correct stack.
2008-05-20 10:59:20 +02:00
Alexandre Julliard
bb4119e1fd
ntdll/tests: Make sure to clear the DF flag on return from the exception.
2008-05-19 23:19:24 +02:00
Paul Vriens
13e609fdb3
shell32/tests: Fix test when running on Wine.
2008-05-19 23:11:18 +02:00
Paul Vriens
64444ebe94
janitorial: Close COM after tests.
2008-05-19 23:10:01 +02:00
Alexandre Julliard
c362081a79
user32: Moved the class extra bytes check to catch uninitialised data sooner.
2008-05-19 23:10:01 +02:00
Roderick Colenbrander
bd5c02e245
wined3d: Request a WGL depth stencil capable pixel format by default until we have proper SetDepthStencilSurface support.
2008-05-19 20:20:35 +02:00
Juan Lang
3108e3605c
snmpapi: Test and correct SnmpUtilOidNCmp when count is less than Oid length.
2008-05-19 20:20:11 +02:00
Juan Lang
a96e118ddb
snmpapi: Test and correct SnmpUtilOidNCmp when Oid lengths don't match.
2008-05-19 20:20:08 +02:00
Kai Blin
d88ee55e68
ws2_32: Test for invalid hostnames again.
2008-05-19 20:20:00 +02:00
Michael Karcher
abaac300d1
oleaut32: Cache localised number chars.
2008-05-19 20:19:52 +02:00
Paul Vriens
b65c1d47eb
ntdll/tests: Skip test when we don't have enough rights.
2008-05-19 16:11:22 +02:00
Paul Vriens
446243b1d9
ntdll/tests: Free library after use.
2008-05-19 16:11:17 +02:00
James Hawkins
362f2ceeaf
kernel32: Fix a debugger test that fails in win2k3.
2008-05-19 16:11:05 +02:00
Mikołaj Zalewski
14a42f802d
Make Swedish use SUBLANG_NEUTRAL.
2008-05-19 16:09:13 +02:00
Hans Leidekker
694a09284a
wininet: Fix buffer size query for HttpQueryInfo(HTTP_QUERY_RAW_HEADERS_CRLF).
2008-05-19 14:04:10 +02:00
James Hawkins
95282bdeaa
msi: Reset the hasLocalFeature flag when updating components.
2008-05-19 13:36:45 +02:00
James Hawkins
6221975407
msi: Don't enable a feature's components if that feature is disabled.
2008-05-19 13:36:37 +02:00
James Hawkins
47711cc62e
user32: Fix a few tests that fail in win2k3.
2008-05-19 13:36:08 +02:00
James Hawkins
617d8fee03
gdi32: Fix two tests that fail in win2k3.
2008-05-19 13:36:05 +02:00
Dmitry Timoshkov
47b4960129
user32: Make ChangeDisplaySettingsA/W reset dmDriverExtra to 0 like XP and Vista do.
2008-05-19 13:35:48 +02:00
Eric Pouech
fd20b1be8a
dbghelp: Protect dwarf parsing against NULL function names.
2008-05-19 13:35:42 +02:00
Dan Kegel
480297336b
d3d9/tests: Add missing skip().
2008-05-19 13:35:31 +02:00
Hans Leidekker
e1b889830d
wininet: INTERNET_STATUS_REQUEST_COMPLETE callback must supply a handle.
2008-05-19 13:35:24 +02:00
Rob Shearman
6021fa09f3
wininet: Fix a typo in is_basic_auth_value.
...
This fixes basic authentication when the server uses a realm string.
2008-05-19 13:35:19 +02:00
Huw Davies
a576c40372
gdiplus: Add some notes about the format of the data blob returned by GdipGetRegionData.
2008-05-19 13:34:57 +02:00
Mikołaj Zalewski
d85ac9d989
Update Polish translation.
2008-05-19 13:33:47 +02:00
Dmitry Timoshkov
5ddd35f493
cabinet: Fix the regression caused by 4046075462
.
2008-05-19 13:33:41 +02:00
James Hawkins
2470b0b316
ntdll: Fix a test that fails in win2k3.
2008-05-14 22:04:12 +02:00
James Hawkins
cfce5be4ce
ntdll: Fix a few tests that fail in win2k3.
2008-05-14 21:51:39 +02:00
Alexander Dorofeyev
2027b0587d
wined3d: Only copy front buffer to screen in gdi RealizePalette.
2008-05-14 21:51:14 +02:00
James Hawkins
69c02d0b03
msi: Create the MSI hidden window on demand.
2008-05-14 21:51:10 +02:00
Dan Kegel
95beaa21b8
ws2_32/tests: Cannot reliably detect bad hostnames in "modern" internet.
2008-05-14 13:36:38 +02:00
Dan Kegel
fbaf037581
kernel32: comm.c: increase time slop.
2008-05-14 13:36:26 +02:00
Alexandre Julliard
be7b8be8b8
wgl: Don't call ExtEscape if we don't have a GL context.
2008-05-14 12:46:25 +02:00
Igor Tarasov
fb61856b45
comctl32: Fix statusbar text alignment bug.
2008-05-14 12:22:17 +02:00
James Hawkins
ece5a047de
msi: Set the OutOfDiskSpace property.
2008-05-14 12:22:01 +02:00
James Hawkins
9460ae35b5
msi: Copy the assembly file directly if it's not compressed.
2008-05-14 12:21:54 +02:00
ByeongSik Jeon
47f83635bc
comdlg32: Updated Korean translation.
2008-05-14 12:21:30 +02:00
Andrew Talbot
4046075462
cabinet: Remove order-of-evaluation dependencies.
2008-05-14 12:21:26 +02:00
James Hawkins
c72f318aaa
ntdll: Fix a few failing tests in win2k3.
2008-05-13 21:08:51 +02:00
Alexandre Julliard
26e566b91f
explorer: Use a different return value to indicate that the x11 system tray is not available, so that x11drv can return errors too.
2008-05-13 21:02:46 +02:00
Alexandre Julliard
12de7d7591
kernel32: Move the wineboot event wait so that 16-bit processes wait too.
2008-05-13 20:26:37 +02:00
Vitaliy Margolen
f2bdd8d96c
dinput: Clamp joystick position values to min-max range.
2008-05-13 20:25:56 +02:00
Dmitry Timoshkov
a5d288f08c
gdi32: Add more font substitution tests, make them pass under Wine.
2008-05-13 20:25:50 +02:00
Huw Davies
68420896eb
gdi32: Move a couple of TRACEs to the beginning of functions.
2008-05-13 20:16:27 +02:00
Alexandre Julliard
4d1cf9c8c4
kernel32: Add a builtin 16-bit winhelp.exe.
...
This should be moved to winhlp32.exe once we support 16-bit modules in executables.
2008-05-13 18:50:50 +02:00
Alexandre Julliard
a795f36af7
winhelp.exe: Renamed to winhlp32.exe.
2008-05-13 18:43:27 +02:00
Dan Kegel
7d989b7f71
d3d9: shademode_test: Increase slop in color comparison.
2008-05-13 11:24:47 +02:00
Nikolay Sivov
b5046c28ca
gdiplus: Added GdipAddPathRectangle with tests.
2008-05-13 11:22:58 +02:00
Nikolay Sivov
22c6e57637
gdiplus: Make GdipSetPenDashArray return OutOfMemory on (count <= 0).
2008-05-13 11:22:38 +02:00
Nikolay Sivov
2d6ae5dec6
gdiplus: Check count argument in GdipVectorTransformMatrixPoints.
2008-05-13 11:22:24 +02:00
Nikolay Sivov
5eaf84d39b
gdiplus: Check count argument in GdipTransformMatrixPoints.
2008-05-13 11:22:18 +02:00
Nikolay Sivov
4e8ef34676
gdiplus: GdipCreateFontFromLogfontA: no reason to put CHAR to WCHAR array.
2008-05-13 11:22:07 +02:00
Maarten Lankhorst
98f0b5f479
quartz: Reset time when rejecting sample in the mpeg splitter.
2008-05-13 11:21:12 +02:00
Maarten Lankhorst
7d6e28c3bb
quartz: Silence a fixme.
2008-05-13 11:21:05 +02:00
Lei Zhang
a4d0d4fe36
quartz: Check input in MediaControl_GetState.
2008-05-13 10:57:45 +02:00
James Hawkins
7ae4f695bc
msi: Convert string variables to ints when appropriate.
2008-05-13 10:44:22 +02:00
James Hawkins
ca8e867da7
msi: Test the ScreenX/Y properties.
2008-05-13 10:43:55 +02:00
Alexandre Julliard
30a133fe00
winex11: When re-creating a client window check the new visual against the current one instead of the default one.
2008-05-13 10:43:48 +02:00
Alexandre Julliard
8354e6a93a
configure: Improve the libcrypto checks.
2008-05-13 10:42:54 +02:00
Dmitry Timoshkov
954d6e2ed9
user32: Add tests for painting minimized/clipped windows.
2008-05-13 10:40:24 +02:00
Jacek Caban
7e497a9b08
mshtml: Fixed a typo.
2008-05-13 10:40:15 +02:00
Andrew Talbot
140c0423f5
secur32: Memory allocation size fix.
2008-05-13 10:40:03 +02:00
Andrew Talbot
5bf9e88cce
ddraw: Memory allocation size fix.
2008-05-13 10:40:00 +02:00
ByeongSik Jeon
33a5ab522f
imm32: Add the all GCS_* value check.
2008-05-12 20:16:09 +02:00
ByeongSik Jeon
6e74a865e3
imm32: Add the missing is_himc_ime_unicode() check.
2008-05-12 20:16:06 +02:00
Petr Dlouhý
87b1cab13d
shdocvw: Partial implementation of WebBrowser_put_RegisterAsBrowser and WebBrowser_get_RegisterAsBrowser.
2008-05-12 19:58:56 +02:00
Alexandre Julliard
4d926e3ebc
winex11: Silence a harmless error.
2008-05-12 19:58:35 +02:00
Alexandre Julliard
7e2e30bade
gdi32: Make sure the DC is up-to-date before accessing the pixel format.
2008-05-12 19:58:23 +02:00
Huw Davies
d5ccbe2ba4
gdiplus: Stub for GdipGetClip.
2008-05-12 19:42:38 +02:00
Huw Davies
6cfb469a6c
gdiplus: Stubs for GdipGetDC and GdipReleaseDC.
2008-05-12 19:42:19 +02:00
Huw Davies
9bc1fc9f11
gdiplus: Add some stubs for region functions.
2008-05-12 19:42:03 +02:00
Alexander Dorofeyev
17dacf90b2
ddraw: Fix some code unprotected by ddraw lock.
2008-05-12 19:41:46 +02:00
Alexandre Julliard
1ecf0c96fa
Revert "winealsa: Remove calls to deprecated functions."
...
This reverts commit c8bdebde3d
.
To be revisited after 1.0.
2008-05-12 19:40:47 +02:00
Alexandre Julliard
b605980bf1
winex11: Create a dummy parent window for composite child windows to avoid using the root.
2008-05-12 19:37:57 +02:00
Alexandre Julliard
6e9dea8a27
winex11: Create all the GL drawables using the gdi_display to avoid synchronization issues.
2008-05-12 19:37:54 +02:00
Hans Leidekker
6c8d315a72
wininet: Implement INTERNET_OPTION_USER_AGENT for InternetQueryOption.
2008-05-12 14:01:44 +02:00
Hans Leidekker
1c5bc9a772
wininet: HTTP_BuildProxyRequestUrl returns a pointer.
2008-05-12 14:01:06 +02:00
Hans Leidekker
a3ea34c56e
wininet: Partial implementation of InternetGet/SetCookieEx.
2008-05-12 14:01:01 +02:00
Hans Leidekker
3f795c621d
wininet: Make a test pass on IE6.
2008-05-12 14:00:56 +02:00
Hans Leidekker
aec0e93d23
wininet: Don't overwrite content length header in HttpSendRequest.
2008-05-12 14:00:51 +02:00
Nikolay Sivov
eb18ce9d4e
gdiplus: Added GdipCreateFromHWNDICM (no icm yet) with test.
2008-05-12 14:00:22 +02:00
Nikolay Sivov
888262ede7
gdiplus: Added GdipLoadImageFromFileICM (no icm yet).
2008-05-12 14:00:10 +02:00
Nikolay Sivov
03b6c5e85f
gdiplus: GdipGetImageFlags simple stub with test.
2008-05-12 13:59:56 +02:00
Nikolay Sivov
1441311d36
gdi32: Avoid null pointer dereference in CreateDIBSection.
2008-05-12 13:59:13 +02:00
Jacek Caban
02bf65a752
urlmon: Better error handling in file protocol.
2008-05-12 13:59:13 +02:00
Jacek Caban
3efe4e6837
urlmon: Correctly handle file URLs with '|' instead of ':' after drive letter.
2008-05-12 13:59:13 +02:00
Alexandre Julliard
ad0e82e136
user32: Invalidate the DCE in SetWindowPos before we attempt to move the window bits.
2008-05-12 13:59:13 +02:00
Alexander Dorofeyev
a25651138a
wined3d: Activate context for the right target in surface_blt_to_drawable.
2008-05-12 13:27:44 +02:00
Alexander Dorofeyev
e1c60caa42
wined3d: glFlush when updating front buffer.
...
Fixes screen not updating or getting updated inconsistently when apps blit to
front buffer or lock it when RenderTargetLockMode=readtex, as happens in e.g.
Red Alert 2 and also in p8_primary_test in ddraw tests.
2008-05-12 13:27:40 +02:00
Alexandre Julliard
30c0639b5a
server: Crop the invalidate region against the rectangles of all parents.
2008-05-12 12:44:10 +02:00
Alexandre Julliard
bc25119c6e
server: Also crop the update region of children when moving a window.
2008-05-12 12:44:10 +02:00
Alexandre Julliard
e02969ddf0
server: When moving/resizing a window crop the update region against the new rectangle of the parents.
2008-05-12 12:41:17 +02:00
Alexandre Julliard
f8f8e7ef51
winedos: Don't disable long filename functions on NT versions.
2008-05-12 11:44:19 +02:00
Hwang YunSong(황윤성)
49099ba0e5
shell32: Updated Korean Resource.
2008-05-12 11:43:39 +02:00
Vitaliy Margolen
a37c60b0f7
dinput: Implement GetDeviceStatus.
2008-05-12 11:43:32 +02:00
Vitaliy Margolen
d7b98841ab
dxdiagn: Update dx version to 9.0c.
2008-05-12 11:43:25 +02:00
Vitaliy Margolen
6d678fcfc2
dmime: Update dx version to 9.0c.
2008-05-12 11:43:21 +02:00
Jens Albretsen
2bae809881
user32: Danish spelling fixes.
2008-05-12 11:43:10 +02:00
Jens Albretsen
52be871d8c
wineps.drv: Danish spelling fixes.
2008-05-12 11:43:06 +02:00
Dmitry Timoshkov
ca3b8741b5
shell32: Fix calling convention of LPFNOFN, don't use static buffers.
2008-05-12 11:42:59 +02:00
Dmitry Timoshkov
939c7f9c6b
user32: Make sure that we send proper notifications in all cases.
2008-05-12 11:42:54 +02:00
Michael Stefaniuc
38cae0b2c4
shdocvw: Plug memory leak introduced in 1.0-rc1 (Smatch).
2008-05-12 11:42:49 +02:00
Maarten Lankhorst
c83a63d4b6
quartz: Don't return a pin in filesource when there is none.
...
Based on a patch by Olivier Samyn.
2008-05-12 11:42:43 +02:00
Andrew Talbot
801c969884
qmgr: Memory allocation size fix.
2008-05-12 11:42:35 +02:00
Andrew Talbot
ddfbe4ee1f
wineoss.drv: Memory allocation sizes fix.
2008-05-12 11:42:31 +02:00
Andrew Talbot
7b3ab79710
dsound: Memory allocation sizes fix.
2008-05-12 11:42:28 +02:00
Andrew Talbot
aeb3ba2869
wined3d: Remove test for value of unsigned variable being less than zero.
2008-05-12 11:42:17 +02:00
Ben Mayhew
a3f503f876
wined3d: Only display Missing vbo streams fixme once.
2008-05-12 11:41:59 +02:00
Paul Vriens
6e8f8a0529
kernel32/tests: Skip tests if codepage is not installed/available.
2008-05-12 11:41:51 +02:00
Alexandre Julliard
1d76b94b47
gdi32: Add missing braces in EMFDRV_SelectPalette.
2008-05-09 12:02:21 +02:00
Kusanagi Kouichi
fb35a5754c
imm32: Avoid false FIXMEs.
2008-05-09 11:21:24 +02:00
Alexander Dorofeyev
b8a5742358
wined3d: Set alpha to index even when there is no palette.
...
Fixes a failure in p8_primary_test when running with opengl ddraw renderer.
2008-05-09 11:20:01 +02:00
Alexander Dorofeyev
ebf1f4e6bb
ddraw/tests: Add KEYSRCOVERRIDE test in p8_primary_test.
2008-05-09 11:19:43 +02:00
Alexander Dorofeyev
6d86e7f861
wined3d: Use source colorkey when passed KEYSRC or KEYSRCOVERRIDE.
...
Fixes failure in p8_primary_test when using opengl ddraw renderer.
2008-05-09 11:19:39 +02:00
Maarten Lankhorst
c8bdebde3d
winealsa: Remove calls to deprecated functions.
2008-05-09 11:18:11 +02:00
Aric Stewart
d4a3e9c016
shdocvw: Do not do our iexplore.exe registration if native Internet Explorer is detected to be present.
2008-05-08 22:48:37 +02:00
Lei Zhang
255eebe44d
wininet: Handle NULL input for FindCloseUrlCache.
2008-05-08 22:48:30 +02:00
Vitaliy Margolen
382ed33b7a
dinput: Default value for unassigned POVs should be -1.
2008-05-08 18:14:18 +02:00
Paul Vriens
b92d1c7fbe
crypt32/tests: Cleanup registry after tests.
2008-05-08 18:14:15 +02:00
Alexandre Julliard
33914a1bf4
services: Send the service name in the control requests.
...
Only start a single dispatcher thread for all services.
2008-05-08 18:08:41 +02:00
John Klehm
cd550bf6b4
winex11.drv: Move hardware tablet proximity into x11 layer.
2008-05-08 11:13:23 +02:00
Alexandre Julliard
5714c4deee
user32: The client rectangle is in screen coordinates for the initial WM_NCCALCSIZE.
2008-05-08 11:12:03 +02:00
Guy Albertelli
09cb415109
listview: Return correct value from WM_NOTIFYFORMAT with test.
2008-05-08 11:11:03 +02:00
Maarten Lankhorst
864e24d2e5
kernel32: Fix temporary path test.
2008-05-08 11:10:44 +02:00
Maarten Lankhorst
db8e63af27
kernel32: Fix process tests to pass in Windows.
2008-05-08 11:10:40 +02:00
Nikolay Sivov
a77dc34b41
gdiplus: Let GdipDrawArcI use float args version.
2008-05-08 11:10:29 +02:00
Alexandre Julliard
03fbe01632
ntdll: Ignore failures to retrieve serial status for events we are not interested in.
...
Based on a patch by Valentine Sinitsyn.
2008-05-07 21:10:39 +02:00
Maarten Lankhorst
b574c11582
ntdll: Fix file test to not free memory allocated on the stack.
2008-05-07 20:23:15 +02:00
Maarten Lankhorst
9c509234bc
ntdll: Fix some exception tests to pass on Windows.
2008-05-07 20:23:09 +02:00
Maarten Lankhorst
fd7b277d8a
rpcrt4: Fix ndr_marshall test failures.
...
Created with help from Robert Shearman.
2008-05-07 20:22:56 +02:00
Rob Shearman
9e717aa2e8
crypt32: Add stub for CertVerifyCTLUsage.
2008-05-07 20:22:49 +02:00
Alexandre Julliard
152d65c6f3
ntdll: Don't consider a 0-byte read from a serial port as a broken pipe.
2008-05-07 20:18:09 +02:00
Alexandre Julliard
b1ace4490e
ntdll: Always set VTIME to 0 to avoid blocking, don't try to set it from the comm timeouts.
2008-05-07 20:17:32 +02:00
Dmitry Timoshkov
2820682202
gdi32: Implement EMFDRV_SelectPalette.
2008-05-07 17:52:02 +02:00
Dmitry Timoshkov
51c28a1493
gdi32: More carefully compare EMF records in tests.
2008-05-07 17:51:43 +02:00
Dmitry Timoshkov
4efbf36cd5
gdi32: Set offPalEntries member of EMREOF to what XP sets it to.
2008-05-07 17:50:59 +02:00
Vitaliy Margolen
9227e25660
dinput: Ignore events from extra joystick buttons.
2008-05-07 17:50:50 +02:00
Vitaliy Margolen
bdbc2783a1
dinput: Limit number of axes in a different way - map all extra axes to -1.
...
We can't stop device from sending us extra axes so have to keep axes mapping
around for them.
2008-05-07 17:50:42 +02:00
Vitaliy Margolen
b07ff6ec86
dinput: Remove redundant variable.
2008-05-07 17:49:38 +02:00
Hans Leidekker
493b6915ca
wininet: Deal with bogus accept types array passed into HttpOpenRequestA.
2008-05-07 17:49:31 +02:00
Kai Blin
3da466a9f7
secur32: Fix ntlm tests on Vista.
2008-05-07 17:48:16 +02:00
Rob Shearman
02c66c2312
rpcrt4: Add better traces for the server test.
...
Handle failure to use one or more protocol sequences more gracefully, as
ncacn_np servers aren't support on Win9x and ncacn_ip_tcp fails on some
machines.
2008-05-07 17:48:12 +02:00
Alexandre Julliard
2dc9ed3006
winedos: Print better diagnostics when a DOS app fails to start.
2008-05-07 17:33:50 +02:00
Alexandre Julliard
f334c0fbba
winedos: Make sure that the main message queue exists before the DOS thread starts.
2008-05-07 17:33:19 +02:00
Alexandre Julliard
279acf6a8a
winedos: Only read input from the stdin handle if it is a console.
2008-05-07 17:32:23 +02:00
Alexandre Julliard
2e3287bc6a
ntdll: Serial with ReadIntervalTimeout set to MAXDWORD should return immediately even if nothing was read.
2008-05-07 13:29:18 +02:00
Detlef Riekenberg
473717fefd
winspool: Set PrinterPorts for win3.x/win9.x compatibility.
2008-05-07 13:29:15 +02:00
Andrew Talbot
a6746b9e7b
ddraw: Indentation fix.
2008-05-07 12:24:04 +02:00
John Klehm
8d09d5c8ad
winex11.drv: Wintab packet serial numbers are passed via WPARAM.
2008-05-07 12:12:11 +02:00
Maarten Lankhorst
11a0e45304
wininet: Ignore INTERNET_STATUS_DETECTING_PROXY messages in the http test.
2008-05-07 12:11:08 +02:00
Jens Albretsen
367f978e37
serialui: Danish translation.
2008-05-07 12:10:54 +02:00
Jens Albretsen
c2b5749fa8
setupapi: Danish translation.
2008-05-07 12:10:48 +02:00
Jens Albretsen
c67a649041
msvfw32: Danish translation.
2008-05-07 12:10:44 +02:00
Jens Albretsen
d2f5a9b115
wininet: Danish translation.
2008-05-07 12:10:30 +02:00
Jens Albretsen
3daadb505c
shdoclc: Danish translation.
2008-05-07 12:10:21 +02:00
Jens Albretsen
f876426e87
winmm: Danish translation.
2008-05-07 12:10:16 +02:00
Jens Albretsen
d749e57e9b
wldap32: Danish translation.
2008-05-07 12:10:07 +02:00
Jens Albretsen
00e62f3be7
winspool.drv: Danish translation.
2008-05-07 12:09:53 +02:00
Jens Albretsen
f35724909f
oledlg: Danish translation.
2008-05-07 12:09:30 +02:00
Jens Albretsen
39ae05d977
sane.ds: Danish translation.
2008-05-07 12:09:26 +02:00
Jens Albretsen
b19326767f
msvidc32: Danish translation.
2008-05-07 12:09:21 +02:00
Jens Albretsen
6ffd6df20a
localspl: Danish translation.
2008-05-07 12:09:16 +02:00
Jens Albretsen
8150740504
hhctrl.ocx: Danish translation.
2008-05-07 12:09:09 +02:00
Jens Albretsen
082640f89b
msacm: Danish translation.
2008-05-07 12:09:04 +02:00
Jens Albretsen
b74ee6fbcd
msi: Danish translation.
2008-05-07 12:08:58 +02:00
Jens Albretsen
441a381899
msrle: Danish translation.
2008-05-07 12:08:52 +02:00
Jens Albretsen
b850e55875
mshtml: Danish translation.
2008-05-07 12:08:46 +02:00
Jens Albretsen
f1b0db0a17
mpr: Danish translation.
2008-05-07 12:08:39 +02:00
Jens Albretsen
8eab889459
gphoto2: Danish translation.
2008-05-07 12:08:31 +02:00
Jens Albretsen
5c405f1c00
localui: Danish translation.
2008-05-07 12:08:23 +02:00
Jens Albretsen
19a46b40de
iccvid: Danish translation.
2008-05-07 12:08:17 +02:00
Jens Albretsen
239df4b35c
oleaut32: Renamed oleaut32_Dk.rc to oleaut32_Da.rc.
2008-05-07 12:08:08 +02:00
Aleksey Bragin
6c833cecef
atl: Remove freeing of an invalid pointer.
2008-05-07 12:07:46 +02:00
Francois Gouget
633ee950a1
Assorted spelling fixes.
2008-05-07 12:07:11 +02:00
Francois Gouget
8824bc1ea4
winex11: Standardize a stub trace and add a trailing '\n'.
2008-05-07 12:06:53 +02:00
Paul Vriens
deee97d9ea
advapi32/tests: Add another test.
2008-05-07 12:06:47 +02:00
Francois Gouget
d2364d5d27
Add a comment warning when a table must be kept sorted for later use with bsearch().
2008-05-06 16:11:09 +02:00
Francois Gouget
42a61d7ed7
Assorted spelling fixes.
2008-05-06 16:10:20 +02:00
Francois Gouget
53f2cb83dc
mshtml: gcc 2.95 does not allow an array of undefined dimension in a struct. So fix dispex_static_data_t accordingly.
2008-05-06 16:10:13 +02:00
Francois Gouget
a425379175
cryptdlg: Fix the GetFriendlyNameOfCert[AW] call convention.
2008-05-06 16:10:09 +02:00
Francois Gouget
58665f5db7
d3d9/tests: Fix compilation on systems that don't support nameless unions.
2008-05-06 16:10:07 +02:00
Francois Gouget
9787d68941
msxml3/tests: Add a trailing '\n' to an ok() call.
2008-05-06 16:10:04 +02:00
Francois Gouget
125dac3af8
gdi32/tests: Add a trailing '\n' to a couple of ok() calls.
2008-05-06 16:10:01 +02:00
Francois Gouget
10a25c384f
fusion: Fix compilation on systems that don't support nameless unions.
2008-05-06 16:09:58 +02:00
Alexandre Julliard
6477a1c1bf
kernel32: Set the USERPROFILE and ALLUSERSPROFILE environment variables based on the ProfileList registry keys.
2008-05-06 16:07:13 +02:00
Alexandre Julliard
7c25ab8a07
shell32: Set the correct default for shell folders relative to the windows directory.
2008-05-06 15:50:10 +02:00
Alexander Dorofeyev
c4d75213ab
ddraw/tests: Add tests for IDirect3DDevice7_Load.
2008-05-06 11:26:24 +02:00
Alexander Dorofeyev
d6ecf5d14d
ddraw: Return DDERR_NOCOLORKEY when there is no colorkey.
2008-05-06 11:26:15 +02:00
Alexander Dorofeyev
7e8be9ecc0
ddraw: Add full implementation of IDirect3DDevice7_Load.
2008-05-06 11:26:10 +02:00
Dmitry Timoshkov
fab78cdc8d
kernel32: Print in the trace pid and tid of the created process.
2008-05-06 11:25:50 +02:00
Maarten Lankhorst
a61ef431b8
netapi32: Fix test crash occuring when NetWkstaUserGetInfo fails.
2008-05-06 11:25:37 +02:00
Maarten Lankhorst
fc777c0ed3
winmm: Make mixer test less strict so it passes with SoundMAX drivers on XP.
2008-05-06 11:25:31 +02:00
Maarten Lankhorst
f74075b776
gdi32: Make mapping test slightly less strict so it passes on windows XP.
2008-05-06 11:25:26 +02:00
Vitaliy Margolen
5c9fbb828d
comctl32: tab: Fix drawing of the icons.
...
This patch partially reverts aa57ad37
. It's not correct. The top/left
is added later on.
2008-05-06 11:25:19 +02:00
Michael Stefaniuc
af1986d6cc
ws2_32: Fix test output string to match the test.
2008-05-06 11:24:58 +02:00
Maarten Lankhorst
a2d53016b5
netapi32: Make the tests pass under XP that enforces a strict password policy.
2008-05-05 21:19:44 +02:00
Dylan Smith
76029ee9ec
richedit: The wrong bits were cleared from wBorders in PARAFORMAT2.
2008-05-05 21:18:19 +02:00
Dylan Smith
6f11b1b354
richedit: Removed useless code.
2008-05-05 21:18:13 +02:00
Roderick Colenbrander
7b5561cbb8
wined3d: Allow stencil support when it wasn't requested on broken drivers.
2008-05-05 21:03:39 +02:00
Kai Blin
6b007698d2
ws2_32: On Win98, SO_MAX_MSG_SIZE is 65527, not 65507.
2008-05-05 21:02:12 +02:00
Kai Blin
2e04c18cf4
secur32: Remove test for sft->Reserved8 field.
...
This seems to be set on Win98.
2008-05-05 21:02:08 +02:00
Maarten Lankhorst
2d50b5cef5
winex11.drv: Fix a compiler warning.
2008-05-05 21:02:03 +02:00
Alexander Dorofeyev
30221f7bcd
ddraw: Fix some texture blending modes.
2008-05-05 19:55:30 +02:00
Alexander Dorofeyev
8f72961e50
ddraw: Move handling of D3DRENDERSTATE_TEXTUREMAPBLEND from d3ddevice2 to d3ddevice3.
2008-05-05 19:55:13 +02:00
Alexander Dorofeyev
edaaf63bd6
ddraw: Move handling of D3DRENDERSTATE_TEXTUREHANDLE from d3ddevice7 to d3ddevice3.
...
As supported by tests, there is no reason for this state to be handled by
d3ddevice7, and moving it to d3ddevice3 prepares for the changes in next patch
(setting TEXTUREHANDLE state can then go through SetTexture of d3ddevice3).
2008-05-05 19:55:05 +02:00
Alexander Dorofeyev
d5db7615a2
ddraw/tests: Add test for deprecated render states in d3d7.
2008-05-05 19:54:48 +02:00
Dmitry Timoshkov
dca9f314a8
winoldap.mod: Wait until the 32-bit process starts up.
2008-05-05 19:46:16 +02:00
Andrew Talbot
c8d495bac1
d3d8: Dangling pointers fix.
2008-05-05 19:46:15 +02:00
Andrew Talbot
0695c568eb
hlink: Remove unneeded address-of operators from function names.
2008-05-05 19:46:15 +02:00
Andrew Talbot
092a2b3efa
advapi32: Avoid giving variables same name as library functions.
2008-05-05 19:46:15 +02:00
Alexandre Julliard
aac5fa3469
Revert "quartz: Clean up pullpin code."
...
This reverts commit 3066116f76
.
2008-05-05 19:46:15 +02:00
Alexandre Julliard
dffab36e8b
winex11: The XIM callback is called with the X11 lock held.
2008-05-05 15:08:33 +02:00
Jens Albretsen
22328d0ce5
shell32: Added missing Danish translations.
2008-05-05 13:36:04 +02:00
Jens Albretsen
67afde8504
shlwapi: Added Danish translation.
2008-05-05 13:35:50 +02:00
Jens Albretsen
12f296b8a7
comdlg: Added missing Danish translations.
2008-05-05 13:35:43 +02:00
Jens Albretsen
48a83b0b66
wineps.drv: Added Danish translation.
2008-05-05 13:35:33 +02:00
Jens Albretsen
e162f9d787
credui: Added Danish translation.
2008-05-05 13:35:24 +02:00
Jens Albretsen
b434e2c2ab
avifil32: Added Danish translation.
2008-05-05 13:35:16 +02:00
Andrew Talbot
938150d01f
cabinet: Indentation fix.
2008-05-05 13:34:05 +02:00
James Hawkins
6d91fd8ce6
msi: Use the handle to the treeview item if the item text is not returned.
2008-05-05 13:34:05 +02:00
James Hawkins
56bfe2972f
fusion: The Strings stream can be without a #.
2008-05-05 13:34:05 +02:00
James Hawkins
f52ecfe041
fusion: Add the missing assembly table structs.
2008-05-05 13:34:05 +02:00
James Hawkins
4442306a84
fusion: Fix the type of an assembly struct member.
2008-05-05 13:34:05 +02:00
Jacek Caban
29d8c366bb
mshtml: Added IMG element tests.
2008-05-05 13:34:05 +02:00
Jacek Caban
19ec36c92b
mshtml: Added more script tests.
2008-05-05 13:34:05 +02:00
Vitaliy Margolen
eed3bd3895
mshtml: Don't overwrite file types that could be changed by user.
2008-05-05 12:54:13 +02:00
Dmitry Timoshkov
2e19d9c473
user32: Set the size of returned DEVMODE to least common one as XP does.
2008-05-05 12:54:08 +02:00
Dmitry Timoshkov
fa61eac0f7
winex11.drv: Set the size of returned DEVMODE to least common one as XP does.
2008-05-05 12:54:05 +02:00
James Hawkins
02b531b302
msi: Fix a typo.
2008-05-05 12:54:00 +02:00
Roderick Colenbrander
e3b662bb20
wined3d: At the start of RemoveContextFromArray numContexts is decreased by 1, the loop which loops through the whole array doesn't take this into account.
...
Discovered by Peter Oberndorfer.
2008-05-05 12:53:52 +02:00
Paul Vriens
ed67a1f350
setupapi/tests: Clean up properly on win9x.
2008-05-05 12:53:24 +02:00
Paul Vriens
d6f9de67b8
setupapi/tests: Skip some tests on win9x.
2008-05-05 12:53:19 +02:00
Andrew Talbot
53eacee0da
wnaspi32: Remove unused variables.
2008-05-05 12:53:13 +02:00
Andrew Talbot
d684d5accb
inetcomm: Remove unused variables.
2008-05-05 12:53:04 +02:00
Andrew Talbot
07ae2992b8
wininet: Remove unused variables.
2008-05-05 12:52:26 +02:00
Andrew Talbot
dbe65d03e2
dbghelp: Include port.h for possible alternative to strtoull().
2008-05-05 12:52:01 +02:00
Hans Leidekker
e2f690a0ac
wininet: Don't add the user agent header until HttpSendRequest is called.
2008-05-05 12:51:56 +02:00
Paul Vriens
1cfad7f07f
kernel32/tests: Skip some tests on win98.
2008-05-02 16:18:02 +02:00
Andrew Talbot
5156219a1c
winex11.drv: Remove unused variables.
2008-05-02 16:08:15 +02:00
Huw Davies
80157c2fa6
winex11.drv: Rename X11DRV_DIB_BitmapInfoSize to bitmap_info_size and fix to take into account bit field masks.
2008-05-02 16:07:50 +02:00
Huw Davies
515b40c2de
gdi32: Rename DIB_BitmapInfoSize to bitmap_info_size and fix to take into account bit field masks.
2008-05-02 16:07:47 +02:00
Huw Davies
be900067b6
user32: Fix bitmap_info_size to take into account bit field masks.
2008-05-02 16:07:45 +02:00
Alexandre Julliard
a8007f0db1
urlmon: Avoid sizeof in traces.
2008-05-02 13:59:14 +02:00
Alexandre Julliard
13ab99b404
richedit: Avoid strlen in traces.
2008-05-02 13:59:06 +02:00
Paul Vriens
0a4eebd744
kernel32/tests: Don't run tests on win9x if we are out of memory.
2008-05-02 12:55:12 +02:00
Alexandre Julliard
f39d39e35f
user32: Add an exception handler around LB_GETTEXT to hide a Delphi bug.
2008-05-02 11:41:49 +02:00
ByeongSik Jeon
cedfd3f763
imm32: Implementation of the ImmRequestMessage{A|W}.
2008-05-02 11:41:49 +02:00
ByeongSik Jeon
37901a6592
imm32: Updated implementation of the ImmGetConversionList{A|W}.
2008-05-02 11:41:48 +02:00
ByeongSik Jeon
a45a07e474
imm32: Updated implementation of the ImmGetCandidateListCount{A|W}.
2008-05-02 11:41:48 +02:00
ByeongSik Jeon
826b50f5ed
imm32: Updated implementation of the ImmGetCandidateList{A|W}.
2008-05-02 11:41:48 +02:00
ByeongSik Jeon
e552a10c7c
imm32: Updated implementation of the ImmEnumRegisterWord{A|W}.
2008-05-02 11:41:48 +02:00
Roderick Colenbrander
feb753c98d
ddraw: Enable EnableAutoDepthStencil to receive depth support.
2008-05-02 11:33:38 +02:00
James Hawkins
863b0cdff7
itss: Remove a test that we expect to fail sometimes.
2008-05-02 11:33:31 +02:00
James Hawkins
33c3bdeb03
msi: A progid who is its own parent cannot have a clsid.
2008-05-02 11:33:28 +02:00
James Hawkins
b779aac8cf
ntdll: Fix two tests that fail on all NT platforms.
2008-05-02 11:25:07 +02:00
Andrew Talbot
86b99de84f
wineps.drv: Remove unused code.
2008-05-02 11:24:47 +02:00
Kai Blin
bee29a6c2e
secur32: Don't call waitpid() in dispatcher.
...
As Wine ignores SIGCHLD, waitpid() works on Linux only by accident. On
FreeBSD it doesn't work.
2008-05-02 11:24:32 +02:00
Dylan Smith
10e676ab3e
richedit: Updated editor.h to reflect the contents of source files.
2008-05-01 19:36:50 +02:00
Hans Leidekker
c1e686429a
usp10: Fix a few failing tests and make them pass on Wine.
2008-05-01 19:36:27 +02:00
Hans Leidekker
20ae9be595
usp10: Remove redundant code from ScriptTextOut.
2008-05-01 19:36:19 +02:00
Jacek Caban
f263b637a9
mshtml: Added IDispatchEx support to HTMLImgElement.
2008-05-01 19:36:11 +02:00
Jacek Caban
6279de21f3
mshtml: Added IHTMLImgElement stub implementation.
2008-05-01 19:36:06 +02:00
Paul Vriens
587f14da0b
user32/tests: Run tests again on win95.
2008-05-01 18:11:26 +02:00
Paul Vriens
3a3246527a
urlmon/tests: Fix timeout for tests on win9x.
2008-05-01 18:11:26 +02:00
Roderick Colenbrander
cb0f0af131
wined3d: We don't want double buffering in pbuffer mode.
2008-05-01 18:11:26 +02:00
Roderick Colenbrander
96c770d9bf
wined3d: In window mode (!pbuffer) we want both a window drawable format and double buffering.
2008-05-01 18:11:26 +02:00
Roderick Colenbrander
02bab6edbe
wined3d: Fix typo in pixel format trace.
2008-05-01 18:11:26 +02:00
Alexandre Julliard
6b9517a70a
winex11: Only unmap a window when explicitly hidden, not just when WS_VISIBLE is cleared.
2008-05-01 18:11:26 +02:00
Alexandre Julliard
8a5f578223
winex11: Ignore the specified owner if it's a zero-size window.
...
Go back to not mapping zero-size windows.
2008-05-01 18:11:26 +02:00
Alexandre Julliard
617e5162a2
winex11: Don't free the pixmap in X11DRV_DIB_CreateDIBFromPixmap since we don't own it.
2008-05-01 18:11:26 +02:00
Alexandre Julliard
6cb1ac0575
make_makefiles: Avoid duplicate rules for static import libs on PE builds.
2008-05-01 18:11:25 +02:00
Alexandre Julliard
06640efa61
opengl32: Dynamically load libGLU.
...
Based on a patch by Roderick Colenbrander.
2008-05-01 14:44:49 +02:00
Alexandre Julliard
0567e72c29
msftedit: Export a few more IIDs.
2008-05-01 14:44:08 +02:00
Rico Schüller
3fa635f9dc
msftedit: Add DllGetVersion.
2008-05-01 14:41:45 +02:00
Alexandre Julliard
ad79873527
configure: Improve the check for the GLU library.
2008-05-01 13:29:02 +02:00
Paul Vriens
d3c4e3d4a7
kernel32/tests: Fix tests on win9x.
2008-05-01 12:42:22 +02:00
Dan Hipschman
c3537c4086
gdi32: Add font faces to families in a specific order.
2008-05-01 12:41:30 +02:00
Alexandre Julliard
a9c2f791e1
winex11: Avoid printing traces without a \n.
2008-05-01 12:37:28 +02:00
Guy Albertelli
c0aa44bb6c
usp10: Use passed hdc instead of cached one for ScriptTextOut with test to check.
2008-05-01 12:35:44 +02:00
Lei Zhang
0f7bae5af8
userenv: Add a test for variable inheritance for CreateEnvironmentBlock.
2008-05-01 12:35:30 +02:00