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
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