Peter Dons Tychsen
741dd708c4
services: Fixed problem with services where DependOnServices key is REG_SZ and not REG_MULTI_SZ.
2008-09-17 10:55:50 +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
Alexander Nicolaysen Sørnes
c4d58a4b07
regedit: Add support for exporting unicode files.
2008-09-16 13:35:31 +02:00
Alexander Nicolaysen Sørnes
60cd910797
regedit: Gather a full string before exporting it.
2008-09-16 13:35:27 +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