Commit Graph

72789 Commits (331b99cf191b39caf87db8c3902d680007317ade)

Author SHA1 Message Date
Erich Hoover 331b99cf19 advapi32: Support service objects in GetSecurityInfo. 2012-12-14 12:25:57 +01:00
Austin English c8e71e9a3e msvcrt: Implement memcpy in msvcrt instead of forwarding to ntdll. 2012-12-14 12:15:05 +01:00
Austin English a79de8aa29 msvcrt: Implement _ftol in msvcrt instead of forwarding to ntdll. 2012-12-14 12:13:39 +01:00
Daniel Jelinski bd59df8ddd msi: Do not convert MaskedEdit contents to uppercase. 2012-12-14 11:57:11 +01:00
Christian Costa ec51c5f737 d3drm: Face data size is in number of DWORD. 2012-12-14 11:56:53 +01:00
Christian Costa 53e37121a4 d3drm: Handle texture load proc when loading mesh data. 2012-12-14 11:56:48 +01:00
Jacek Caban 0f0f76ce6b jscript: Allow poping multiple stack values at the time. 2012-12-14 11:54:47 +01:00
Jacek Caban 10c2a2bba4 jscript: Properly handle return value evaluation in comma expression. 2012-12-14 11:54:44 +01:00
Piotr Caban 42d5cc3c6e msvcrt: Added __getmainargs tests. 2012-12-14 11:54:28 +01:00
Piotr Caban 678abf4064 msvcrt: Support expand_wildcards parameter in __wgetmainargs function. 2012-12-14 11:54:20 +01:00
Piotr Caban 7c39023f60 msvcrt: Fixed wildcard expanding when path is specified in __getmainargs. 2012-12-14 11:54:14 +01:00
Francois Gouget a20db48dae d3dx9_36/tests: Skip some tests when DXT5 textures are not supported. 2012-12-14 11:49:54 +01:00
Henri Verbeet 93700423e8 d3d10core/tests: Add a small test for ID3D10Device_CreateDepthStencilState(). 2012-12-14 11:49:31 +01:00
Henri Verbeet 0ffda86f76 d3d10core: Only create unique depthstencil state objects. 2012-12-14 11:49:28 +01:00
Henri Verbeet d158289020 d3d10core: Implement d3d10_depthstencil_state_GetDesc(). 2012-12-14 11:49:23 +01:00
Christian Costa 7a5b12c8ef d3drm: Handle all materials in material list and create corresponding mesh groups + tests. 2012-12-13 20:18:05 +01:00
Daniel Jelinski 39222f6ab7 user32: Always call ScrollWindowEx in the listbox WM_VSCROLL handler. 2012-12-13 20:15:35 +01:00
Jacek Caban 4eb769451e ole32: Added IMoniker::BindToStorage proxy/stub implementation. 2012-12-13 18:39:02 +01:00
Michael Stefaniuc 62029ff586 msi: Use FIELD_OFFSET for the size of structs with a varlength array. 2012-12-13 18:38:47 +01:00
Piotr Caban c34769cfa1 msvcrt: Support expand_wildcards parameter in __getmainargs function. 2012-12-13 18:24:17 +01:00
Piotr Caban bc33d39e23 msvcrt: Don't flush stream in fputs function. 2012-12-13 18:24:03 +01:00
Jacek Caban 1000a6bf34 jscript: Ensure correct stack state for non-returning expression evaluation in compile_expression. 2012-12-13 12:24:15 +01:00
Jacek Caban 162f2e6be2 jscript: Moved eval return value logic to specific statement handlers. 2012-12-13 12:24:07 +01:00
Jacek Caban 86787db2ca atl: Merge registrar.c into atl_main.c. 2012-12-13 12:06:40 +01:00
Jacek Caban 526fe933be atl100: Added AtlRegisterClassCategoriesHelper stub. 2012-12-13 12:05:49 +01:00
Austin English 756a3bba26 atl80: Fix typos in spec file. 2012-12-13 11:21:47 +01:00
Henri Verbeet 3cd98e15fa d3d10core/tests: Add a small test for ID3D10Device_CreateBlendState(). 2012-12-13 11:21:33 +01:00
Henri Verbeet 525e3da051 d3d10core: Only create unique blend state objects. 2012-12-13 11:21:28 +01:00
Henri Verbeet 9d86c8b07c d3d10core: Implement d3d10_blend_state_GetDesc(). 2012-12-13 11:21:22 +01:00
Andrew Talbot 3a53ea3398 amstream: Avoid signed-unsigned integer comparisons. 2012-12-13 11:20:54 +01:00
Austin English 1d1cb5236e d3d11: Add a stub dll. 2012-12-12 20:30:25 +01:00
André Hentschel d2cf09083d winemapi: List ignored attachments. 2012-12-12 20:24:38 +01:00
André Hentschel 20128a923a mmdevapi/test: Fix tests on win8. 2012-12-12 20:23:55 +01:00
Jacek Caban 9abb9ffe91 atl80: Fixed some spec file entries. 2012-12-12 20:23:49 +01:00
Jacek Caban 147dbf63cd atl100: Added AtlWinModuleAddCreateWndData implementation (based on AtlModuleAddCreateWndData). 2012-12-12 20:23:36 +01:00
Jacek Caban 55b0de2173 atl: Added locking to AtlModuleAddCreateWndData. 2012-12-12 20:23:25 +01:00
Jacek Caban 2c41c4c1cb jscript: Added SCRIPTTEXT_ISEXPRESSION tests. 2012-12-12 20:23:20 +01:00
Jacek Caban 5e4a16819e jscript: Added support for SCRIPTTEXT_ISEXPRESSION. 2012-12-12 20:23:17 +01:00
Jacek Caban b568d88815 jscript: Throw an error if return statement is in eval code. 2012-12-12 20:23:13 +01:00
Christian Costa 6595cdd41f d3drm: Load object only if it is top level and requested or if it is part of another object. 2012-12-12 20:18:13 +01:00
Alexandre Julliard bd5d5e9776 user32: Start checking for driver events more often when the app doesn't consume messages properly. 2012-12-12 20:17:21 +01:00
Alexandre Julliard a283b986c7 ole32: Limit the number of messages processed at once in CoWaitForMultipleObjects. 2012-12-12 14:06:46 +01:00
Piotr Caban f5c8647919 msvcrt: Added _mbsnbcoll_l implementation. 2012-12-12 12:01:36 +01:00
Piotr Caban a2b71b732a msvcrt: Added _mbsnbicoll_l implementation. 2012-12-12 12:01:22 +01:00
Piotr Caban 3b41fab0e9 msvcrt: Added _fwprintf_l implementation. 2012-12-12 12:01:11 +01:00
Piotr Caban 48335be04e msvcrt: Added _vfwprintf_l implementation. 2012-12-12 12:01:01 +01:00
Piotr Caban b5cf3057e9 msvcrt: Added _atoi_l implementation. 2012-12-12 12:00:46 +01:00
Piotr Caban 3acb238f15 msvcrt: Added _wtoi_l implementation. 2012-12-12 12:00:41 +01:00
Piotr Caban c4d085bc74 msvcr100: Added _get_timezone implementation. 2012-12-12 12:00:31 +01:00
Piotr Caban 77306693d4 msvcr100: Added _sprintf_p implementation. 2012-12-12 12:00:03 +01:00