Commit graph

95347 commits

Author SHA1 Message Date
Alexandre Julliard
0ad26e27f3 ddraw: Don't bother to unregister classes at process exit. 2013-05-14 11:31:31 +02:00
Alexandre Julliard
1b4c1ab900 comctl32: Don't bother to unregister classes at process exit. 2013-05-14 11:13:09 +02:00
Nikolay Sivov
4625c399c6 comctl32: Use selected image for listbox/editbox for selected item only. 2013-05-14 11:09:25 +02:00
Nikolay Sivov
97caa729b6 comctl32: Allocate edit data with control info. 2013-05-14 11:09:20 +02:00
André Hentschel
a3a1913373 po: Fix typo in German translation. 2013-05-13 20:52:08 +02:00
Huw Davies
d3fec2ce9c user32/tests: Add tests to show that WM_CHAR W<->A mapping uses the codepage associated with the current keyboard layout. 2013-05-13 20:52:08 +02:00
Jacek Caban
b4cc5a2114 ole32: Error handling clean up in local_server_thread. 2013-05-13 20:52:07 +02:00
Stefan Dösinger
260e1cb0b3 wined3d: Pass the pixel shader input signature to shader_arb_generate_vshader. 2013-05-13 19:57:11 +02:00
Stefan Dösinger
e25b968499 wined3d: Fix a ~0U assignment. 2013-05-13 19:57:09 +02:00
Hans Leidekker
93637828b4 winhttp: Fix a memory leak.
Reported by Marcus Meissner.
2013-05-13 16:48:49 +02:00
Alistair Leslie-Hughes
d72787521e oledb32: Implement GetConversionSize DBTYPE_VARIANT->DBTYPE_WSTR. 2013-05-13 16:48:44 +02:00
Nikolay Sivov
489707f9e3 comdlg32: Simplify some internal helpers. 2013-05-13 11:44:17 +02:00
Nikolay Sivov
1616eb6fca comdlg32: Pass full colorref to RGB -> HSL conversion function. 2013-05-13 11:44:12 +02:00
Nikolay Sivov
31351376d1 comdlg32: Return combined color from HSL -> RGB transform. 2013-05-13 11:44:00 +02:00
Nikolay Sivov
adbb96fb5c comdlg32: Add controls codes defines for color choosing dialog. 2013-05-13 11:43:51 +02:00
André Hentschel
0867e37768 d3drm/tests: Add more face tests. 2013-05-13 11:16:19 +02:00
André Hentschel
60aaed781c d3drm: Implement IDirect3DRMMeshBuilder3_GetNormals. 2013-05-13 11:16:10 +02:00
André Hentschel
edacd0772e d3drm: Implement IDirect3DRMMeshBuilder3_GetNormalCount. 2013-05-13 11:16:03 +02:00
Dmitry Timoshkov
fd76b695b9 server: Set appropriate status for a terminated thread. 2013-05-13 11:10:12 +02:00
Nikolay Sivov
2e0ff5b780 comctl32: Remove unused defines. 2013-05-13 11:09:36 +02:00
Nikolay Sivov
eaad1cdea8 comctl32: Fix tics rectangle width/height. 2013-05-13 11:09:26 +02:00
Nikolay Sivov
1776cbf459 comctl32: Properly paint thumb using DrawEdge() for diagonal edges too. 2013-05-13 11:09:20 +02:00
Nikolay Sivov
a24808326d comctl32: Properly invalidate after setting thumb length. 2013-05-13 11:09:07 +02:00
Nikolay Sivov
e95b9d2f06 comctl32: Update thumb size on WM_SIZE if it's not fixed, invalidate after resize. 2013-05-13 11:09:03 +02:00
Christian Costa
af59f19461 d3dcompiler: Add trace to D3DPreprocess. 2013-05-13 11:08:43 +02:00
Christian Costa
6e77816301 d3dcompiler: Add a LUT to find compilation targets info. 2013-05-13 11:08:36 +02:00
Francois Gouget
fb9d76816a comdlg32/tests: Fix compilation on systems that don't support nameless structs or unions. 2013-05-13 11:07:28 +02:00
Marcus Meissner
8990cf091d dinput: GetKeyNameW takes chars not bytes (Coverity). 2013-05-13 11:07:24 +02:00
Andrew Eikum
5f85b7c8ac oleaut32: Don't return bogus pointers if no data is available. 2013-05-13 11:05:27 +02:00
Andrew Eikum
1a00e932ad oleaut32: Use containing TypeLib's HelpFile in ITypeInfo::GetDocumentation. 2013-05-13 11:05:23 +02:00
Andrew Eikum
787ac75045 oleaut32: Sanity check some arguments. 2013-05-13 11:05:20 +02:00
Sam Edwards
3a5eef4eed winex11: Cache XRandR 1.2 display mode. 2013-05-13 11:05:13 +02:00
Sam Edwards
3fc2bccac2 winex11: Cache XRandR 1.0 display mode. 2013-05-13 11:05:10 +02:00
Alexandre Julliard
ce4b6451aa configure: Add explicit install targets in libs/wine for make_makefiles. 2013-05-10 22:01:44 +02:00
Alexandre Julliard
35aaa42669 Release 1.5.30. 2013-05-10 20:30:10 +02:00
Christian Costa
2fc4b953d8 d3dx9_36: Add tests for D3DXGetImageInfoFromFileInMemory with bmp with 1 to 8 bpp. 2013-05-10 17:53:09 +02:00
Christian Costa
5966a087d3 d3dx9_36/tests: Add dump function for X files. 2013-05-10 17:53:08 +02:00
Dmitry Timoshkov
f435322dfa kernel32: Actually test normal ExitProcess behaviour. 2013-05-10 17:53:08 +02:00
Jacek Caban
f77aabeceb ieframe: Added more InternetExplorer object tests. 2013-05-10 17:53:08 +02:00
Jacek Caban
778c645570 ieframe: Added stub IExternalConnection interface to InternetExplorer object. 2013-05-10 17:53:08 +02:00
Nikolay Sivov
2620e3cbe0 comctl32: Handle WM_ENABLE to update disabled style bit and repaint. 2013-05-10 17:53:07 +02:00
Jacek Caban
2dd4e497d6 msxml3: Correctly handle VT_NULL in IXMLHTTPRequest::send. 2013-05-10 17:53:07 +02:00
Jacek Caban
fdc4d40d18 ole32: Added more default handler QueryInterface tests. 2013-05-10 17:53:05 +02:00
Andrew Eikum
b301234f3a oleaut32: Finish COM cleanup for ITypeLib objects. 2013-05-10 12:00:09 +02:00
Andrew Eikum
d7313b21e8 oleaut32: Finish COM cleanup for internal loading structures. 2013-05-10 12:00:07 +02:00
Andrew Eikum
ab7fffaafa oleaut32: Finish COM cleanup for ITypeInfo objects. 2013-05-10 12:00:04 +02:00
André Hentschel
1a2271830b d3drm/tests: Initial IDirect3DRMFace tests. 2013-05-09 20:44:53 +02:00
André Hentschel
9dcdbfab49 d3drm: Add IDirect3DRMFace2 interface. 2013-05-09 20:37:39 +02:00
André Hentschel
9bce3a920b d3drm: Add IDirect3DRMFace interface. 2013-05-09 20:37:21 +02:00
Marcus Meissner
cef28ff30c dplayx: Remove wrong HeapFree (Coverity). 2013-05-09 19:24:21 +02:00