Hans Leidekker
d0baa50681
cryptui: Add a partial implementation of CryptUIWizImport.
...
This is just enough to make importing a certificate in Outlook 2007 work.
2008-10-20 12:24:01 +02:00
Dmitry Timoshkov
d6544f041b
user32: Fix a typo.
2008-10-20 12:23:41 +02:00
Henri Verbeet
bf187ed1e0
wined3d: Set the sampler only once in shader_glsl_select_depth_blt().
...
It (obviously) never changes.
2008-10-20 12:23:26 +02:00
Henri Verbeet
2188aa87d6
wined3d: Add support for EXT_framebuffer_multisample.
2008-10-20 12:23:16 +02:00
Henri Verbeet
e00e5a37e2
secur32: Implement schannel InitializeSecurityContextW.
2008-10-20 12:23:08 +02:00
Henri Verbeet
e0e9195c81
secur32: Improve error handling for gnutls_global_init().
2008-10-20 12:22:51 +02:00
Henri Verbeet
60435135f9
secur32: Don't leak the credentials handle when pgnutls_certificate_allocate_credentials() fails.
2008-10-20 12:22:27 +02:00
Henri Verbeet
f6129d7d35
secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.
2008-10-20 12:22:22 +02:00
Alexandre Julliard
25c708911b
wldap32: Map Unix error codes to Windows ones for all functions.
2008-10-20 12:22:13 +02:00
Alexandre Julliard
316f3fc693
wldap32/tests: Don't crash if ldap_search_ext_sA fails.
2008-10-20 12:20:48 +02:00
Roderick Colenbrander
6152941bdf
opengl32: Add some updates for recent opengl extensions.
2008-10-20 12:20:19 +02:00
Roderick Colenbrander
728e61e78b
wined3d: Remove ENTER_GL/LEAVE_GL from VolumeTexture_PreLoad because it doesn't make any GL calls.
2008-10-20 11:39:01 +02:00
Roderick Colenbrander
3e3141da34
wined3d: Protect gl calls in Volume_LoadTexture with ENTER_GL/LEAVE_GL.
2008-10-20 11:38:54 +02:00
Roderick Colenbrander
47372928b8
wined3d: Fix recursive ENTER_GL in UpdateSurface.
2008-10-20 11:38:43 +02:00
Roderick Colenbrander
e848aed2b8
wined3d: ActivateContext caused a lot of recursive ENTER_GL calls while it is especially dangerous in here as this function can indirectly trigger GDI calls.
2008-10-20 11:38:36 +02:00
Roderick Colenbrander
b98a7b5082
wined3d: Fix recursive ENTER_GL in LoadLocation.
2008-10-20 11:38:19 +02:00
Roderick Colenbrander
e5ed8edb89
wined3d: Fix a recursive ENTER_GL in read_from_framebuffer.
2008-10-20 11:38:11 +02:00
Roderick Colenbrander
d4b4810ebe
wined3d: Prevent a recursive ENTER_GL before calling blitter->free_private.
2008-10-20 11:38:02 +02:00
Roderick Colenbrander
3a1aeef7c7
wined3d: Add ENTER_GL/LEAVE_GL to gen_yuv_shader.
2008-10-20 11:37:54 +02:00
Roderick Colenbrander
5163a360e0
wined3d: arbfp_blit_unset should call ENTER_GL/LEAVE_GL instead of the caller.
2008-10-20 11:37:46 +02:00
Roderick Colenbrander
8a002b09c1
wined3d: arbfp_set_shader_blit should handle ENTER_GL/LEAVE_GL instead of the caller.
2008-10-20 11:37:38 +02:00
Francois Gouget
72cf4f3b0d
Assorted spelling fixes.
2008-10-20 11:37:27 +02:00
Francois Gouget
5eb8ab3deb
riched20/tests: Add a trailing '\n' to an ok() call.
2008-10-20 11:37:27 +02:00
Francois Gouget
215738a140
dirent.h is a conditional include now.
2008-10-20 11:37:27 +02:00
Dylan Smith
c70f6a3933
richedit: Use the DefWindowProc to implement WM_SETREDRAW.
2008-10-20 11:37:27 +02:00
Dylan Smith
ae3394271d
richedit: Prevent EN_UPDATE notifications when window isn't visible.
2008-10-20 11:37:27 +02:00
Dylan Smith
30ebfa6d74
richedit: Test to see if WM_SETREDRAW removes the windows visibility.
2008-10-20 11:37:27 +02:00
Dylan Smith
b5f59b9962
richedit: Test for EN_UPDATE notification when window isn't visible.
2008-10-20 11:37:26 +02:00
Andrew Talbot
75d4faabd3
mshtml: Sign-compare warnings fix.
2008-10-20 11:33:24 +02:00
Juan Lang
36d01401dc
wintrust: Implement WVTAsn1CatNameValueDecode.
2008-10-18 20:13:10 +02:00
Juan Lang
e009cd9039
wintrust: Add tests for WVTAsn1CatNameValueDecode.
2008-10-18 20:13:04 +02:00
Juan Lang
9216340ab7
wintrust: Add stub for WVTAsn1CatNameValueDecode.
2008-10-18 20:12:59 +02:00
Juan Lang
74b91cb25f
wintrust: Implement WVTAsn1CatNameValueEncode.
2008-10-18 20:12:53 +02:00
Juan Lang
1f6a67d881
wintrust: Add tests for WVTAsn1CatNameValueEncode.
2008-10-18 20:12:46 +02:00
Juan Lang
9033fa9ab2
wintrust: Add stub for WVTAsn1CatNameValueEncode.
2008-10-18 20:12:40 +02:00
Vitaliy Margolen
a2b2a4cf79
wined3d: Add one more FBO error status code.
2008-10-18 19:35:20 +02:00
Dylan Smith
f24678b285
richedit: Scroll cursor into view even with redraw turned off.
2008-10-18 19:32:43 +02:00
Dylan Smith
582bdadeff
richedit: Test changes in scrollbar's visibility with redraw disabled.
...
Test to verify that the scrollbar does need to be shown or hidden while
redraw is disabled.
2008-10-18 19:32:33 +02:00
Dylan Smith
bb4e38665a
richedit: Test to see if wrapping happens with redraw disabled.
2008-10-18 19:32:27 +02:00
Dylan Smith
a959f7d74b
richedit: Tests for notifications while redraw is disabled.
...
There were some notifications that weren't sent in ME_UpdateRepaint
while redraw was disabled, so this verifies that they are not sent
with redraw disabled.
2008-10-18 19:32:18 +02:00
Juan Lang
c80b99a2f4
wintrust: Implement WVTAsn1CatMemberInfoDecode.
2008-10-18 19:31:34 +02:00
Juan Lang
6b13b35640
wintrust: Add tests for WVTAsn1CatMemberInfoDecode.
2008-10-18 19:31:28 +02:00
Juan Lang
65c5d3e4a8
wintrust: Add stub for WVTAsn1CatMemberInfoDecode.
2008-10-18 19:31:19 +02:00
Juan Lang
d3d7dfa7ff
wintrust: Implement WVTAsn1CatMemberInfoEncode.
2008-10-18 19:31:10 +02:00
Juan Lang
52751981ad
wintrust: Add tests for WVTAsn1CatMemberInfoEncode.
2008-10-18 19:30:57 +02:00
Juan Lang
4ffb8a2318
wintrust: Add stub for WVTAsn1CatMemberInfoEncode.
2008-10-18 19:30:44 +02:00
Jacek Caban
f30de9b9fc
jscript: Added Number.valueOf implementation.
2008-10-18 19:30:09 +02:00
Nicolas Le Cam
7526b88013
netapi32/tests: Fix a failing test on localized Windows.
2008-10-18 19:29:43 +02:00
Nicolas Le Cam
6a7017e41f
netapi32: Fix well known account RIDs in NetQueryDisplayInformation Level 1.
2008-10-18 19:29:33 +02:00
Nicolas Le Cam
72d764f60e
netapi32/tests: Add a test for well known account RIDs.
2008-10-18 19:29:24 +02:00
Dylan Smith
2271226bfd
richedit: Added test for auto scroll behaviour with redraw disabled.
2008-10-18 19:26:54 +02:00
Alexandre Julliard
7f327237bf
Convert remaining source files to utf-8.
2008-10-18 19:23:08 +02:00
Alexandre Julliard
f62ac19fb5
winex11: Convert source files to utf-8.
2008-10-18 19:21:41 +02:00
Alexandre Julliard
1a3791494c
winedos: Convert source files to utf-8.
2008-10-18 19:21:31 +02:00
Alexandre Julliard
6cfef95ce7
wined3d: Convert source files to utf-8.
2008-10-18 19:21:20 +02:00
Alexandre Julliard
5d9d8f854f
user32: Convert source files to utf-8.
2008-10-18 19:21:00 +02:00
Alexandre Julliard
2f2ec7ca89
shell32: Convert source files to utf-8.
2008-10-18 19:20:53 +02:00
Alexandre Julliard
83b6c8a5fa
rpcrt4: Convert source files to utf-8.
2008-10-18 19:20:44 +02:00
Alexandre Julliard
ebdb933b6d
ole32: Convert source files to utf-8.
2008-10-18 19:20:29 +02:00
Alexandre Julliard
2c498691f5
msrle32: Convert source files to utf-8.
2008-10-18 19:20:18 +02:00
Alexandre Julliard
505434aa08
msdmo: Convert source files to utf-8.
2008-10-18 19:20:10 +02:00
Alexandre Julliard
bcc77a89b2
kernel32: Convert source files to utf-8.
2008-10-18 19:20:02 +02:00
Alexandre Julliard
2f24b8535b
dpnet: Convert source files to utf-8.
2008-10-18 19:19:55 +02:00
Alexandre Julliard
e1ced22db1
ddraw: Convert source files to utf-8.
2008-10-18 19:19:45 +02:00
Alexandre Julliard
90fd6a2f4d
d3d9: Convert source files to utf-8.
2008-10-18 19:19:23 +02:00
Alexandre Julliard
4f324b3a4b
avifil32: Convert source files to utf-8.
2008-10-18 19:19:02 +02:00
Alexandre Julliard
d230e713b9
winecrt0: Add missing WINAPI on driver entry point.
2008-10-18 12:12:05 +02:00
Juan Lang
5f1c27d821
crypt32: Fix expected/got mixup.
2008-10-17 20:17:21 +02:00
Juan Lang
eeec9bf349
crypt32: Correct another chain status discrepancy with Windows.
2008-10-17 20:17:11 +02:00
Juan Lang
25698f8938
crypt32: Microsoft fixed a bug with name constraints, so make Wine's behavior match.
2008-10-17 20:17:08 +02:00
Hans Leidekker
4615b1c0b4
wininet: Fix buffer size query for InternetQueryOption(INTERNET_OPTION_PROXY).
2008-10-17 20:16:06 +02:00
Rob Shearman
1b5e84a588
kernel32: Fix some Esperanto day and month names.
2008-10-17 20:15:57 +02:00
Alexandre Julliard
a304358e7b
mountmgr: Store the device name in the mount point structure.
2008-10-17 20:09:50 +02:00
Alexandre Julliard
1680ba67ef
mountmgr: Store mount points as a list instead of an array.
2008-10-17 20:09:31 +02:00
Alexandre Julliard
a12789e97e
mountmgr: Enforce a minimal length for the mount point id.
2008-10-17 19:57:43 +02:00
Alexandre Julliard
881e30b4d1
user32/test: Fix a couple of message test failures on Windows.
2008-10-17 19:05:11 +02:00
Hans Leidekker
4a6b856ff2
wininet: Add a test for basic authentication.
2008-10-17 14:12:37 +02:00
Hans Leidekker
d5dca63cb6
wininet: Don't destroy authentication data when closing the connection.
...
Fixes basic authentication in combination with connection close semantics.
Spotted by Vincent Povirk.
2008-10-17 14:12:33 +02:00
Alexandre Julliard
1873ebdddc
kernel32: Delete the .windows-label file if the label is empty.
...
Add a trailing \n to the label file.
2008-10-17 14:12:19 +02:00
Austin English
3b6daf2512
gdi32: Quiet a noisy fixme.
2008-10-17 13:13:34 +02:00
Rob Shearman
d7944ae177
kernel32: Convert NLS resource files using hex-encoded UTF-16 strings into UTF-8.
2008-10-17 13:02:36 +02:00
Alexandre Julliard
80f39e6119
dsound: Avoid use of stdint types.
2008-10-17 13:02:32 +02:00
Henri Verbeet
d7e30dba22
dxguid: Add d3d10 GUIDs.
2008-10-17 13:01:50 +02:00
Henri Verbeet
3a8a4b6e56
d3d10: Create an importlib.
2008-10-17 13:01:44 +02:00
Paul Bryan Roberts
7e0932d627
advapi32: ConvertStringSecurityDescriptorToSecurityDescriptor - more tests (pass).
2008-10-17 12:49:11 +02:00
Jeff Zaroyko
bba54cd407
winmm: Fix a failing mixer test on 98 and ME.
2008-10-17 12:38:52 +02:00
Andrey Turkin
6b1256b2de
mpr: Fix NULL pointer dereference in WNetGetResourceInformationW.
2008-10-17 12:32:10 +02:00
Juan Lang
6ef7dafa39
cryptnet: Fix test failures on Windows Vista/2008.
2008-10-17 12:31:06 +02:00
Juan Lang
e1e17b89c9
crypt32: Actually compare chain status instead of doing a no-op comparison, and mark as todo the statuses that don't match in Wine.
2008-10-17 12:23:51 +02:00
Juan Lang
3454e94d94
crypt32: Use helper function and broken() macro to make expected chain status results a little more clear.
2008-10-17 12:23:44 +02:00
Juan Lang
439f5e0de9
crypt32: Include policy being checked in failure message.
2008-10-17 12:23:38 +02:00
Juan Lang
052238d064
crypt32: Make some variables const.
2008-10-17 12:23:33 +02:00
Jacek Caban
fa57703266
mshtml: Added IHTMLInputElement::put_checked implementation.
2008-10-17 12:23:22 +02:00
Jacek Caban
3600fb3b56
mshtml: Added IHTMLInputElement::[get|put]_defaultChecked implementation.
2008-10-17 12:23:19 +02:00
Christian Costa
f32511cf27
d3dxof: Add support for string parsing.
2008-10-17 12:23:16 +02:00
Christian Costa
94ae7ab42e
d3dxof: Reference the right objects.
2008-10-17 12:23:13 +02:00
Christian Costa
7a20c1dc6c
d3dxof: Move template dumping code in a separate function.
2008-10-17 12:23:09 +02:00
Kirill K. Smirnov
e0325b098f
gdiplus: IPicture_SaveAsFile updates seek pointer, so put it back.
2008-10-17 11:48:04 +02:00
Jacek Caban
9d5139f4d9
jscript: Added NaN comparation tests.
2008-10-17 11:46:01 +02:00
Jacek Caban
142cffc249
jscript: Added Math.abs with no arg implementation.
2008-10-17 11:45:57 +02:00
Jacek Caban
2e075e9862
jscript: Added NaN handling to Math.min and Math.max.
2008-10-17 11:45:53 +02:00
Jacek Caban
531f8336a8
jscript: Added infinity and nan handling to str_to_number.
2008-10-17 11:45:48 +02:00
Jacek Caban
4f6f8ef2d8
jscript: Added NaN handling to relational operators.
2008-10-17 11:45:43 +02:00
Jacek Caban
9a7265becc
jscript: Added Infinity value implementation.
2008-10-17 11:45:37 +02:00
James Hawkins
f80b5f6e66
msi: All files are uncompressed in an administrative image.
2008-10-17 11:44:21 +02:00
Jacek Caban
d318813a5a
msxml3: Silence invalid FIXME.
2008-10-17 11:44:10 +02:00
Jacek Caban
57aa75f78f
msxml3: Fixed dynamic properties allocation.
2008-10-17 11:44:05 +02:00
Jacek Caban
e7ff101996
msxml3: Update orphaned list in put_documentElement.
2008-10-17 11:44:02 +02:00
Nikolay Sivov
dee8657be4
gdiplus: Add some tests for pathiterator, fix leaks.
2008-10-17 11:43:55 +02:00
Juan Lang
de2a187bb7
crypt32: Don't check for no data to decode in CryptDecodeObject{Ex}, doing so masks some errors.
2008-10-17 11:43:48 +02:00
Juan Lang
916e47861a
crypt32: Correct last error when no data are passed to CRYPT_AsnDecodeInt.
2008-10-17 11:43:41 +02:00
Juan Lang
88a1ecb695
crypt32: Fix a few more test failures.
2008-10-17 11:43:37 +02:00
Aric Stewart
2c9517d36b
shell32/tests: Add tests for CommandLineToArgvW.
2008-10-17 11:43:31 +02:00
Aric Stewart
c4e859a678
gdiplus: Avoid dereferencing a potential NULL (Coverity 589).
2008-10-17 11:43:23 +02:00
Joris Huizer
8ed05aeb32
shlwapi: Fix ASSOC_GetExecutable not to use uninitialised variable.
2008-10-17 11:43:05 +02:00
Andrew Talbot
59a33c9c7d
mlang: Sign-compare warnings fix.
2008-10-17 11:42:39 +02:00
Andrew Talbot
9e297e2cbe
mcicda: Sign-compare warning fix.
2008-10-17 11:42:35 +02:00
Dmitry Timoshkov
922dc31224
user32: Add a test for fullscreen window sizing, make it pass under Wine.
...
It appears that Windows doesn't always restrict the window size by
the monitor work area. The tests pass under XP SP3 and Win98.
2008-10-17 11:42:31 +02:00
Alexander Morozov
e99451561d
ntoskrnl.exe: Initialize some IRP fields to prevent using bad pointers by IofCompleteRequest.
2008-10-16 12:37:29 +02:00
Kirill K. Smirnov
c47d0715ab
oleaut32: Remove superfluous return statement.
2008-10-16 12:37:20 +02:00
Kirill K. Smirnov
fd6d2b4d0c
oleaut32: Return correct error code.
2008-10-16 12:37:15 +02:00
Kirill K. Smirnov
4dfaf90ab2
oleaut32: Print error messages as ERR.
2008-10-16 12:37:10 +02:00
Henri Verbeet
723f3656e5
wined3d: Modifying GL_TEXTURE_MIN_FILTER modifies both the MINFILTER and MIPFILTER sampler states.
2008-10-16 12:35:51 +02:00
Henri Verbeet
bd5abfb1e4
wined3d: Remove a redundant local variable in apply_draw_buffer().
2008-10-16 12:35:40 +02:00
Henri Verbeet
231e2c60b5
wined3d: The container is always non-NULL if GetContainer() succeeds.
2008-10-16 12:35:34 +02:00
Henri Verbeet
f5fbfe47d7
wined3d: Handle offscreen rendering a bit nicer in surface_blt_to_drawable().
2008-10-16 12:35:09 +02:00
Aric Stewart
0738505173
kernel32/tests: Add test for GetCommandLineW.
2008-10-16 11:42:50 +02:00
Aric Stewart
6ec0e71e17
kernel32/tests: Add a test for CreateProcess with an AppName set.
2008-10-16 11:41:50 +02:00
Aric Stewart
e0edc233af
user32: Update DrawText tests to cover behavior differences on win98.
2008-10-16 11:40:02 +02:00
Michael Stefaniuc
b9f3e3626d
riched20: Remove superfluous backslashes at end of lines.
2008-10-16 11:29:04 +02:00
Michael Stefaniuc
1988e6ea88
advapi32/tests: Remove superfluous casts of void pointers to other pointer types.
2008-10-16 11:28:59 +02:00
Michael Stefaniuc
bb2d8577c3
dinput: Remove superfluous backslashes at end of lines.
2008-10-16 11:28:53 +02:00
Michael Stefaniuc
8ca3e38770
riched32: Remove superfluous backslashes at end of lines.
2008-10-16 11:28:49 +02:00
Michael Stefaniuc
a25649b829
mlang/tests: Remove superfluous backslashes at end of lines.
2008-10-16 11:28:17 +02:00
Michael Stefaniuc
61d77284ae
wininet: Remove duplicated header includes.
2008-10-16 11:28:08 +02:00
Michael Stefaniuc
88a6c9cd54
shdocvw/tests: Remove duplicated header include.
2008-10-16 11:27:46 +02:00
Marcus Meissner
e69eb4716c
mshtml: Initialize nswindow in create_doc_from_nsdoc.
2008-10-16 11:22:48 +02:00
James Hawkins
7620bb367f
msi: Append a backslash to the AppSearch registry path.
2008-10-16 11:22:43 +02:00
James Hawkins
3adf1e4e0e
msi: Append a backslash to the AppSearch directory path.
2008-10-16 11:22:40 +02:00
Jacek Caban
b3f23da2d6
jscript: Added isFinite implementation.
2008-10-16 11:22:28 +02:00
Jacek Caban
7b41f77746
jscript: Added undefined to number conversion implementation.
2008-10-16 11:22:25 +02:00
Jacek Caban
53ade93cd9
jscript: Added NaN value implementation.
2008-10-16 11:22:15 +02:00
Juan Lang
ad1c1c6107
crypt32: Fix a test failure on Win98.
2008-10-16 11:22:11 +02:00
Juan Lang
28953bb9d2
crypt32: Fix tests on WinME.
2008-10-16 11:22:07 +02:00
Juan Lang
ee2fc60c17
crypt32: Fix remaining Win9x encoding test failures.
2008-10-16 11:22:04 +02:00
Jacek Caban
a1a25c534a
mshtml: Added support for conditional comments.
2008-10-16 11:22:00 +02:00
Maarten Lankhorst
4b9fd9a289
includes: Fix CryptCATAdminAddCatalog definition.
2008-10-16 11:21:51 +02:00
Jacek Caban
a849136d5e
kernel32: Added GetLogicalDriveStrings tests.
2008-10-16 11:21:46 +02:00
Jacek Caban
2e9aa16da9
kernel32: Return uppercase drive letter in GetLogicalDriveStrings.
2008-10-16 11:21:44 +02:00
Dmitry Timoshkov
228c52de57
kernel32: Add support for foreign process handles in GetProcessVersion.
2008-10-16 11:21:40 +02:00
Alexandre Julliard
7b51cf49fc
mountmgr: Return the drive unique id in IOCTL_MOUNTMGR_QUERY_POINTS.
2008-10-15 20:12:49 +02:00
Alexandre Julliard
a28a387615
mountmgr: Specify the drive type as a DWORD instead of a string.
2008-10-15 20:12:27 +02:00
Tobias Jakobi
f151180330
winex11: Remove acute/apostrophe from German keyboard layout tables.
2008-10-15 16:52:09 +02:00
Ivan Sinitsin
7ea2738517
winex11: Set copy mode when rendering OpenGL picture.
2008-10-15 16:50:52 +02:00
Rob Shearman
169f92b5a8
jscript: Fix shift/reduce conflict in IfStatement rule.
...
The famous "dangling else" problem.
2008-10-15 16:46:47 +02:00
Aric Stewart
7b9e827a75
user32: Make sure our vertical line count is at least 1 even if there is an oversized font in the edit control.
2008-10-15 16:45:56 +02:00
Rob Shearman
b069b53bd9
rsaenh: Add a value to the empty braces in the initialiser for aOIDDescriptor in build_hash_signature.
...
An empty initialiser isn't supported on some compilers like MSVC.
2008-10-15 16:45:09 +02:00
Kai Blin
4ff3d9954e
comdlg32: Avoid possible NULL pointer dereference (Coverity).
2008-10-15 16:44:05 +02:00
Marcus Meissner
4dceb1f8bf
jscript: Check for This->ctx and This->site earlier (Coverity).
2008-10-15 16:43:54 +02:00
Rob Shearman
0a2efbb1cc
rsaenh: Make some functions used in only one file static.
2008-10-15 15:22:58 +02:00
Rob Shearman
07b325f8f2
shell32: Fix the position where WINAPI is specified in the LPFNOFN typedef.
2008-10-15 15:22:50 +02:00
Henri Verbeet
e22bda24c6
wined3d: Simplify texture target handling in surface_blt_to_drawable().
2008-10-15 15:22:11 +02:00
Henri Verbeet
c777f962a2
wined3d: We only need to enable texturing for a target if we're going to draw with it (without a shader).
...
Also, these enables cause problems if they're done while the context
is setup for blitting.
2008-10-15 15:22:06 +02:00
Henri Verbeet
2889b42a3f
wined3d: Cleanup properly if creating the context array fails in CreateAdditionalSwapChain().
2008-10-15 15:21:41 +02:00
Henri Verbeet
2bb7aa7252
wined3d: Don't crash in CreateAdditionalSwapChain() if the context array wasn't allocated yet.
2008-10-15 15:21:35 +02:00
Nikolay Sivov
e2399a969f
oleacc: Implemented GetRoleText[A/W] with tests.
2008-10-15 15:20:31 +02:00
Austin English
3d143253e4
wininet: Quiet a noisy fixme.
2008-10-15 14:02:20 +02:00
Austin English
6f23a98c08
advapi32: Quiet a noisy fixme.
2008-10-15 14:02:16 +02:00
Lei Zhang
ec91536ec9
user32: Send messages for edit control context menu operations.
2008-10-15 14:02:04 +02:00
Lei Zhang
dc9eeb75ba
shlwapi: Properly handle pszExtra in IQueryAssociations_GetString.
2008-10-15 14:02:01 +02:00
Michael Karcher
859f3bff88
msxml3: Initialize xmldoc->_private in IPersistStream::Load for IXMLDOMDocument.
2008-10-15 14:01:57 +02:00
Andrew Talbot
5ae5a68ed3
kernel32: Sign-compare warnings fix.
2008-10-15 14:01:53 +02:00
Jacek Caban
88c12282e3
jscript: Added isNaN implementation.
2008-10-15 12:22:22 +02:00
Michael Stefaniuc
d6359edd3c
shlwapi: Remove break after return (Smatch).
2008-10-15 12:21:42 +02:00
Detlef Riekenberg
2910b90c70
comctl32/tests: Fix tests to not depend on 96 dpi, make it pass in Wine.
2008-10-14 14:02:28 +02:00
Detlef Riekenberg
680b5df5cf
shlwapi: Implement SHSendMessageBroadcastA/W.
2008-10-14 14:01:22 +02:00
Lei Zhang
57122e4daa
shlwapi: Handle ASSOCSTR_FRIENDLYAPPNAME in IQueryAssociations_GetString.
2008-10-14 13:41:57 +02:00
Lei Zhang
58797fc54c
shlwapi: Refactor data return code in IQueryAssociations_fnGetString.
2008-10-14 13:41:57 +02:00
Lei Zhang
4e0c0ec157
shlwapi: Refactor get executable code in IQueryAssociations_fnGetString.
2008-10-14 13:41:57 +02:00
Aric Stewart
48ad706c08
user32: DrawText handling of 0 counts with string, empty strings and -1 counts with empty string and NULL strings.
2008-10-14 13:41:57 +02:00
Aric Stewart
8b9ebc30c9
user32: In DrawTextW/A make sure to properly initialize the cbSize of DRAWTEXTPARAMS.
2008-10-14 13:41:56 +02:00
Juan Lang
a504a79d65
rpcrt4: Add tests for UuidCreate.
2008-10-14 13:41:56 +02:00
Reece Dunn
17bf6ef8fc
shell32: Print the correct GUIDs in the shellpath tests.
2008-10-14 13:41:56 +02:00
Kai Blin
d9145df0da
winmm: Use skip() instead of trace() when skipping tests.
2008-10-14 13:41:56 +02:00
Henri Verbeet
17096364e2
comdlg32: Add a basic test for IShellView2_CreateViewWindow2.
2008-10-14 13:41:56 +02:00
Henri Verbeet
abb7f92b78
shell32: Add a FIXME for unimplemented view modes.
2008-10-14 13:41:56 +02:00
Henri Verbeet
67f86a410f
shell32: Implement IShellView2_CreateViewWindow2.
2008-10-14 13:41:55 +02:00
Henri Verbeet
5cfb3c4a6f
shell32: Add IShellView32 stubs.
2008-10-14 13:41:55 +02:00
Lei Zhang
69871bedf1
version: Prevent infinite looping in VersionInfo32_FindChild.
2008-10-14 13:41:55 +02:00
Detlef Riekenberg
57a5a60ca3
gdi32/tests: Fix tests to not depend on 96 dpi.
2008-10-14 13:41:55 +02:00
Rob Shearman
8ef9d20f96
wnaspi32: Protect the inclusion of dirent.h in aspi.c.
...
This allows the file to be compiled on platforms that don't have the
header file, such as MSVC.
2008-10-14 13:41:54 +02:00
Rob Shearman
b919443a58
rpcrt4: The type referred to by the wire_marshal attribute in server.idl must be a pointer.
...
Therefore, declare the structure as user_bstr_t and make wire_bstr_t
be a typedef to a pointer of this type.
2008-10-14 13:41:54 +02:00
Rob Shearman
b06f882072
jscript: Fix shift/reduce conflict caused by ArrayLiteral.
2008-10-14 11:26:37 +02:00
Jacek Caban
122198a24f
jscript: Added Date.getTime() implementation.
2008-10-14 11:26:33 +02:00
Jacek Caban
9932f29e69
jscript: Added Date constructor implementation.
2008-10-14 11:26:27 +02:00
Juan Lang
1bde692112
crypt32: Fix more test failures on Win9x.
2008-10-14 11:26:13 +02:00
Roderick Colenbrander
eb7f85f691
opengl32/tests: Don't call wglGetProcAddress at the start of the test.
2008-10-14 11:26:06 +02:00
Andrew Talbot
763562d383
itss: Sign-compare warnings fix.
2008-10-14 11:26:00 +02:00
Andrew Talbot
5b598f2ec4
imm32: Sign-compare warnings fix.
2008-10-14 11:25:54 +02:00
Jacek Caban
c97d498f40
mshtml: Added IOmNavigator::get_appVersion implementation.
2008-10-14 11:25:39 +02:00
Jacek Caban
53d6b6616e
mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_left implementation.
2008-10-14 11:25:23 +02:00
Jacek Caban
6cf4060aff
mshtml: Added IHTMLStyle::put_top(VT_NULL) implementation.
2008-10-14 11:25:18 +02:00
Jacek Caban
7c8cdd519b
mshtml: Don't fail in IHTMLDOMNode::appendChild if AppendChild failed.
2008-10-14 11:25:13 +02:00
Jacek Caban
beec20f2f5
mshtml: Added IHTMLDOMNode::insertBefore implementation.
2008-10-14 11:25:08 +02:00
Jacek Caban
aae2c59dfd
mshtml: Added IHTMImgElement::get_src implementation.
2008-10-14 11:25:02 +02:00
Jacek Caban
59c66e34a9
mshtml: Added IHTMLElement::put_innerText implementation.
2008-10-14 11:24:50 +02:00
Jacek Caban
3fc0c73159
mshtml: Fixed increasing buffer size logic in text range implementation.
2008-10-14 11:24:32 +02:00
Jacek Caban
d05e328db2
mshtml: Added IHTMLElement::get_innerText implementation.
2008-10-14 11:24:25 +02:00
Jacek Caban
a0ba631d86
mshtml: Added IHTMLDocument4::focus implementation.
2008-10-14 11:24:18 +02:00
Dylan Smith
1ed84f0dcc
richedit: Fixed centering and right align with word wrap disabled.
2008-10-13 13:17:53 +02:00
Dylan Smith
a32f1f2c1c
richedit: Account for selection bar in calculating available width.
2008-10-13 13:17:42 +02:00
James Hawkins
47ac325f82
msi: Fix the returned format of REG_BINARY data.
2008-10-13 13:04:30 +02:00
James Hawkins
6d02194a46
msi: Expand REG_EXPAND_SZ registry values in the RegLocator table.
2008-10-13 13:00:47 +02:00
James Hawkins
65915af1ae
msi: Append the file signature to the component's directory when searching for the component's key path.
2008-10-13 13:00:42 +02:00
James Hawkins
701c2a2728
msi: Add tests for the DrLocator part of the AppSearch action.
2008-10-13 13:00:37 +02:00
James Hawkins
33c9e80be5
msi: Add tests for the RegLocator part of the AppSearch action.
2008-10-13 13:00:32 +02:00
James Hawkins
3e76ade6c8
msi: Add tests for the IniLocator part of the AppSearch action.
2008-10-13 13:00:25 +02:00
James Hawkins
41c8bc8ae6
msi: Add more tests for the CompLocator part of the AppSearch action.
2008-10-13 13:00:06 +02:00
Jeremy White
484add2220
gdi32/tests: Make the comparison of the enumerated and returned logfont structures actually work.
2008-10-13 12:14:23 +02:00
Jeremy White
fed3d50663
gdi32: Expand maximum font count to 4096, warn when we go over that limit.
2008-10-13 12:14:00 +02:00
Andrew Talbot
3a02030d54
gdi32: Sign-compare warnings fix.
2008-10-13 12:13:19 +02:00
Marcus Meissner
0ff2c06c1d
Fixed RegEnumKey(Ex)W buffer sizes.
2008-10-13 12:04:26 +02:00
Detlef Riekenberg
7cfaf4aca0
d3d9/tests: Fix test for old gfx-card.
2008-10-13 12:03:43 +02:00
Detlef Riekenberg
c27b37a77e
d3d9/tests: Fix test on win9x.
2008-10-13 12:03:38 +02:00
Detlef Riekenberg
38abbe3d60
d3d8/tests: Fix test on win9x with broken driver.
2008-10-13 12:03:25 +02:00
Detlef Riekenberg
76ca951fab
crypt32/tests: Fix some tests on win9x.
2008-10-13 12:03:09 +02:00
Detlef Riekenberg
846e613b87
crypt32/tests: Fix a test on win9x.
2008-10-13 12:03:05 +02:00
Eric Pouech
07c80924eb
msvcrt: Implemented wcscat_s.
2008-10-13 11:55:55 +02:00
Michael Karcher
f229469de3
msxml3: Use orphan node list.
2008-10-13 11:54:06 +02:00
Michael Karcher
e497ed823e
msxml3: Add an orphan node list to xmlDoc.
2008-10-13 11:54:01 +02:00
Michael Karcher
0f8950d646
msxml3: Use the _private element of xmlDoc as pointer.
2008-10-13 11:53:26 +02:00
Michael Karcher
2cde9f52da
msxml3: Remove unneeded code.
...
xmlNewDocFragment has already set xmlNode->doc, no need to do
that again.
2008-10-13 11:52:50 +02:00
Michael Karcher
19d635f9a3
msxml3: Fix memory leaks in node.c.
2008-10-13 11:52:44 +02:00
Michael Karcher
f5ac0f3277
msxml3/tests: Fix assorted memory leaks.
2008-10-13 11:52:31 +02:00
Michael Karcher
352dc0fc0d
msxml3: Fix leaking the BindStatusCallback if bind_url fails.
2008-10-13 11:52:23 +02:00
Michael Karcher
ae2017a984
msxml3: Fix leaks in callers of xmlChar_from_wchar.
2008-10-13 11:52:18 +02:00
Michael Karcher
0803167ff0
msxml3: Remove superflous re-conversion from wide chars to utf8.
2008-10-13 11:52:05 +02:00
Michael Karcher
adab2e5701
msxml3: Use right COM invocation macro.
2008-10-13 11:51:43 +02:00
Michael Karcher
b7ac3bde68
msxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.
2008-10-13 11:51:34 +02:00
Michael Karcher
c729305511
msxml3: Correct handling of listLength == NULL in IXMLDOMNamedNodeMap::get_length.
2008-10-13 11:51:02 +02:00
Michael Karcher
dfc5a00cb0
msxml3: Implementation of IXMLDOMNamedNodeMap::removeNamedItem.
2008-10-13 11:50:52 +02:00
Lei Zhang
c08ec04d41
shlwapi: Close registry handles when destroying IQueryAssociations.
2008-10-13 11:50:00 +02:00
Lei Zhang
3684009b6e
shlwapi: Handle ASSOCSTR_EXECUTABLE in IQueryAssociations_GetString.
2008-10-13 11:49:53 +02:00
Lei Zhang
db08d6e807
shlwapi: Fix AssocQueryStringW parameter checking.
2008-10-13 11:49:06 +02:00
Lei Zhang
0c568c2ae8
shlwapi: Add some tests for AssocQueryStringW.
2008-10-13 11:48:36 +02:00
Andrey Turkin
8d18cb8caf
riched20: Add spare area to ITextServicesImpl to work around broken apps.
2008-10-13 11:45:23 +02:00
Aric Stewart
91b4064062
shell32: Refine UNIXFS_path_to_pidl to return more detailed failures.
2008-10-13 11:43:51 +02:00
Dylan Smith
e6b16cce77
richedit: Added test for word wrapping behaviour.
2008-10-13 11:42:22 +02:00
Dylan Smith
440db38eba
richedit: Moved optional message loop in tests to its own function.
2008-10-13 11:42:16 +02:00
Dylan Smith
b8fe020077
richedit: Added DestroyWindow call to clean up the end of a test.
2008-10-13 11:42:01 +02:00