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
Rob Shearman
f530cf9e76
cryptnet: Define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS before including any PSDK headers.
2008-09-17 12:02:10 +02:00
Rob Shearman
0848a19ec0
msvcrt: Fix character count passed into fgetws in test_fileops.
2008-09-17 12:02:02 +02:00
Rob Shearman
1229e0ab29
kernel32: Fix character count passed to GlobalGetAtomNameW in test_get_atom_name.
2008-09-17 12:01:57 +02:00
Huw Davies
bdc9440d65
inetcomm: Implement MimeOleGetCharsetInfo.
2008-09-17 11:04:38 +02:00
Huw Davies
5497ff016c
inetcomm/tests: Add tests for IMimeInternational_ConvertString.
2008-09-17 11:04:33 +02:00
Huw Davies
0d04d7acb1
inetcomm: Implement IMimeInternational_ConvertString.
2008-09-17 11:04:24 +02:00
Lei Zhang
62823d272d
qcap: Make sure input to AMStreamConfig_SetFormat is not NULL.
2008-09-17 10:55:10 +02:00
Dmitry Timoshkov
24e426517e
winhttp: Move common code to the upper level, avoid accessing the buffer before the buffer size check, make the code conform to existing rules.
2008-09-17 10:54:52 +02:00
Dmitry Timoshkov
b4e6aa645b
kernel32: Fix the target buffer size.
2008-09-17 10:54:48 +02:00
Dmitry Timoshkov
e853f1076c
jscript: Fix the uninitialized variable warning.
2008-09-17 10:54:44 +02:00
Jacek Caban
ef221478f0
mshtml: Fixed tests on IE7.
2008-09-17 10:54:38 +02:00
Jacek Caban
4e670c1c6b
jscript: Fixed allocation of script buffer.
2008-09-17 10:54:36 +02:00
Vitaliy Margolen
c51ca17892
kernel32: Use NULL attributes if name and SA are not not specified.
2008-09-17 10:54:32 +02:00
Christian Costa
364d69d78d
d3dxof: Implement object parsing in text mode.
2008-09-17 10:53:45 +02:00
Alexandre Julliard
b1412422ad
kernel32/tests: Comment out an UpdateResource call that causes failures.
2008-09-16 22:36:58 +02:00
Alexandre Julliard
337fa823d2
kernel32/tests: Support alternate results in the loader test on Vista.
2008-09-16 22:36:42 +02:00
Alexandre Julliard
9f0773587b
kernel32/tests: Fix a test on win9x.
2008-09-16 22:36:04 +02:00
Alexandre Julliard
c190bdde50
ntdll/tests: Clear the direction flag in the handler since Windows may not do it.
...
Add some comments to make it easier to identify failing tests.
2008-09-16 22:35:48 +02:00
Hans Leidekker
70f2f5d6a8
winhttp: Close the network connection if necessary.
2008-09-16 22:35:08 +02:00
Jacek Caban
5c1c923d5e
jscript: Added minus expression implementation.
2008-09-16 22:35:01 +02:00
Jacek Caban
43f760ba17
jscript: Added '/=' expression implementation.
2008-09-16 22:34:56 +02:00
Jacek Caban
323e11b4ab
jscript: Added '/' expression implementation.
2008-09-16 22:34:52 +02:00
Jacek Caban
01a4acbd8c
jscript: Added '*=' expression implementation.
2008-09-16 22:34:48 +02:00
Jacek Caban
2385f8d494
jscript: Added '*' expression implementation.
2008-09-16 22:34:44 +02:00
Jacek Caban
2a672e334e
jscript: Added '-=' expression implementation.
2008-09-16 22:34:40 +02:00
Jacek Caban
c3af87180a
jscript: Added '-' expression implementation.
2008-09-16 22:34:35 +02:00
Jacek Caban
1a97632a4e
jscript: Added to_object(number) implementation.
2008-09-16 22:34:31 +02:00
Jacek Caban
7fa373e364
jscript: Added to_object(VT_BOOL) implementation.
2008-09-16 22:34:27 +02:00
Jacek Caban
e7903ecfa9
jscript: Added throw statement implementation.
2008-09-16 22:34:23 +02:00
Jacek Caban
66eb62ada6
jscript: Added try statement implementation.
2008-09-16 22:34:09 +02:00
Henri Verbeet
147ec1a1a4
wined3d: Use the internal format for renderbuffer storage.
...
Note that using GL_DEPTH_COMPONENT instead of eg. GL_DEPTH_COMPONENT24
will work, but will create a renderbuffer with the format of the
onscreen depth buffer.
2008-09-16 22:34:03 +02:00
Henri Verbeet
ad658c22b8
wined3d: IWineD3DCubeTextureImpl implements IID_IWineD3DCubeTexture, not IID_IWineD3DTexture.
2008-09-16 22:33:54 +02:00
Henri Verbeet
047e42da08
wined3d: Improve a TRACE.
2008-09-16 22:33:46 +02:00
Henri Verbeet
ee49230cd2
Make some ARB program structs and functions private to the backend.
2008-09-16 22:33:42 +02:00
Henri Verbeet
c2178eb64f
wined3d: Make some GLSL structs and functions private to the backend.
2008-09-16 22:33:35 +02:00
Rob Shearman
de03fe3c0f
ole32: Update comments in compobj.c.
2008-09-16 22:33:14 +02:00
Alexandre Julliard
e4cba25ac7
user32: Implemented UpdateLayeredWindow and UpdateLayeredWindowIndirect.
2008-09-16 16:30:19 +02:00
Alexandre Julliard
aef7723c3e
user32: Don't reinitialize the window placement even if the window rect is empty.
2008-09-16 16:29:26 +02:00
Alexandre Julliard
01584fb318
user32/tests: Fix a number of message test failures on various Windows versions.
2008-09-16 16:27:47 +02:00
Hans Leidekker
d943ffa6f7
winhttp: Fix logic inversion bug in setting disable flags.
...
Spotted by Jeremy White.
2008-09-16 13:36:42 +02:00
Hans Leidekker
4a706aae70
winhttp: Manage a session global cookie cache.
2008-09-16 13:36:38 +02:00
Hans Leidekker
4ae5741c4e
winhttp: Move handling of default request parameters back to WinHttpOpenRequest.
...
Avoids special casing all over the place.
2008-09-16 13:36:25 +02:00
Hans Leidekker
8df906f28e
winhttp: Reset content length when all data has been read.
2008-09-16 13:36:09 +02:00
Dmitry Timoshkov
11da0ac8a7
winhttp: Add some tests for set/query option, make them pass under Wine.
2008-09-16 13:36:06 +02:00
Aric Stewart
16d2a46bc5
imm32: Include a basic ImmGetCompositionString test checking ATTR lengths.
2008-09-16 13:19:17 +02:00
Aric Stewart
b17aa7813f
imm32: Update CopyCompOffsetIMEtoClient to handle A->W and W->A conversions.
2008-09-16 13:19:10 +02:00
Aric Stewart
d8c91f58e2
imm32: Update CopyCompClauseIMEtoClient to handle A->W and W->A conversions.
2008-09-16 13:19:03 +02:00
Aric Stewart
b2d9edd8a0
imm32: Correct CopyCompAttrIMEtoClient to handle A->W and W->A conversions.
2008-09-16 13:18:55 +02:00
Aric Stewart
0739200c75
imm32: Implement helper functions for copying CompositionString data out of the IME. Standardize ImmGetCompositionStringA/W to use a common T function.
2008-09-16 13:17:39 +02:00
Jacek Caban
4b9bc9816b
jscript: Added RegExp tests.
2008-09-16 11:48:23 +02:00
Jacek Caban
db69b121ac
jscript: Added String.match implementation.
...
RegExp part of patch is based on Mozilla regexp implementation.
2008-09-16 11:48:10 +02:00
Jacek Caban
9a752be1a7
jscript: Added string to object conversion implementation.
2008-09-16 11:48:03 +02:00
Jacek Caban
5670ca52ae
jscript: Added regular expression compiler based on Mozilla regexp implementation.
2008-09-16 11:48:00 +02:00
Alexandre Julliard
b0192cfed3
ntdll: Hardcode the filesystem cluster size to avoid trouble on NFS.
2008-09-16 11:32:38 +02:00
Mikołaj Zalewski
5c2fd1b192
oleaut32: VT_USERDEFINED records are passed by value.
2008-09-16 11:31:32 +02:00
Jacek Caban
4ac24dc2bf
jscript: Reuse temporary heap.
2008-09-16 11:29:50 +02:00
Jacek Caban
cf1863ed09
jscript: Added parser support for regular expressions.
2008-09-16 11:29:44 +02:00
Jacek Caban
f2e7626c7a
jscript: Added ArrayInstance::on_put implementation.
2008-09-16 11:29:38 +02:00
Jacek Caban
06d19171be
jscript: Added Array.length implementation.
2008-09-16 11:29:33 +02:00
Jacek Caban
9c25917e5d
jscript: Added Array constructor implementation.
2008-09-16 11:29:28 +02:00
Jacek Caban
199952bf55
jscript: Added missing RegExp properties.
2008-09-16 11:29:05 +02:00
Nicolas Le Cam
47bcdc32a4
comctl32/tests: Fix a failing test for some platforms.
2008-09-16 11:28:58 +02:00
Huw Davies
fd3be66531
oleaut32: Use V_INT instead of V_UNION.
2008-09-16 11:28:53 +02:00
Huw Davies
fbcd6422ef
oleaut32: Add support for VT_INT and VT_UINT constants.
2008-09-16 11:28:50 +02:00
Huw Davies
4c7380b113
inetcomm/tests: Tests for IMimeInternational_ConvertBuffer.
2008-09-16 11:28:47 +02:00
Huw Davies
91599d5088
inetcomm: Implement IMimeInternational_ConvertBuffer.
2008-09-16 11:28:44 +02:00
Nicolas Le Cam
af78a7bfe4
comctl32: Fix a failing test for some platforms.
2008-09-15 13:38:58 +02:00
Rob Shearman
f6813e55c5
d3d9: Fix type used to store return value in IDirect3DDevice9Impl_GetNPatchMode.
...
It should be a float, not an HRESULT.
2008-09-15 13:23:30 +02:00
Vitaliy Margolen
d939367ac8
dinput: Implement DIPROP_KEYNAME property for keyboard device.
...
Based on patch from Sergey Khodych.
2008-09-15 13:23:13 +02:00
Vitaliy Margolen
5085d4cd35
dinput: Replace strdup with HeapAlloc.
2008-09-15 13:22:28 +02:00
Mikołaj Zalewski
cc86f6890f
oleaut32: Add some missing simple types to _argsize and _xsize.
2008-09-15 13:20:17 +02:00
Mikołaj Zalewski
8b36e71590
oleaut32: Make _argsize and _xsize receive the full TYPEDESC and parent ITypeInfo, use a different function in IDispatch code.
2008-09-15 13:20:10 +02:00
John Klehm
294c160c36
gdiplus: Stub implementation of GdipGetImageDecoders and GdipGetImageDecodersSize.
2008-09-15 13:14:13 +02:00
Roy Shea
91e33020f0
kernel32/test: Test import entries of a core windows DLL.
2008-09-15 11:55:04 +02:00
Christian Costa
0025ef6090
d3dxof: Simplify parsing.
2008-09-15 11:49:55 +02:00
Muneyuki Noguchi
f8446f2606
winex11.drv: Make X11DRV_XIMLookupChars handle a long string properly.
2008-09-15 11:48:37 +02:00
Alistair Leslie-Hughes
8af99c9751
msxml3: Correct test.
2008-09-15 11:47:56 +02:00
Andrew Talbot
183f92b22a
comctl32: Sign-compare warnings fix.
2008-09-15 11:47:45 +02:00
Marcus Meissner
395c4163b8
kernel32/tests: Pass correct size to MultiBytetoWideChar.
2008-09-15 11:44:14 +02:00
Marcus Meissner
67b06ecba5
msi/tests: Reduce buffer to size of string written.
2008-09-15 11:43:53 +02:00
Marcus Meissner
73b16d47ad
secur32: Fixed size passed to GetComputerNameExW.
2008-09-15 11:43:37 +02:00
Marcus Meissner
8a4748bf01
dnsapi: Fixed incorrect buffer size to GetComputerNameExW.
2008-09-15 11:43:29 +02:00
Michael Karcher
fe09bc1a39
kernel32: Clean up PROFILE_isspaceW.
2008-09-15 11:43:13 +02:00
Michael Karcher
75bf84e60b
ole32/compobj: Fix function name in comment.
2008-09-15 11:31:33 +02:00
Paul Vriens
7e4ea8e57c
crypt32/tests: Don't crash on NT4.
2008-09-15 11:30:40 +02:00
Alexandre Julliard
6337ba3ca0
user32/tests: Fix a test that fails on all Windows versions.
2008-09-15 11:30:13 +02:00
Alexandre Julliard
b2f34b3587
user32/tests: Ignore some more messages.
2008-09-15 11:29:58 +02:00
James Hawkins
72638e0ea4
comctl32: Fix the remaining broken tests in win95.
2008-09-15 11:29:39 +02:00
James Hawkins
3b5c2cba44
comctl32: Fix several failing tests in win95.
2008-09-15 11:29:33 +02:00
James Hawkins
17a3949007
shell32: Remove calls to unicode functions that aren't implemented in win9x.
2008-09-15 11:29:27 +02:00
Roderick Colenbrander
e3e113383e
wined3d: Degrade an ERR to a TRACE.
2008-09-15 11:29:20 +02:00
Vitaliy Margolen
0b6f677d10
kernel32: Use FileStandardInformation to get file size.
2008-09-15 11:28:37 +02:00
Mikołaj Zalewski
322edbfe09
appwiz.cpl: French should use SUBLANG_NEUTRAL.
2008-09-15 11:24:03 +02:00
Francois Gouget
8577025789
gdiplus: Add some documentation stubs to make winapicheck happy.
2008-09-15 11:23:54 +02:00
Francois Gouget
9a13920696
d3dx9_36: Fix compilation on systems that don't support nameless unions.
2008-09-15 11:23:51 +02:00
Francois Gouget
305a48949c
mshtml/tests: Add a trailing '\n' to an ok() call.
2008-09-15 11:23:48 +02:00
Paul Vriens
2dfcb94211
msi/tests: Prevent a crash on NT4.
2008-09-15 11:23:42 +02:00
Paul Vriens
22c5fbdc2c
oleaut32/tests: Don't crash on Win95.
2008-09-15 11:23:39 +02:00
Paul Vriens
d81aff24c6
kernel32/tests: Skip tests on Win95.
2008-09-15 11:23:34 +02:00
Marcus Meissner
de530b55af
include: Allocation size markup.
2008-09-15 11:23:27 +02:00
Alexandre Julliard
9099c212d1
inetcomm: Avoid a compiler warning.
2008-09-12 17:09:07 +02:00
Huw Davies
bba2221426
inetcomm: Fix some more idl.
2008-09-12 16:50:19 +02:00
Rob Shearman
6bfead8421
advpack: Add explicit "!= S_OK" to expressions that use HRESULTs as booleans.
2008-09-12 16:50:15 +02:00
Rob Shearman
19e9b665c6
wintrust: Add explicit "!= NO_ERROR" to expressions that use variables containing error codes as booleans.
2008-09-12 16:50:13 +02:00
Rob Shearman
7af7e8ece5
dsound: Add explicit "!= S_OK" to expressions that use HRESULTs as booleans.
2008-09-12 16:50:10 +02:00
Rob Shearman
c4179cf64e
winedos: Fix the type of res in VGA_DoSetMode.
...
It should be HRESULT instead of LRESULT.
Add explicit "!= S_OK" to expressions that use HRESULTs as booleans.
2008-09-12 16:50:08 +02:00
Rob Shearman
89a3ad7626
usp10: Add explicit "!= S_OK" to expressions that use HRESULTs as booleans.
2008-09-12 16:50:05 +02:00
Rob Shearman
d5614bfff4
urlmon: Add explicit "!= S_OK" to expressions that use HRESULTs as booleans.
2008-09-12 16:50:03 +02:00
Rob Shearman
4200022ddb
oleaut32: Add explicit "!= S_OK" to expressions that use HRESULTs as booleans.
2008-09-12 16:50:00 +02:00
Rob Shearman
7496db0fa8
avifil32: Add explicit "!= S_OK" to expressions that use HRESULTs as booleans.
2008-09-12 16:49:58 +02:00
Rob Shearman
34dd534250
rpcrt4: Fix memory leak of 0-byte buffer allocated during processing of bind packets.
...
In this case conn->server_binding will be NULL and consequently
bind->Handle will be NULL, causing I_RpcFreeBuffer to fail. Therefore
just use I_RpcFree to free the buffer as that is just what
I_RpcFreeBuffer does under the hood anyway.
2008-09-12 16:49:56 +02:00
Rob Shearman
ffd37b0eec
rpcrt4: Fix memory leaks of hdr in error paths in RPCRT4_io_thread.
2008-09-12 16:49:52 +02:00
Rob Shearman
f12e445ce5
rpcrt4: Don't crash in NdrDllGetClassObject when a NULL pclsid is passed in.
...
Add tests for this.
2008-09-12 16:49:48 +02:00
Rob Shearman
be9909ad1d
rpcrt4: Print error messages from RPC message functions when they are called in an invalid way.
2008-09-12 16:49:45 +02:00
Rob Shearman
8cc3adea52
rpcrt4: Free the memory for a registered interface that is in use and when WaitForCallsToComplete is 0.
2008-09-12 16:49:42 +02:00
Alexandre Julliard
be3c3a5214
winex11: Driver-side implementation of SetLayeredWindowAttributes.
...
Based on a patch by Rob Shearman.
2008-09-12 15:54:02 +02:00
Alexandre Julliard
9fb76ddd53
user32: Add a SetLayeredWindowAttributes driver entry point.
2008-09-12 15:43:27 +02:00
Alexandre Julliard
d476761f91
user32/tests: Added some tests for Get/SetLayeredWindowAttributes.
2008-09-12 15:31:05 +02:00
Alexandre Julliard
05b4181cac
server: Implemented the server side of Get/SetLayeredWindowAttributes.
2008-09-12 15:30:47 +02:00
Alexandre Julliard
2f11213168
user32: Notify the user driver about window extended style changes too.
2008-09-12 14:55:07 +02:00
Luis C. Busquets Pérez
54d920ae91
d3dx9: Add tests for D3DXMatrixDecompose.
2008-09-12 13:40:43 +02:00
Luis C. Busquets Pérez
0af9415a4f
d3dx9: Implement D3DXMatrixDecompose.
2008-09-12 13:40:33 +02:00
Tobias Jakobi
36cf25b598
wined3d: Fix long int warnings.
2008-09-12 13:33:00 +02:00
Tobias Jakobi
6e1194f06e
wined3d: Fix SHOW_FRAME_MAKEUP debug dump code.
2008-09-12 13:30:02 +02:00
Marcus Meissner
5adbef6625
shell32: Fixed size passed to MultiByteToWideChar.
2008-09-12 12:36:35 +02:00
Alistair Leslie-Hughes
811c0e00be
msxml3: Add IXMLDOMCharacterData to IXMLDOMComment.
2008-09-12 12:36:03 +02:00
Alistair Leslie-Hughes
84072a81b8
msxml3: Add IXMLDOMCharacterData to IXMLDOMCDATASection.
2008-09-12 12:36:00 +02:00
Dylan Smith
2aa69c6c9e
richedit: Prevent buffer overrun for tab stops buffer.
2008-09-12 12:35:29 +02:00
Dylan Smith
fab258022e
richedit: Fixed bugs in handling unterminated nested tables in RTF.
2008-09-12 11:55:43 +02:00
Dylan Smith
0d8e9e622f
richedit: Make sure the nested tables' RTF properties are not skipped.
2008-09-12 11:55:30 +02:00
Dylan Smith
d7ff24378a
richedit: Enter inserts newline before table at start of document.
2008-09-12 11:55:22 +02:00
Dylan Smith
0843768919
richedit: Enter at the end of a table row appends a new row.
2008-09-12 11:55:14 +02:00
Dylan Smith
88a3a8a9c0
richedit: Don't put cursor in the table row start paragraph.
2008-09-12 11:55:08 +02:00
Erik Inge Bolsø
e4a0e0cc3f
wineesd.drv: Allow all errors to interrupt recording.
2008-09-12 11:46:14 +02:00
John Klehm
20276da9af
wintab32: Support overlap statuses in WTEnable.
2008-09-12 11:43:34 +02:00
John Klehm
212488d846
wintab32: Support overlap statuses in WTOpen.
2008-09-12 11:43:19 +02:00
John Klehm
8e42ca626e
wintab32: Support overlap statuses in WTOverlap.
2008-09-12 11:43:14 +02:00
Jacek Caban
1c51d3598d
mshtml: Added body dispatch id test.
2008-09-12 11:42:19 +02:00
Jacek Caban
2950c3fa2d
jscript: Added postfix decrement expression implementation.
2008-09-12 11:42:12 +02:00
Jacek Caban
b291b83a6b
jscript: Added postfix increment expression implementation.
2008-09-12 11:42:08 +02:00
Jacek Caban
ce423c2e3b
jscript: Added prefix decrement expression implementation.
2008-09-12 11:42:04 +02:00
Jacek Caban
5df7ac456f
jscript: Added prefix increment expression.
2008-09-12 11:42:00 +02:00
Jacek Caban
aa4f801ed0
jscript: Added '>=' expression implementation.
2008-09-12 11:41:55 +02:00
Jacek Caban
aa0c254e4a
jscript: Added '>' expression implementation.
2008-09-12 11:41:50 +02:00
Jacek Caban
9332be04f0
jscript: Added '<=' implementation.
2008-09-12 11:41:46 +02:00
Jacek Caban
8e2a9ae06a
jscript: Added '<' expression implementation.
2008-09-12 11:41:42 +02:00
Jacek Caban
bc9e6aa1e5
jscript: Added '&&' expression implementation.
2008-09-12 11:41:37 +02:00
Jacek Caban
6d541ecc5d
jscript: Added '||' expression implementation.
2008-09-12 11:41:32 +02:00
Jacek Caban
50c7c4b719
jscript: Added '+=' expression implementation.
2008-09-12 11:41:27 +02:00
Ismael Barros
7dddf097a8
dplayx: Fix static overrun of pDP array in test (Coverity).
2008-09-12 11:41:23 +02:00
Juan Lang
6e726e2a91
winex11: Make button_state as large as the maximum number of cursors. Fixes Coverity id 728.
2008-09-12 11:41:16 +02:00
Juan Lang
6049ad74e9
user32: Don't crash if passed a non-scrollbar HWND. Fixes Coverity id 265.
2008-09-12 11:40:42 +02:00