Commit Graph

36417 Commits

Author SHA1 Message Date
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