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
Christian Costa
055e6bfb63
d3dxof: Rewrite check_TOKEN and parse_TOKEN_* to work properly and be more logical.
2008-09-22 11:51:45 +02:00
Gerald Pfeifer
bcf7996e95
cryptnet: Include stdarg.h.
2008-09-22 11:51:39 +02:00
Juan Lang
46fbe3fc2e
cryptui: Build import lib.
2008-09-22 11:51:26 +02:00
Juan Lang
b01348c9a9
cryptui: Implement CryptUIDlgViewCertificateA on top of CryptUIDlgViewCertificateW.
2008-09-22 11:51:08 +02:00
Dylan Smith
f78a841973
richedit: Removed space in front of function signature.
2008-09-22 11:49:29 +02:00
Piotr Caban
0532df61be
msxml3/test: Add test for ISAXXMLReader_parse (passing XMLDOMDocument as argument).
2008-09-22 11:49:22 +02:00
Piotr Caban
eb72aa05db
msxml3: Fix xmlnode_get_xml to work properly with XML_DOCUMENT_NODE.
2008-09-22 11:49:17 +02:00
Piotr Caban
a28b604f77
msxml3: Change order of interface recognition and fix typo.
2008-09-22 11:49:06 +02:00
Alexandre Julliard
42e6d94784
ntdll/tests: Fix a couple of tests failing on NT4.
2008-09-19 14:03:47 +02:00
Alexandre Julliard
7e54db23e9
kernel32/tests: Fix a couple of tests failing on NT4.
2008-09-19 14:03:40 +02:00
Alexandre Julliard
ea39761d3a
kernel32/tests: Fix race condition in the thread test.
2008-09-19 12:21:45 +02:00
Allan Tong
43f2ec33bf
wined3d: Fix Geforce9 detection.
2008-09-19 12:09:57 +02:00
Jeff Zaroyko
724a45d15e
dsound: Fix a failing test on XP.
2008-09-19 12:09:33 +02:00
Juan Lang
500403957d
wintrust: Add traces to a few more functions.
2008-09-19 12:09:02 +02:00
Owen Rudge
4e7a07631e
shell32: Check CPL_NEWINQUIRE message in control panel applets if we can't retrieve valid strings/icon.
2008-09-19 12:08:58 +02:00
Jacek Caban
5e07e0cf53
jscript: Added function constructor object.
2008-09-19 12:08:50 +02:00
Jacek Caban
4778c06903
jscript: Added more to_string implementation.
2008-09-19 12:08:45 +02:00
Jacek Caban
3435603520
jscript: Minor fixes.
2008-09-19 12:08:39 +02:00
Jacek Caban
c1b76a333b
jscript: Added '>>>=' expression implementation.
2008-09-19 12:08:34 +02:00
Jacek Caban
bc641097a9
jscript: Added '>>=' expression implementation.
2008-09-19 12:08:30 +02:00
Jacek Caban
701797489d
jscript: Added '<<=' expression implementation.
2008-09-19 12:08:26 +02:00
Jacek Caban
13790a640b
jscript: Added '>>>' expression implementation.
2008-09-19 12:08:22 +02:00
Jacek Caban
74fefe94eb
jscript: Added '>>' expression implementation.
2008-09-19 12:08:18 +02:00
Jacek Caban
ef78010df4
jscript: Added '<<' expression implementation.
2008-09-19 12:08:14 +02:00
Jacek Caban
dfb867af56
jscript: Added with statement implementation.
2008-09-19 12:08:09 +02:00
Jacek Caban
4e9749bf92
jscript: Added delete expression implementation.
2008-09-19 12:08:05 +02:00
Jacek Caban
8e16240467
jscript: Added for..in statement implementation.
2008-09-19 12:07:59 +02:00
Jacek Caban
4731f17435
jscript: Added String.charAt implementation.
2008-09-19 12:07:53 +02:00
Jacek Caban
536573934a
jscript: Added void expression implementation.
2008-09-19 12:07:47 +02:00
Christian Costa
5c518d91e0
d3dxof: Fix IDirectXFileDataImpl_GetType.
2008-09-19 12:07:41 +02:00
Alexandre Julliard
ff6f7a57b9
gdi32/tests: Skip test that depends on Tahoma if it isn't installed.
2008-09-19 12:07:32 +02:00
Alexandre Julliard
2193a70137
user32/tests: Fix a few more message test failures.
2008-09-19 12:07:18 +02:00
Paul Vriens
d88cfec91d
crypt32/tests: Add a missing CryptMsgUpdate.
2008-09-19 11:41:32 +02:00
Detlef Riekenberg
9593c9e6f5
dlls: Do not use __WINE_ALLOC_SIZE between void and *.
2008-09-19 11:41:25 +02:00
Detlef Riekenberg
6d0ffa50a0
winspool: Use the backend for AddMonitor.
2008-09-19 11:41:15 +02:00
Detlef Riekenberg
ab32b35ba7
localspl: Implement AddMonitor.
2008-09-19 11:41:10 +02:00
Detlef Riekenberg
b67533f204
advapi32: Remove outdated comment.
2008-09-19 11:40:53 +02:00
Dylan Smith
72d754108a
richedit: Removed a redundant condition.
2008-09-19 11:40:48 +02:00
Henri Verbeet
45820046e8
wined3d: Create a FBO for each combination of render targets and depth stencil.
...
The main reason for this change is crappy performance for reconfiguring FBOs.
2008-09-19 11:30:00 +02:00
Henri Verbeet
3a8ab00fe1
wined3d: Get rid of context_set_depth_stencil_fbo().
...
Integrate clearing the depth stencil attachment in context_attach_depth_stencil_fbo().
2008-09-19 11:29:48 +02:00
Henri Verbeet
8f2ed870f1
wined3d: Get rid of context_set_render_target_fbo().
...
Integrate clearing the attachment in context_attach_surface_fbo().
2008-09-19 11:29:39 +02:00
Henri Verbeet
734b31e00b
wined3d: Handle drawbuffers in context_apply_fbo_state() instead of context_set_render_target_fbo().
2008-09-19 11:29:27 +02:00
Henri Verbeet
9533a5cbbf
wined3d: Split off a function for applying an attachment's filter states.
2008-09-19 11:29:18 +02:00
Henri Verbeet
a269236649
wined3d: Move FBO handling functions to context.c.
2008-09-19 11:29:13 +02:00
Huw Davies
2f8f3facce
gdi32: Factor out the name table lookup into a separate function.
2008-09-18 14:18:11 +02:00
Alistair Leslie-Hughes
995835e113
mshtml: Implement IHTMLBody get/put_Text.
2008-09-18 13:28:48 +02:00
Alistair Leslie-Hughes
b64b5ea5ea
msxml3: Correct IDispatchEx Invoke to return the correct object.
2008-09-18 13:28:40 +02:00
Jan de Mooij
403221c228
comctl32/treeview: Fix pszText NULL pointer dereference.
2008-09-18 13:26:19 +02:00
Mikołaj Zalewski
a72fbdd023
shell32: autocomplete: Remove some obsolete FIXMEs, update some comments.
2008-09-18 12:53:25 +02:00
Mikołaj Zalewski
d9190052a2
shell32: autocomplete: Implement GetDropDownStatus.
2008-09-18 12:53:18 +02:00
Mikołaj Zalewski
ba6ddf28b4
shell32: autocomplete: Make SetOptions handle setting the ACO_AUTOSUGGEST after Init, fix ACO_AUTOSUGGEST|ACO_AUTOAPPEND case.
2008-09-18 12:53:07 +02:00
Mikołaj Zalewski
db74fed6d1
shell32: autocomplete: Fix a logical AND to a bitwise AND.
2008-09-18 12:52:44 +02:00
Mikołaj Zalewski
a4fd5a1f40
shell32: autocomplete: Add stub IAutoCompleteDropDown interface.
2008-09-18 12:52:31 +02:00
Huw Davies
2097387e04
inetcomm: Make variable static to fix crash on process detach.
2008-09-18 12:33:05 +02:00
Jeff Zaroyko
22a33168c9
kernel32: Modify DeleteFileW to fail on directories.
2008-09-18 12:32:57 +02:00
Dylan Smith
87292d81ee
richedit: Avoid unconditionally rewrapping text on scroll.
2008-09-18 12:32:50 +02:00
Dylan Smith
da058cbf67
richedit: Handle deletion at the end of text properly.
2008-09-18 12:32:44 +02:00
Juan Lang
abde9a91f2
crypt32: Add support for the CERT_EXTENDED_ERROR_INFO_PROP_ID.
2008-09-18 12:32:36 +02:00
Juan Lang
61077035fc
wintrust: Don't assume dwStateAction is set in WINTRUST_DATA.
2008-09-18 12:32:31 +02:00
Paul Vriens
9b4a5cd065
crypt32/tests: Don't crash on win9x.
2008-09-18 12:24:07 +02:00
Jacek Caban
9e68badeaf
jscript: Added for statement implementation.
2008-09-18 12:23:17 +02:00
Jacek Caban
9933568063
jscript: Added continue statement implementation.
2008-09-18 12:23:12 +02:00
Jacek Caban
7bde1a3345
jscript: Added while and do..while statement implementation.
2008-09-18 12:23:07 +02:00
Jacek Caban
b48489be3c
jscript: Added String.length implementation.
2008-09-18 12:23:01 +02:00
Jacek Caban
c137281469
jscript: Added to_string(VT_I4) implementation.
2008-09-18 12:22:56 +02:00
Jacek Caban
788197d592
jscript: Added array literal implementation.
2008-09-18 12:22:50 +02:00
Jacek Caban
44849c3fc9
jscript: Added eval implementation.
2008-09-18 12:22:43 +02:00
Jacek Caban
1bbc34f2f2
jscript: Added bool and null to number conversion implementation.
2008-09-18 12:22:36 +02:00
Jacek Caban
7c6b6c8ca8
jscript: Added plus expression implementation.
2008-09-18 12:22:30 +02:00
Jacek Caban
20bc98d5d8
jscript: Added '~' expression implementation.
2008-09-18 12:22:23 +02:00
Jacek Caban
c0bfbba859
jscript: Added ',' expression implementation.
2008-09-18 12:22:16 +02:00
Jacek Caban
5288c5b07c
jscript: Added '^=' expression implementation.
2008-09-18 12:22:10 +02:00
Jacek Caban
7202197dfa
jscript: Added '^' expression implementation.
2008-09-18 12:22:06 +02:00
Jacek Caban
b8aeb15cb5
jscript: Added '&=' expression implementation.
2008-09-18 12:22:00 +02:00
Jacek Caban
d2de1d3103
jscript: Added '&' expression implementation.
2008-09-18 12:21:55 +02:00
Jacek Caban
a51ec811c7
jscript: Added '|=' expression implementation.
2008-09-18 12:21:49 +02:00
Jacek Caban
ec6411a7fc
jscript: Added '|' expression implementation.
2008-09-18 12:21:44 +02:00
Jacek Caban
32a3a167b6
jscript: Added break statement implementation.
2008-09-18 12:21:34 +02:00
Jacek Caban
2b16387708
jscript: Added switch statement implementation.
2008-09-18 12:21:29 +02:00
Jacek Caban
c0f3c78954
jscript: Added 'new' expression implementation.
2008-09-18 12:21:23 +02:00
Jacek Caban
47fcf8d0c7
jscript: Added '!=' expression implementation.
2008-09-18 12:21:16 +02:00
Jacek Caban
d699834892
jscript: Added '==' expression implementation.
2008-09-18 12:21:07 +02:00
Alexandre Julliard
8e7dad93ef
winex11: Compare the window position against the cached position in ConfigureNotify.
2008-09-17 21:17:12 +02:00
Alexandre Julliard
ecf579b8c4
winex11: Ignore the initial WM_STATE transition out of withdrawn state.
2008-09-17 21:17:11 +02:00
Alexandre Julliard
3cb23d3455
winex11: Don't try to retrieve the X11 size on ShowWindow for zero-sized windows.
2008-09-17 21:17:11 +02:00
Alexandre Julliard
308476ef2f
winex11: Force the X11 size of zero-sized window to always be 1x1.
2008-09-17 21:11:47 +02:00
Henri Verbeet
9e3b9f8b41
wined3d: Add a checkGLcall() at the end of loadTexCoords().
...
To prevent GL errors in loadTexCoords from showing up in different state handlers
2008-09-17 20:50:04 +02:00
Henri Verbeet
9e955d3a28
wined3d: Make the debug channels more consistent.
2008-09-17 20:49:57 +02:00
Henri Verbeet
728932f2eb
wined3d: Don't needlessly bind the texture in PreLoad().
2008-09-17 20:49:47 +02:00
Henri Verbeet
17330c03de
wined3d: Don't assume the texture is bound in IWineD3DVolumeImpl_LoadTexture().
2008-09-17 20:49:42 +02:00
Henri Verbeet
99981f2604
wined3d: Remove some assumptions that PreLoad() will always bind the texture.
2008-09-17 20:49:38 +02:00
Henri Verbeet
53a7951230
wined3d: Clarify a comment.
2008-09-17 20:49:33 +02:00
Paul Chitescu
da012ed8e7
user32: Stub for LockWorkStation.
2008-09-17 18:11:11 +02:00
Alexandre Julliard
382ef908f1
kernel32/tests: Handle the win2k3 version check behavior.
2008-09-17 16:29:53 +02:00
Alexandre Julliard
392387400e
user32/tests: Fix some test failures on win9x.
2008-09-17 16:29:32 +02:00
Alexandre Julliard
b40628825a
user32/tests: Cope with last error behavior on Vista.
2008-09-17 16:24:10 +02:00
Alexandre Julliard
a3dd2967ca
shlwapi/tests: SHLWAPI.23 apparently returns an HRESULT on Vista.
2008-09-17 16:23:49 +02:00
Alexandre Julliard
0e894c3444
mstask/tests: Fix test failures on XP.
2008-09-17 16:23:08 +02:00
Alexandre Julliard
343d2420fc
user32/tests: Fix some test failures on XP.
2008-09-17 14:05:06 +02:00
Rob Shearman
0ac31924a1
oleaut32: Fix a typo in VarTokenizeFormatString.
...
The second 'q' should be upper case.
2008-09-17 12:13:14 +02:00