Commit Graph

61157 Commits

Author SHA1 Message Date
Aric Stewart c5747304f0 usp10: Add Tamil script. 2011-06-03 13:43:32 +02:00
Aric Stewart bafc5f0f30 usp10: Add Oriya script. 2011-06-03 13:43:25 +02:00
Aric Stewart 858ecd1c54 usp10: Add Gujarati script. 2011-06-03 13:43:19 +02:00
Aric Stewart fdf2ab5bfa usp10: Add Gurmukhi script. 2011-06-03 13:43:12 +02:00
Aric Stewart 19857ec45b usp10: Add Bengali script. 2011-06-03 13:42:30 +02:00
Aric Stewart b8aad9d3cd usp10: Add Devanagari script. 2011-06-03 13:42:22 +02:00
Aric Stewart 397c3ac51f usp10: Improve Sinhala shaping using Indic rules. 2011-06-03 13:41:58 +02:00
Sean Sube 301c6ef4e5 d3d9/tests: Added unbound sampler test for pixel shaders. 2011-06-03 13:41:48 +02:00
Matteo Bruni 6647c8f72d wined3d: Mark some texture formats as filterable. 2011-06-03 12:46:07 +02:00
Jacek Caban 3bf7482d52 mshtml: Added IHTMLElement::get_offsetParent implementation. 2011-06-03 12:37:03 +02:00
Alexandre Julliard 69bc4da51a rpcrt4: Add entry points for the old-style stubless Ndr calls. 2011-06-02 17:26:59 +02:00
Aric Stewart 2bd19a89ff usp10: Handle new OpenType tags for Microsoft Indic fonts. 2011-06-02 16:24:35 +02:00
Huw Davies c5f41f89f3 gdi32: Update pixel colours when the colour table changes. 2011-06-02 16:24:25 +02:00
Peter Urbanec 78ab293d3f ws2_32/tests: Socket error handling and reporting tests. 2011-06-02 16:24:22 +02:00
Michael Stefaniuc 2f76274df9 d3d10core: COM cleanup for the ID3D10Query iface. 2011-06-02 16:24:07 +02:00
Michael Stefaniuc db9823e02a d3d10core: COM cleanup for the ID3D10SamplerState iface. 2011-06-02 16:24:03 +02:00
Michael Stefaniuc 54ac05a871 d3d10core: COM cleanup for the ID3D10RasterizerState iface. 2011-06-02 16:24:00 +02:00
Michael Stefaniuc 815470e68b d3d10core: COM cleanup for the ID3D10DepthStencilState iface. 2011-06-02 16:23:54 +02:00
Michael Stefaniuc e6b29add01 d3d10: COM cleanup for the ID3D10EffectType iface. 2011-06-02 16:23:48 +02:00
Piotr Pawłow bc9407a452 wined3d: Set container of swapchain surfaces to WINED3D_CONTAINER_NONE in swapchain_init() error path. 2011-06-02 16:22:44 +02:00
Marko Nikolic 6ed2208e72 comctl32/tests: Removed sign comparison warning in status tests. 2011-06-02 16:22:44 +02:00
Marko Nikolic cf6dae563c comctl32/tests: Removed sign comparison warning in toolbar tests. 2011-06-02 16:22:44 +02:00
Alexandre Julliard 6143403e91 msvcrt: Comment out exports with a non-standard comment to prevent make_specfiles from trying to update them. 2011-06-02 16:22:43 +02:00
Alexandre Julliard f137ffdfb5 msvcp60: Synchronize the spec file. 2011-06-02 16:22:43 +02:00
Alexandre Julliard f061917296 include: Make CLIENT_CALL_RETURN definition platform-specific to handle the return type incompatibility in NdrClientCall. 2011-06-02 16:22:43 +02:00
Alasdair Sinclair b6484ccbeb comctl32/tab: Fully initialize itemData to fix x64 test failure. 2011-06-01 18:10:01 +02:00
Andrew Nguyen 6ee16099a3 dbghelp: Implement SymEnumSourceFilesW. 2011-06-01 17:59:17 +02:00
Andrew Nguyen 9edafeb742 ws2_32: Avoid a crash with an optional pointer in WSAAsyncGetServByPort. 2011-06-01 16:14:30 +02:00
Andrew Nguyen 2c74796456 ws2_32/tests: Properly destroy the async test window. 2011-06-01 16:14:22 +02:00
Andrew Nguyen a5e0f09b52 ws2_32: Free the asynchronous query structure if thread creation fails. 2011-06-01 16:14:08 +02:00
Hans Leidekker 926fe27718 msi: GetUserName sets last error to ERROR_INSUFFICIENT_BUFFER if the buffer is too small. 2011-06-01 16:13:32 +02:00
Hans Leidekker 0875abcce0 crypt32: GetUserName sets last error to ERROR_INSUFFICIENT_BUFFER if the buffer is too small. 2011-06-01 16:13:30 +02:00
Andrew Nguyen c0b7345e38 advapi32: Fix last error value of GetUserNameA/W and output buffer handling in GetUserNameA. 2011-06-01 16:12:36 +02:00
Andrew Nguyen a90b698e0c ddraw: Handle a callback cancellation attempt in d3d7_EnumDevices. 2011-06-01 16:09:58 +02:00
Andrew Nguyen f2f529ae38 ddraw: Extend the lifetime of the EnumDevices strings beyond function scope. 2011-06-01 16:09:53 +02:00
Marko Nikolic 2dd0d8ab2a comctl32/tests: Removed sign comparison warning in tooltip tests. 2011-06-01 16:09:11 +02:00
Marko Nikolic 8c13dcc2e9 comctl32/tests: Use unsigned constants to remove sign comparison warning. 2011-06-01 16:08:56 +02:00
Huw Davies ea361367ed gdi32: Fix an error in the blue channel of the 32 -> 16 bpp conversion and update the tests to catch this. 2011-06-01 15:17:42 +02:00
Huw Davies cc4c252962 gdi32/tests: Add tests for 24 bpp brushes. 2011-06-01 15:17:35 +02:00
Huw Davies 146ad997ba gdi32: Add support for 24 bpp brushes. 2011-06-01 15:17:30 +02:00
Huw Davies ce2c593d64 gdi32/tests: Add tests for 24 bpp dibs. 2011-06-01 15:17:24 +02:00
Huw Davies dc7ff3a45a gdi32: Add support for 24 bpp dibs. 2011-06-01 15:17:15 +02:00
Hans Leidekker 9acd1ef15f wininet: Consistently use the allocation macros. 2011-06-01 15:16:53 +02:00
Hans Leidekker 14d4d1957d wininet: Don't change the verb if the server response is HTTP_STATUS_REDIRECT_KEEP_VERB. 2011-06-01 15:16:49 +02:00
Hans Leidekker b7df063fde winhttp: Don't change the verb if the server response is HTTP_STATUS_REDIRECT_KEEP_VERB. 2011-06-01 15:16:44 +02:00
Michael Stefaniuc a4a4a420f8 d3d10core: COM cleanup for the ID3D10BlendState iface. 2011-06-01 15:16:36 +02:00
Michael Stefaniuc 2b1001907f d3d10core: COM cleanup for the ID3D10GeometryShader iface. 2011-06-01 15:16:32 +02:00
Michael Stefaniuc 36de21b3a1 d3d10core: COM cleanup for the ID3D10ShaderResourceView iface. 2011-06-01 15:16:29 +02:00
Michael Stefaniuc 7aff686ea1 d3d10core: COM cleanup for the ID3D10DepthStencilView iface. 2011-06-01 15:16:23 +02:00
Michael Stefaniuc a8712d5522 d3d10core: COM cleanup for the ID3D10Texture3D iface. 2011-06-01 15:16:19 +02:00