Roderick Colenbrander
ad89d9a2b8
opengl32: Merge recent opengl extensions and prepare for opengl 3.0.
2008-09-30 11:32:58 -05:00
Ulrich Czekalla
32a4ac1629
shell32: Revert c1f2824429
. It caused poor performance.
...
Patch c1f2824429
causes poor performance
when browsing a directory. In fact it has a side affect that when you
browse the root folder off of My Computer it will enumerate not only
the root's contents but each subfolder's contents as well in order to
get a more likely correct value for SFGAO_HASSUBFOLDER.
2008-09-30 11:32:50 -05:00
Hans Leidekker
b0a069dcfb
inetcomm: Add a stub implementation of IIMAPTransport.
2008-09-30 11:29:07 -05:00
Andrew Talbot
c1d5dfe84b
dinput: Sign-compare warnings fix.
2008-09-30 10:57:23 -05:00
Rob Shearman
637c3125ba
advapi32: Output the last error when services tests fail.
2008-09-30 10:57:15 -05:00
Lei Zhang
60d97040f8
comctl32: Avoid a divide by zero in listview.
2008-09-30 10:56:55 -05:00
Jacek Caban
ec34ad38ef
urlmon: Fixed potential null dereference.
2008-09-30 10:56:22 -05:00
Rob Shearman
65de799958
comcat: Fix mixing of HRESULT and LSTATUS types in COMCAT_CLSID_IEnumGUID_Next, COMCAT_IEnumCATEGORYINFO_Next and COMCAT_CATID_IEnumGUID_Next.
...
(Found by PreFast.)
2008-09-30 10:20:46 -05:00
Rob Shearman
941801c548
d3d8: Fix incorrect ordering of brackets in IDirect3DVertexShader8Impl_GetDevice.
...
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)).
(Found with PreFast.)
2008-09-30 10:20:41 -05:00
Rob Shearman
c9d24bdc3e
avifil32: Fix treating the return values of mmio* functions as HRESULTs instead of MMRESULTs.
...
(Found by PreFast.)
2008-09-30 10:20:32 -05:00
Rob Shearman
6357f9c02c
oledlg: Fix the type of ret in UIINSERTOBJECTDLG_PopulateObjectTypes.
...
It is only used for storing the result of RegEnumKeyW so it should be
LSTATUS instead of HRESULT.
2008-09-30 10:20:30 -05:00
Rob Shearman
171762827c
avifil32: Fix type of variable used to store the result of ICCompress in AVIFILE_EncodeFrame.
...
(Found by PreFast.)
2008-09-30 10:20:26 -05:00
Rob Shearman
a4b2a2c380
d3d9: Fix incorrect ordering of brackets in IDirect3DVertexShader9Impl_GetDevice.
...
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)).
(Found with PreFast.)
2008-09-30 10:20:22 -05:00
Rob Shearman
80b5b74f15
shlwapi: Use an error code instead of -1 for signalling prefix not being found in URL_GuessScheme.
2008-09-30 10:20:14 -05:00
Rob Shearman
739bdaeb86
uxtheme: SetPropW returns a BOOL not an HRESULT.
...
Therefore fix the code to handle SetPropW failing with this in mind.
(Found by PreFast.)
2008-09-30 10:20:10 -05:00
Dylan Smith
0699332b37
richedit: Fixed test failing on windows version with larger font sizes.
2008-09-30 10:18:02 -05:00
Dylan Smith
c13fd6a44b
richedit: Fixed test failure that happend on older builds of riched20.dll.
2008-09-30 10:16:27 -05:00
Lei Zhang
83d92f4195
gdiplus: Allocate enough space for BITMAPINFO in GdipLoadImageFromStream.
2008-09-30 10:15:42 -05:00
Lei Zhang
778ea2360e
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapUnlockBits.
2008-09-30 10:15:37 -05:00
Lei Zhang
2309a9e4ab
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapLockBits.
2008-09-30 10:15:31 -05:00
Lei Zhang
fc753bbb58
gdiplus: Free memory on a failure.
2008-09-30 10:15:02 -05:00
Lei Zhang
8d53fc56fe
gdiplus: Allocate enough space for BITMAPINFO in GdipCreateTextureIA.
2008-09-30 10:14:56 -05:00
Jacek Caban
47ef2acc3b
mshtml: Fixed tests on IE7.
2008-09-30 10:14:31 -05:00
Vitaliy Margolen
d83fc43e5e
user32/tests: Move shell test to the end - killing explorer affects lots of tests.
2008-09-30 10:14:22 -05:00
Roderick Colenbrander
b09a9ebc76
opengl32: Remove some tests which cause issues on win9x.
2008-09-30 10:13:47 -05:00
Roderick Colenbrander
23b1988f1a
opengl32: Add some driver traces to the tests.
2008-09-30 10:13:39 -05:00
Nikolay Sivov
3ecb8bdd61
gdiplus: Stubs for GdipIsVisiblePoint/GdipIsVisiblePointI.
2008-09-30 10:13:31 -05:00
Nikolay Sivov
e2817e59b1
gdiplus: Implemented GdipSetClipPath.
2008-09-30 10:13:23 -05:00
Vitaliy Margolen
cc5ff833b3
user32/tests: Make it easier to identify failed tests.
2008-09-29 17:32:45 -05:00
Vitaliy Margolen
311fea4ec4
user32/tests: Use empty_message_queue with timeouts.
2008-09-29 17:32:30 -05:00
Andrew Talbot
a697d99d66
ddraw: Sign-compare warnings fix.
2008-09-29 17:32:17 -05:00
Jacek Caban
9b81945aeb
urlmon: Fixed file protocol tests on win9x.
2008-09-29 17:26:11 -05:00
Hans Leidekker
ee1a4650fd
winhttp: Skip notifications that may arrive out of order.
2008-09-29 17:25:47 -05:00
Hans Leidekker
a14e967135
shlwapi: Fix PathIsValidChar tests that fail on some versions of Windows.
2008-09-29 17:25:42 -05:00
Dmitry Timoshkov
830f1563c6
gdi32: Add a test for PS_NULL pen being equal to NULL_PEN stock object.
2008-09-29 17:25:36 -05:00
James Hawkins
2f8830d55b
comctl32: Fix a test on locales where default first day of week is not the max value.
2008-09-29 17:25:30 -05:00
James Hawkins
5114d652d2
crypt32: Fix several failing tests in win9x.
2008-09-29 17:25:25 -05:00
Jacek Caban
4d46c99765
shdocvw: Fixed tests on IE5.
2008-09-29 17:25:16 -05:00
Kai Blin
ab448df3ef
dplayx: Set tests to "interactive" to avoid timing out on all machines.
2008-09-29 17:25:04 -05:00
Rob Shearman
f16bbf3282
ole32: Fix clipboard test failures on some versions of Windows.
...
Some versions of ole32 don't test that the lindex field of the
FORMATETC structure passed into functions is valid.
2008-09-29 17:25:00 -05:00
Francois Gouget
1177bbaa9e
comctl32/tests: Don't crash if adding the tooltip failed.
2008-09-29 17:24:55 -05:00
Jacek Caban
d1ab3b097d
mshtml: Fixed tests timeout.
2008-09-29 17:24:50 -05:00
Rob Shearman
7b564cbf17
ole32: Create a dummy window for use in the drag and drop API tests.
...
As a window being registered for drag and drop is a system-global
property, the tests could be affected by other processes in the
system.
2008-09-29 17:24:42 -05:00
Roderick Colenbrander
d269a36a81
opengl32: Don't run wgl tests on old gl drivers.
2008-09-29 17:24:29 -05:00
James Hawkins
3713720351
msi: Fix several test failures in win9x.
2008-09-29 17:24:17 -05:00
James Hawkins
e1d56fa4bd
comctl32: Fix a failing test in win9x.
2008-09-29 17:24:07 -05:00
Juan Lang
e2a8da9e86
inetmib1: Skip tests if a portion of inetmib1 isn't implemented.
...
This fixes a hang (and sometimes a system hang) on MacOSX when running
the inetmib1 tests. Spotted by Owen Rudge.
2008-09-29 17:24:00 -05:00
Francois Gouget
17d798eae9
comctl32/tests: FreeMRUList(NULL) crashes on Win98 OSR0.
2008-09-29 17:23:48 -05:00
Marcus Meissner
dd142bf5a7
msi/tests: Fix explicit C:\\Program Files\\ references.
2008-09-29 17:23:42 -05:00
Kai Blin
ab05d35c6d
secur32: Make GetComputerObjectName(A|W) tests work on win2k3 domains.
2008-09-29 17:23:30 -05:00
Juan Lang
b95e146ccb
secur32: Fix test failure with neither gnutls nor ntlm_auth available.
2008-09-29 17:23:23 -05:00
Rob Shearman
601b3b2732
urlmon: Fix race in protocol tests.
...
The value of *called is set asynchronously and so the callback
function could be called after IInternetProtocol_Read returns
E_PENDING. The value of *called is only predictable after the
WaitForSingleObject call returns. Therefore, remove the checks on
*called before this call.
2008-09-29 17:23:11 -05:00
Marcus Meissner
4730205ffb
jscript: Fix number conversion in non-English locales.
2008-09-29 17:23:01 -05:00
Marcus Meissner
db447d0f66
jscript: Fixed crash in run test.
2008-09-29 17:22:46 -05:00
Lei Zhang
aea5d3d14a
winspool: Check the return results from schedule_* functions.
2008-09-29 17:22:27 -05:00
Juan Lang
cdfb393db4
wintrust: Only set the error on the root element of the chain.
2008-09-29 17:22:04 -05:00
Juan Lang
c20a617aec
wintrust: Use helper function for setting confidence in SoftpubCheckCert.
2008-09-29 17:21:56 -05:00
Juan Lang
cc3a94f40d
wintrust: Map cert trust error status to a windows error.
2008-09-29 17:21:47 -05:00
Francois Gouget
809a879807
make_opengl: Avoid the deprecated '$#' construct.
...
This gets make_opengl to work again with Perl 5.10.
2008-09-29 17:18:29 -05:00
Muneyuki Noguchi
a5cff83b39
mshtml: Add Japanese resources.
2008-09-29 17:18:20 -05:00
Muneyuki Noguchi
7ddd48da2d
shlwapi: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-29 17:17:47 -05:00
Muneyuki Noguchi
10c996acbf
serialui: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-29 17:17:39 -05:00
Muneyuki Noguchi
7d6c52d647
oledlg: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-29 17:17:34 -05:00
Muneyuki Noguchi
d1fbd96243
msacm32: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-29 17:17:27 -05:00
Muneyuki Noguchi
adb32f76fc
comctl32: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-29 17:17:19 -05:00
Muneyuki Noguchi
6c0c3fdaac
wininet: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-29 17:17:09 -05:00
Muneyuki Noguchi
4d41ea4f7b
wineps.drv: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-29 17:16:57 -05:00
Andrey Turkin
c425c8a406
ntdll: Add stubbed implementations for NtQueryEaFile and NtSetEaFile.
2008-09-25 13:29:30 +02:00
Muneyuki Noguchi
bcff2eb288
user32: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:28:15 +02:00
Muneyuki Noguchi
e786bdebcd
shell32: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:28:12 +02:00
Muneyuki Noguchi
8448a9f1f4
setupapi: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:28:09 +02:00
Muneyuki Noguchi
5fb9ed227d
avifil32: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:28:07 +02:00
Louis Lenders
e16e15bf0c
msi: Add stub for MsiSetExternalUIRecord.
2008-09-25 13:27:38 +02:00
Henri Verbeet
3a7fcec4d7
wined3d: Handle texture coordinates the same way we handle other vertex attributes.
2008-09-25 11:53:10 +02:00
Henri Verbeet
2c1e4602a3
wined3d: If a stage isn't mapped to a texture unit, we can't set default coordinates either.
2008-09-25 11:53:03 +02:00
Henri Verbeet
c6cd7a7717
wined3d: Properly handle the offset for compressed surfaces in IWineD3DDeviceImpl_UpdateSurface().
2008-09-25 11:52:56 +02:00
Henri Verbeet
0ee57cf142
wined3d: Set the texture name at surface creation.
...
This prevents the target from changing during the first PreLoad() call
on a surface, which would be inconvenient when attaching a surface to
a FBO for example.
2008-09-25 11:52:50 +02:00
Henri Verbeet
eaf2474003
wined3d: Split SetGlTextureDesc() up.
...
This creates a function for setting the texture name and one for
setting the texture target. The idea is that the texture target should
get set right after the surface is created, and won't change, while
generating a texture name can wait.
2008-09-25 11:52:42 +02:00
Alexandre Julliard
c6f74a4988
oleaut32: Fix a couple of interface registrations to match Windows.
2008-09-25 11:52:16 +02:00
Damjan Jovanovic
72faaf1273
oleaut32: Fix double negative sign regression in VarFormat.
2008-09-25 11:52:00 +02:00
Hans Leidekker
8c20124fc4
wininet: Support setting username and password through options.
2008-09-25 11:51:41 +02:00
Michael Stefaniuc
319f28553c
oleaut32/tests: Fix printf format warning.
2008-09-25 11:51:23 +02:00
Louis Lenders
567fb5e7db
shdocvw: Create default App Paths key for iexplore.exe.
2008-09-25 11:50:34 +02:00
Andrew Talbot
c9563e10fc
dbghelp: Sign-compare warnings fix.
2008-09-25 11:28:58 +02:00
Andrew Talbot
34ac3f15dd
dbghelp: Sign-compare warnings fix.
2008-09-25 11:28:52 +02:00
Nikolay Sivov
8d9c4867ae
gdiplus: Implemented GdipSetClipRect/GdipSetClipRectI.
2008-09-25 11:24:46 +02:00
Nikolay Sivov
31847cf30b
gdiplus: Implemented GdipResetTextureTransform.
2008-09-25 11:24:38 +02:00
Nikolay Sivov
edb764fa54
gdiplus: Implemented GdipSetTextureTransform with tests.
2008-09-25 11:24:31 +02:00
Nikolay Sivov
48b8072518
gdiplus: Implement GdipGetTextureTransform with test.
2008-09-25 11:24:22 +02:00
Nikolay Sivov
067a08efae
gdiplus: Stub for GdipSetPathGradientBlend.
2008-09-25 11:24:06 +02:00
Alexandre Julliard
cd3805336e
advapi32: Always pass a valid argv pointer to a service even if there are no arguments.
2008-09-25 11:19:39 +02:00
Alexandre Julliard
a2d04673e6
gdiplus: Fix a string buffer overflow.
2008-09-25 11:19:23 +02:00
Michael Stefaniuc
b562a512eb
shlwapi/tests: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-25 11:19:01 +02:00
Michael Stefaniuc
f830a12ddb
oleaut32: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-25 11:18:59 +02:00
Michael Stefaniuc
1949a8c245
msxml3/tests: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-25 11:18:57 +02:00
Michael Stefaniuc
9c0d148dd5
jscript: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-25 11:18:54 +02:00
Jacek Caban
c3bdda8102
mshtml: Use ActiveScript for JavaScript in file protocol documents.
2008-09-25 11:18:49 +02:00
Jacek Caban
6906c2f1ba
jscript: Added String.split implementation.
2008-09-25 11:16:31 +02:00
Jacek Caban
9307a5ddfd
jscript: Added String.match implementation for non-regexp arguments.
2008-09-25 11:16:25 +02:00
Jacek Caban
e0413ddfe5
jscript: Added String.replace implementation.
2008-09-25 11:16:18 +02:00
Jacek Caban
b4796499e7
jscript: Split regexp_match function.
2008-09-25 11:16:10 +02:00
Jacek Caban
136f7933c6
jscript: Added object to number conversion implementation.
2008-09-25 11:16:02 +02:00
Jacek Caban
5b3630ec7b
jscript: Added Number default value implementation.
2008-09-25 11:15:23 +02:00
Jacek Caban
53040deefd
jscript: Added VT_R8 to string conversion implementation.
2008-09-25 11:15:17 +02:00
Christian Costa
8597d42cf5
d3dxof: Implement IDirectXFileDataReference.
2008-09-25 11:15:10 +02:00
Alexandre Julliard
e0e91cf7f4
user32/tests: Fix the listbox tests on Win9x and NT4.
2008-09-24 15:39:03 +02:00
Alexandre Julliard
6345c938b2
user32/tests: Fix some input test failures.
2008-09-24 15:37:38 +02:00
Alexandre Julliard
7e1bc58d76
user32/tests: Fix the winstation tests on NT4.
2008-09-24 14:51:05 +02:00
Francois Gouget
975b582763
secur32: Fix compilation with GNU TLS 1.0.16.
2008-09-24 13:12:19 +02:00
Francois Gouget
db031bff74
jscript: Add a trailing '\n' to a Wine trace.
2008-09-24 13:12:16 +02:00
James Hawkins
4a0b67d72a
secur32: Fix a failing test in win95.
2008-09-24 13:12:09 +02:00
James Hawkins
40aeb9563f
oleaut32: Fix a failing test in win95.
2008-09-24 13:12:04 +02:00
James Hawkins
a5684fdfb3
ntdll: Fix a couple failing tests in NT4.
2008-09-24 13:12:01 +02:00
James Hawkins
a94594983d
crypt32: Fix several test failures in win98.
2008-09-24 13:11:58 +02:00
James Hawkins
56260ec782
comctl32: Add a missing newline.
2008-09-24 13:11:55 +02:00
James Hawkins
921f67a607
comctl32: Fix a failing test in win95.
2008-09-24 13:11:51 +02:00
James Hawkins
0f38a6c881
comctl32: Fix several failing tests in win95.
2008-09-24 13:11:30 +02:00
Alexandre Julliard
d9e26cb9d4
user32/tests: Fix more message test failures on NT4 and XP.
2008-09-24 13:11:26 +02:00
Henri Verbeet
254349fb4d
wined3d: Remove the "Wine 1.0 safety path".
2008-09-24 12:53:29 +02:00
Henri Verbeet
5ba40c3d58
wined3d: Make some more GLSL functions private to the backend.
2008-09-24 12:53:23 +02:00
Henri Verbeet
a0940051eb
wined3d: Make some more ARB program functions private to the backend.
2008-09-24 12:53:16 +02:00
Henri Verbeet
daef052daa
wined3d: atifs_shader_backend doesn't exist anymore.
2008-09-24 12:53:10 +02:00
Henri Verbeet
2e76954097
wined3d: Move part of the shader instruction table to the backend.
2008-09-24 12:53:05 +02:00
Jacek Caban
87e2c25549
jscript: Fixed a typo.
...
Spotted by Michael Stefaniuc.
2008-09-24 12:52:59 +02:00
Jacek Caban
98f2dfee9c
jscript: Added RegExp contruction implementation.
2008-09-24 12:52:56 +02:00
Andrew Talbot
7a54be05f0
crypt32: Sign-compare warnings fix.
2008-09-24 12:52:52 +02:00
Andrew Talbot
610dbbdae5
crypt32: Sign-compare warnings fix.
2008-09-24 12:52:46 +02:00
Christian Costa
ab3bf16e1d
d3dxof: Do not print an error for interfaces that can be queried to retrieve the type of the object.
2008-09-24 12:52:40 +02:00
Michael Stefaniuc
99829f1d63
oleaut32/tests: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-24 12:52:35 +02:00
Vincent Povirk
a2742978d0
user32: Handle undocumented WM_POPUPSYSTEMMENU message.
2008-09-24 12:52:28 +02:00
Rob Shearman
d7ca73ce80
msvcrt: Fix testing zero-valued expression with bitwise and in find_best_locale_proc.
...
The check should be for all of the flags being set instead.
2008-09-23 16:00:05 +02:00
Rob Shearman
ed9cd3ede2
msvcrt: Fix mutual exclusion over logical or is always a non-zero constant.
...
Logical and should have been used instead.
2008-09-23 16:00:05 +02:00
Rob Shearman
62a1beebbf
rpcrt4: Don't call VirtualFree with MEM_RELEASE and non-zero size.
...
The calls fail with ERROR_INVALID_PARAMETER. Instead just call with a
zero size which performs the intended function.
2008-09-23 16:00:05 +02:00
Alexander Nicolaysen Sørnes
39894c2423
netapi32: Improve NetUserGetLocalGroups stub.
...
Report the user as member of the admins group.
2008-09-23 15:41:58 +02:00
Hans Leidekker
5d687f40ec
winhttp: Add tests for WinHttpCreateUrl.
2008-09-23 14:03:19 +02:00
Hans Leidekker
bba66c99b6
winhttp: Implement WinHttpCreateUrl.
2008-09-23 14:03:19 +02:00
Hans Leidekker
e511474d47
rpcrt4: Add stub implementations for RpcMgmtInqStats and RpcMgmtStatsVectorFree.
2008-09-23 14:03:19 +02:00
Huw Davies
3093023979
inetcomm: Add wrapper functions MimeOleFindCharset and MimeOleGetDefaultCharset.
2008-09-23 14:03:19 +02:00
Alistair Leslie-Hughes
b9356960db
mshtml: Implement IHTMLBodyElement put_background.
2008-09-23 14:03:19 +02:00
Austin English
db64798209
mshtml/tests: Fix gcc warnings.
...
Based on a patch by Dmitry Timoshkov.
2008-09-23 14:03:18 +02:00
Henri Verbeet
74539728b9
secur32: Allow gnutls debug output to be shown.
2008-09-23 14:03:18 +02:00
Henri Verbeet
fde1e003fa
secur32: Allocate schannel client credentials.
2008-09-23 14:03:18 +02:00
Henri Verbeet
7176dc261d
secur32: Basic implementation of schannel AcquireCredentialsHandle/FreeCredentialsHandle.
...
All this does so far is create a handle and store the credential type in there.
2008-09-23 14:03:18 +02:00
Henri Verbeet
874c9ef6c7
secur32: Require gnutls for schannel.
2008-09-23 14:03:11 +02:00
Henri Verbeet
4ac3fe7f89
secur32: Skip schannel tests if schannel is unavailable.
2008-09-23 13:47:32 +02:00
Andrew Talbot
3a498da739
credui: Sign-compare warnings fix.
2008-09-23 13:10:08 +02:00
Christian Costa
8002b79087
d3dxof: Implement IDirectXFileDataImpl_GetNextObject.
2008-09-23 13:09:55 +02:00
Erik Inge Bolsø
e8754b8ea6
kernel32: Fix PROFILE_Load to handle mac line endings.
2008-09-23 13:07:40 +02:00
Detlef Riekenberg
40145952ae
shdocvw: Set the default homepage.
2008-09-23 13:07:34 +02:00
Henri Verbeet
e2bc8dfe3b
wined3d: Use shader_glsl_log() in some more places.
2008-09-23 12:25:32 +02:00
Henri Verbeet
ca28930113
wined3d: Merge pshader_hw_map2gl() and vshader_hw_map2gl().
...
This isn't the prettiest way to merge those functions, but it's a start.
2008-09-23 12:25:27 +02:00
Henri Verbeet
9d192c6251
wined3d: Skip copying the depth stencil if it's discarded.
...
This gives a small performance improvement for applications that are
smart enough to set the D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL flag, or
to create depth stencils with Discard set to TRUE.
2008-09-23 12:25:18 +02:00
Henri Verbeet
d95ae08ad4
wined3d: Get rid of the wantsDepthStencilBuffer in IWineD3DSwapChainImpl.
2008-09-23 12:25:04 +02:00
Austin English
c71a89c597
mscms: Undefine HIWORD to avoid a conflict.
2008-09-23 12:24:59 +02:00
Paul Vriens
a635a4ff41
kernel32/tests: Add a skip.
2008-09-23 12:23:52 +02:00
Paul Vriens
7988506091
kernel32/tests: Add a skip.
2008-09-23 12:23:48 +02:00
Juan Lang
e893a2c863
cryptdlg: Implement CertTrustFinalPolicy.
2008-09-23 12:16:20 +02:00
Juan Lang
c84df40665
cryptdlg: Implement CertTrustInit.
2008-09-23 12:15:29 +02:00
Juan Lang
0ff7bf13f6
cryptdlg: Implement CertViewPropertiesW on top of CryptUIDlgViewCertificateW.
2008-09-23 12:15:25 +02:00
Juan Lang
f422fa83d2
cryptdlg: Implement CertViewPropertiesA on top of CertViewPropertiesW.
2008-09-23 12:13:57 +02:00
Juan Lang
d99b23819d
wintrust: Support the CERT_CERTIFICATE_ACTION_VERIFY action.
2008-09-23 12:13:52 +02:00
Juan Lang
036128842a
wintrust: Check that the end certificate in the chain isn't disallowed to match native behavior.
2008-09-23 12:13:46 +02:00
Juan Lang
2844cb5a65
wintrust: Only do policy check if pointer is set.
2008-09-23 12:13:39 +02:00
Juan Lang
f3ba89f948
wintrust: Use helper function to add the trust steps to execute.
2008-09-23 12:13:35 +02:00
Juan Lang
a74aab7516
wintrust: Use helper function to allocate CRYPT_PROVIDER_DATA.
2008-09-23 12:13:26 +02:00
Juan Lang
30547a45e2
wintrust: Always initialize CERT_CHAIN_PARA's RequestedUsage.
2008-09-23 12:13:17 +02:00
Juan Lang
a9dbc17d50
wintrust: Store the error status and confidence for each element in the chain.
2008-09-23 12:13:01 +02:00
Juan Lang
49fdba4768
wintrust: Search all additional stores when building a chain, not just the first one.
2008-09-23 12:12:57 +02:00
Huw Davies
59091374e8
inetcomm: Implement IMimeBody_IsType(IBT_EMPTY).
2008-09-23 12:12:53 +02:00
Huw Davies
cfbd34cac7
inetcomm: Content-Disposition can have parameters.
2008-09-23 12:12:48 +02:00
Detlef Riekenberg
3b3ac07265
shdocvw: Remove redundant NULL check before SysFreeString.
2008-09-23 12:12:38 +02:00
Detlef Riekenberg
88a5bdb858
msi: Remove redundant NULL check before SysFreeString.
2008-09-23 12:12:35 +02:00
Detlef Riekenberg
f4558c6475
msxml3: Remove redundant NULL check before SysFreeString.
2008-09-23 12:12:33 +02:00
Detlef Riekenberg
410302d898
oleaut32: Remove redundant NULL check before SysFreeString.
2008-09-23 12:12:29 +02:00
Maarten Lankhorst
907bb7ae1f
quartz: Requeue in pullpin if request for data timed out.
...
If the filter is paused, no additional data will be queued and
VFW_E_TIMEOUT is legitimately returned. Don't make this a fatal error,
but instead try again. If flushing the thing will still abort.
2008-09-22 13:46:22 +02:00
Maarten Lankhorst
d458efe072
quartz: Return VFW_E_WRONG_STATE in file source if flushing.
2008-09-22 13:46:17 +02:00
Maarten Lankhorst
c71ba1a141
quartz: Don't abort starting for unconnected pin in avi splitter.
2008-09-22 13:46:12 +02:00
Maarten Lankhorst
fd966f8322
quartz: Add missing calls to EndFlush.
2008-09-22 13:46:08 +02:00
Maarten Lankhorst
f0f00d1625
quartz: Implement IMediaPosition::put_CurrentPosition.
2008-09-22 13:46:04 +02:00
Huw Davies
ed8b219c68
inetcomm: Charset name comparison should be case insensitive.
2008-09-22 13:45:52 +02:00
Huw Davies
014fb479bc
inetcomm: Start of IMimeBody_SetOption.
2008-09-22 13:45:18 +02:00
Huw Davies
1b8e99f514
inetcomm: Start of IMimeMessage_SetOption.
2008-09-22 13:45:13 +02:00
Vincent Povirk
d042d5ab28
shell32/tests: Accept delays in getting ABN_POSCHANGED notifications.
2008-09-22 13:45:08 +02:00
Roderick Colenbrander
0362ee3d16
wined3d: UpdateSurface should take into account the offset from the source rectangle.
2008-09-22 13:19:57 +02:00
Detlef Riekenberg
60bbae4b40
jscript/tests: Fix a typo in ok().
2008-09-22 13:17:11 +02:00
Francois Gouget
f26c27acc6
jscript: Remove spaces before '\n' in Wine traces.
2008-09-22 13:17:02 +02:00
Alexandre Julliard
fb84ba59d9
winex11: Fix SetLayeredWindowAttributes when called on a thread that doesn't have any window.
2008-09-22 12:52:53 +02:00
Roderick Colenbrander
c13b3f6179
wined3d: Re-add a comment which got lost.
2008-09-22 12:20:42 +02:00
Henri Verbeet
f84680e66c
wined3d: Don't try to draw with unsupported attribute data types.
2008-09-22 12:20:34 +02:00
Henri Verbeet
3862347bce
wined3d: Fix a memory leak.
2008-09-22 12:20:28 +02:00
Henri Verbeet
76de76e508
wined3d: Destroy FBO entries in the context.
2008-09-22 12:20:24 +02:00
Henri Verbeet
459673da1a
wined3d: Make sure update_minfilter and update_magfilter are initialized.
2008-09-22 12:20:18 +02:00
Stefan Dösinger
2e6717ab79
wined3d: Initialize standalone surface parameters.
2008-09-22 12:20:13 +02:00
Paul Vriens
e46e095c22
imm32/tests: Skip tests when IME support is not implemented.
2008-09-22 12:19:35 +02:00
Paul Vriens
e9f5fbc419
ntdll/tests: Show that we are skipping tests.
2008-09-22 12:19:17 +02:00
Paul Vriens
1010768d8e
ntdll/tests: Show that we are skipping tests.
2008-09-22 12:19:10 +02:00
Paul Vriens
f812d30486
ntdll/tests: Use skip and add a FreeLibrary.
2008-09-22 12:18:30 +02:00
Paul Vriens
a397448549
userenv/tests: Don't crash on NT4.
2008-09-22 12:17:18 +02:00
Paul Vriens
8ccfe80c0b
dsound/tests: Fix failure on Win9x and NT4.
2008-09-22 12:17:04 +02:00
Paul Vriens
a12509532c
ddraw/tests: Fix a test on a Win98 box.
2008-09-22 12:16:53 +02:00
Paul Vriens
1c5043e73d
kernel32/tests: Add extra tests for SetCurrentDirectory.
2008-09-22 12:16:46 +02:00
Paul Vriens
7cb7c14476
kernel32/tests: Make sure we can remove a test directory.
2008-09-22 12:16:07 +02:00
Paul Vriens
e23904ceb9
kernel32/tests: Fix tests on NT4.
2008-09-22 12:16:00 +02:00
Paul Vriens
40a94e04b4
kernel32/tests: Skip some tests on win9x.
2008-09-22 12:15:24 +02:00
Paul Vriens
ed55217444
kernel32/tests: Use skip instead of trace.
2008-09-22 12:15:17 +02:00
Alexandre Julliard
8552b50640
comctl32/tests: Fix a couple of message test failures.
2008-09-22 12:15:11 +02:00
Alexandre Julliard
17c6542cfe
user32/tests: Fix some more message test failures.
2008-09-22 12:14:56 +02:00
Alexandre Julliard
733693829a
ntdll/tests: Fix a few test failures on NT4.
2008-09-22 12:14:41 +02:00
Jacek Caban
e806869d4e
jscript: Added Function default value implementation.
2008-09-22 11:56:21 +02:00
Jacek Caban
5760eb808b
jscript: Added Function.toString implementation.
2008-09-22 11:56:16 +02:00
Jacek Caban
68bd72c7cd
jscript: Don't call IDispatch as constructor.
2008-09-22 11:56:10 +02:00
Jacek Caban
90dd23cc4c
jscript: Added Math.ceil implementation.
2008-09-22 11:56:05 +02:00
Jacek Caban
c4fe1b2efd
jscript: Added Math.pow implementation.
2008-09-22 11:56:00 +02:00
Jacek Caban
37b69e9a9e
jscript: Added Math.max implementation.
2008-09-22 11:55:56 +02:00
Jacek Caban
2149494c9d
jscript: Added Math.abs implementation.
2008-09-22 11:55:51 +02:00
Jacek Caban
c395981b2f
jscript: Added Math.round implementation.
2008-09-22 11:55:46 +02:00
Jacek Caban
50a24a4a13
jscript: Added Math.min implementation.
2008-09-22 11:55:42 +02:00
Jacek Caban
17ceb90b30
jscript: Added String function implementation.
2008-09-22 11:55:38 +02:00
Jacek Caban
6751644835
jscript: Added String.concat implementation.
2008-09-22 11:55:33 +02:00
Jacek Caban
1f134b41b3
jscript: Added String default value implementation.
2008-09-22 11:55:28 +02:00
Jacek Caban
3925f13023
jscript: Added String constructor implementation.
2008-09-22 11:55:24 +02:00
Jacek Caban
84b69fb1aa
jscript: Remove no longer used jsdisp_set_prototype.
2008-09-22 11:55:19 +02:00
Jacek Caban
f8537b6eb9
jscript: Added parseInt implementation.
2008-09-22 11:55:15 +02:00
Jacek Caban
8612ae880f
jscript: Added String.charCodeAt implementation.
2008-09-22 11:55:10 +02:00
Jacek Caban
2c6847d000
jscript: Added String.slice implementation.
2008-09-22 11:55:06 +02:00
Jacek Caban
1388a6f421
jscript: Added String.valueOf implementation.
2008-09-22 11:55:00 +02:00
Jacek Caban
304e9fe0d4
jscript: Added String.toString implementation.
2008-09-22 11:54:56 +02:00
Jacek Caban
5fdf258b1a
jscript: Added String.substring implementation.
2008-09-22 11:54:52 +02:00
Jacek Caban
dff4f0b598
jscript: Fixed typo in to_integer.
2008-09-22 11:54:46 +02:00
Jacek Caban
898cb6fcd4
jscript: Added Array default value implementation.
2008-09-22 11:54:41 +02:00
Jacek Caban
2efae9e79b
jscript: for..in is not error if in expression is not an object.
2008-09-22 11:54:36 +02:00
Jacek Caban
c6188fdffc
jscript: Added Object default value implementation.
2008-09-22 11:54:29 +02:00
Jacek Caban
5fa649cae6
jscript: Added Array.concat implementation.
2008-09-22 11:54:24 +02:00
Jacek Caban
45cd5bc4a2
jscript: Fixed array literal length calculation.
2008-09-22 11:54:16 +02:00
Jacek Caban
f1f2e8e6c5
jscript: Added Array.sort implementation.
2008-09-22 11:54:11 +02:00
Jacek Caban
53e831e2cb
jscript: Added Number function implementation.
2008-09-22 11:53:59 +02:00
Jacek Caban
c3e2a6f9d7
jscript: Added Number.toString implementation.
2008-09-22 11:53:54 +02:00
Jacek Caban
9b74d6a91c
jscript: Added Number constructor implementation.
2008-09-22 11:53:49 +02:00
Jacek Caban
8b13719cd2
jscript: Added Array.toString implementation.
2008-09-22 11:53:44 +02:00
Jacek Caban
f62dd2a9fd
jscript: Added Array.join implementation.
2008-09-22 11:53:38 +02:00
Jacek Caban
34e82951c3
jscript: Added Array.push implementation.
2008-09-22 11:53:31 +02:00
Jacek Caban
91b798ddf8
jscript: Added string to number conversion implementation.
2008-09-22 11:53:22 +02:00
Alistair Leslie-Hughes
bf84d3bc2d
mshtml: Implement IDispatch for IHTMLDOMChildrenCollection.
2008-09-22 11:53:05 +02:00
Alistair Leslie-Hughes
129bf15883
mshtml: Implement IDispatch for IHTMLElementCollection.
2008-09-22 11:53:00 +02:00
Alistair Leslie-Hughes
1965a25866
mshtml: Implement IDispatch for IHTMLDOMNode.
2008-09-22 11:52:54 +02:00
Alistair Leslie-Hughes
7ada1edfe2
mshtml: Implement IDispatch for IHTMLDOMNode2.
2008-09-22 11:52:50 +02:00
Jacek Caban
e9277986c8
mshtml: Fixed dynamic properties allocation.
2008-09-22 11:52:35 +02:00
Andrew Talbot
d0e860b8a3
comctl32: Sign-compare warnings fix.
2008-09-22 11:52:15 +02:00
Andrew Talbot
4f1fabf335
comdlg32: Sign-compare warnings fix.
2008-09-22 11:52:10 +02:00
Francois Gouget
7af03a041a
kernel32/tests: Fix compilation on systems that don't support nameless unions.
2008-09-22 11:51:56 +02:00