Commit Graph

72789 Commits (331b99cf191b39caf87db8c3902d680007317ade)

Author SHA1 Message Date
Piotr Caban d958ecbc69 msvcrt: Fixed floating point numbers printing when flags.Sign=' '. 2012-12-12 11:59:55 +01:00
Piotr Caban 101abcd8b1 msvcr100: Added fread_s implementation. 2012-12-12 11:59:38 +01:00
Ken Thomases 436edbdfc7 winspool: Close read end of pipe in parent so we can detect child termination. 2012-12-12 11:59:23 +01:00
Henri Verbeet 4ec1c78ec4 d3d10core/tests: Add a small test for ID3D10Device_CreateSamplerState(). 2012-12-12 11:59:17 +01:00
Henri Verbeet a9e241e4fe d3d10core: Only create unique sampler state objects. 2012-12-12 11:59:08 +01:00
Henri Verbeet 14eadb71bc d3d10core: Implement d3d10_sampler_state_GetDesc(). 2012-12-12 11:59:01 +01:00
Henri Verbeet 99dcfdf0ce ddraw: Avoid LPD3DDEVICEDESC7. 2012-12-12 11:58:55 +01:00
Michael Stefaniuc ab55448069 comctl32/tests: Get rid of a temp buffer. 2012-12-12 11:58:43 +01:00
Andrew Talbot 4bb92e1897 msvcp100: Avoid signed-unsigned integer comparisons. 2012-12-11 20:45:46 +01:00
Detlef Riekenberg fa59d1e5d7 advapi32/tests: Accept win8 failure code. 2012-12-11 20:45:45 +01:00
Sylvain Petreolle 8a04421244 setupapi: Add stub for SetupAddToSourceListW. 2012-12-11 20:45:45 +01:00
Daniel Jelinski 06a0a01e18 comctl32/listview: Forward more header notifications to parent window. 2012-12-11 20:45:44 +01:00
Daniel Jelinski 12c065111b comctl32/listview: Convert header notifications to ANSI in place. 2012-12-11 20:45:44 +01:00
Daniel Jelinski 70df1d58cb comctl32/tests: Add listview header notification tests. 2012-12-11 20:45:43 +01:00
Alexandre Goujon d0001e357a kernel32: Use the FSD sector location to compute the serial of a UDF volume. 2012-12-11 20:45:43 +01:00
Hans Leidekker ffa6dbe0b1 advapi32: Add support for filtering credentials on MacOS in CredEnumerateW. 2012-12-11 20:45:42 +01:00
Hans Leidekker c66b78a810 msi: Don't set the Preselected property for a full reinstall. 2012-12-11 20:45:42 +01:00
Nikolay Sivov fbd7f8813f comctl32: Fix font style when item is bold and hovered in track mode. 2012-12-11 20:45:41 +01:00
Nikolay Sivov 9336a3903c msxml3: GetMaxSize() is not a stub. 2012-12-11 20:45:41 +01:00
Alexandre Julliard 351e58318a gdi32: Fix text justification to properly handle logical coordinates. 2012-12-11 20:45:38 +01:00
Alexandre Julliard 91ebca2bf1 winex11: Send WM_ENTERSIZEMOVE when starting to poll for a window move/resize. 2012-12-11 15:49:04 +01:00
Michael Stefaniuc 54b75f3de3 netapi32: Avoid sizeof on structs with a varlength array. 2012-12-11 15:49:03 +01:00
Michael Stefaniuc f417dc1efb localui: Avoid sizeof on structs with a varlength array. 2012-12-11 15:49:03 +01:00
Jacek Caban 9e2d5cae73 atl: Reimplemented AtlModuleLoadTypeLib on top of AtlLoadTypeLib. 2012-12-11 15:49:02 +01:00
Jacek Caban b09af0d0b2 atl100: Added AtlLoadTypeLib implementation (based on AtlModuleLoadTypeLib). 2012-12-11 15:49:01 +01:00
Jacek Caban 77c7fcdc94 atl: Reimplemented AtlModuleUpdateRegistryFromResourceD on top of AtlUpdateRegistryFromResourceD. 2012-12-11 15:49:01 +01:00
Jacek Caban a97a667670 atl100: Added AtlUpdateRegistryFromResourceD implementation (based on AtlModuleUpdateRegistryFromResourceD). 2012-12-11 15:49:00 +01:00
Francois Gouget 130cabbca6 wined3d: Remove a stray semi-colon from the spec file. 2012-12-11 12:03:43 +01:00
Hans Leidekker 59247cf9db wininet: Don't perform revocation checks when verifying a certificate. 2012-12-11 12:03:42 +01:00
Andrew Talbot 441780b2f1 comctl32: Indentation fix. 2012-12-11 12:03:41 +01:00
Andrew Talbot 309654f058 comdlg32: Indentation fix. 2012-12-11 12:03:41 +01:00
André Hentschel b74b8776c0 shlwapi/tests: Fix two tests on win8. 2012-12-11 12:03:40 +01:00
Henri Verbeet 78984cf46c wined3d: Get rid of ENTER_GL / LEAVE_GL. 2012-12-11 12:03:39 +01:00
Henri Verbeet fc50e2b70b d3d10core: Get rid of a FIXME in d3d10_device_CreateGeometryShader(). 2012-12-11 12:03:38 +01:00
Alexandre Julliard a3cf48afad gdi32: Add a level of pointers to the glyph cache to avoid the need for locking individual glyphs. 2012-12-11 12:03:33 +01:00
Detlef Riekenberg cd804dab29 mlang/tests: Accept the different translation in win8. 2012-12-10 20:30:31 +01:00
Alexandre Julliard ed47a507d0 winex11: Send WM_EXITSIZEMOVE when the mouse has been released. 2012-12-10 20:30:29 +01:00
Jacek Caban 9f03c865b3 atl: Don't call HeapFree on module argument in AtlModuleTerm. 2012-12-10 18:30:09 +01:00
Jacek Caban 0a0b2ff019 atl100: Added AtlCallTermFunc implementation (based on AtlModuleTerm). 2012-12-10 18:30:06 +01:00
Jacek Caban 264f6dfe14 atl100: Added AtlAddTermFunc implementation (based on atl.dll version). 2012-12-10 18:29:58 +01:00
Jacek Caban f1e41255e3 atl: Allow version-based differences in struct layouts. 2012-12-10 18:29:54 +01:00
Piotr Caban b9c71ffd42 msvcrt: Fixed get_this_pointer implementation. 2012-12-10 17:36:29 +01:00
Piotr Caban d3ecfe0599 msvcrt: Fixed _localtime64 implementation. 2012-12-10 17:36:28 +01:00
Piotr Caban 11216fabc4 msvcrt: Reorganize _localtime64 function. 2012-12-10 17:36:28 +01:00
Piotr Caban acac63663a msvcrt: Improved input parameter range check in _gmtime64_s. 2012-12-10 17:36:28 +01:00
Piotr Caban c9a7436812 msvcrt: Fixed mkgmtime and _mkgmtime64 implementation. 2012-12-10 17:36:27 +01:00
Piotr Caban a66ed048a3 msvcrt: Fixed mktime and _mktime64 implementation. 2012-12-10 17:36:27 +01:00
Piotr Caban 59776ccc99 msvcrt: Added _tzset tests. 2012-12-10 17:36:26 +01:00
Piotr Caban 351dff91de msvcrt: Reimplement _tzset function. 2012-12-10 17:36:26 +01:00
Piotr Caban e5a25ec5c5 kernel32: Fixed TIME_CompTimeZoneID behavior on dates close to New Year's Eve. 2012-12-10 17:36:25 +01:00
Alexandre Julliard b057c5f140 gdi32: Fix handling of font orientation in advanced graphics mode. 2012-12-10 17:36:23 +01:00
Alexandre Julliard 75fff47f94 gdi32: Add ref counting to the font objects and simplify the cache management. 2012-12-10 13:42:23 +01:00
Alexandre Julliard fa664b548e gdiplus/tests: Tweak some metrics to make the tests pass on Wine. 2012-12-10 11:54:58 +01:00
Jacek Caban bfad905bd8 wininet: Fixed handling empty HTTP version string in HttpOpenRequest. 2012-12-10 11:27:21 +01:00
Michael Stefaniuc 27adacc577 itss: Don't over-allocate memory for a ITSS_IStorageImpl. 2012-12-10 11:27:16 +01:00
Michael Stefaniuc 61a029355e iphlpapi: Simplify size calculation of structs with var length array. 2012-12-10 11:27:01 +01:00
Michael Stefaniuc 034b8d5c3c dwrite: Don't overallocate memory for a BITMAPINFO. 2012-12-10 11:26:46 +01:00
Michael Stefaniuc c0092bcd76 dnsapi: Use FIELD_OFFSET for the size of a struct with var length array. 2012-12-10 11:26:36 +01:00
Dmitry Timoshkov f52f910f8b windowscodecs: Implement GetThumbnail in the PNG frame decoder. 2012-12-10 11:26:09 +01:00
Dmitry Timoshkov 560cfedcba windowscodecs: Implement GetPreview in the PNG decoder. 2012-12-10 11:26:06 +01:00
Dmitry Timoshkov 03c9c3ce44 windowscodecs: GetThumbnail of the PNG decoder should return NULL interface. 2012-12-10 11:26:02 +01:00
Henri Verbeet 9fbd3bbed6 d3d10core: Implement d3d10_device_PSGetSamplers(). 2012-12-10 11:25:49 +01:00
Henri Verbeet 4c4131cd78 d3d10core: Implement d3d10_device_PSSetSamplers(). 2012-12-10 11:25:46 +01:00
Henri Verbeet 5cea0f122c ddraw: Avoid LPDDOVERLAYFX. 2012-12-10 11:25:41 +01:00
Nikolay Sivov 3938bfd30d comctl32: Initialize id field for message tests. 2012-12-10 11:25:29 +01:00
Nikolay Sivov 9ed808e340 comctl32: Fix a ranges leak on error. 2012-12-10 11:25:00 +01:00
Nikolay Sivov af5e73572a msi: Fix a stream data leak on error (Coverity). 2012-12-10 11:24:25 +01:00
Nikolay Sivov 61ad275e82 oleaut32: Use correct allocation length (Coverity). 2012-12-10 11:24:15 +01:00
Nikolay Sivov 25e996bd6c oledb32: Fix DBPROPSET and DBPROPINFOSET cleanup. 2012-12-10 11:24:09 +01:00
Andrew Talbot 1cff1145b0 mountmgr.sys: Remove superfluous semicolon. 2012-12-10 11:21:49 +01:00
Andrew Talbot c31909e894 windowscodecs: Remove unneeded address-of operator from array name. 2012-12-10 11:21:05 +01:00
André Hentschel 1eaa25696b secur32/tests: Fix tests on win8. 2012-12-07 17:26:40 +01:00
André Hentschel 30fd27e117 schannel/tests: Fix test on win8. 2012-12-07 17:26:32 +01:00
Jacek Caban d10d989fed vbscript: Use simplified constant implementation for more constants. 2012-12-07 14:40:40 +01:00
Alexandre Julliard 06dced4eaa gdi32: Keep track of the number of fonts on the unused list. 2012-12-07 14:39:49 +01:00
Alexandre Julliard d3c128346b gdi32: Simplify list processing by using the LIST_FOR_EACH_ENTRY macro. 2012-12-07 14:29:28 +01:00
Francois Gouget 166e7c7381 gdi32: Make make_rgb_colorref() static. 2012-12-07 12:35:29 +01:00
Jacek Caban e8766bb66f jscript: Added more useful debug traces. 2012-12-07 12:04:25 +01:00
Jacek Caban b93dbb49c0 msxml3: Tests code clean up. 2012-12-07 12:04:19 +01:00
Jacek Caban e310a88402 msxml3: Added URL validation tests. 2012-12-07 12:04:13 +01:00
Jacek Caban f49376bd08 msxml3: Added basic URL validation in safe mode. 2012-12-07 12:04:05 +01:00
Henri Verbeet 2c01e11eca d3d10core: Implement d3d10_device_GSGetSamplers(). 2012-12-07 10:35:51 +01:00
Henri Verbeet 047d607e07 d3d10core: Implement d3d10_device_GSSetSamplers(). 2012-12-07 10:35:44 +01:00
Henri Verbeet fb37ac56d9 ddraw: Avoid LPDDSURFACEDESC2. 2012-12-07 10:35:36 +01:00
Henri Verbeet b1186d71c2 ddraw: Avoid LPDDSURFACEDESC. 2012-12-07 10:35:29 +01:00
Andrew Talbot c1c970e090 urlmon: Remove unneeded address-of operator from array name. 2012-12-07 10:35:16 +01:00
Andrew Talbot 51f936adc2 user32: Remove unneeded address-of operator from array name. 2012-12-07 10:35:09 +01:00
Andrew Talbot 4bb2c61b39 windowscodecs: Remove unneeded address-of operators from array names. 2012-12-07 10:33:51 +01:00
Qian Hong 9b90ea557b ole32: Fix OleDraw() with NULL pUnk. 2012-12-06 22:52:15 +01:00
Andrew Eikum 533df157f8 urlmon: Out string parameter should be ptr, not wstr. 2012-12-06 20:31:32 +01:00
André Hentschel aa80d16768 wintrust/tests: Unify test message in case of a FALSE return. 2012-12-06 20:31:31 +01:00
Jacek Caban b7a26db575 msxml3: Use IUri for storing XMLHTTPRequest URL. 2012-12-06 20:31:30 +01:00
Jacek Caban 10a832cc04 mshtml: Properly handle NULL value in set_nsstyle_attr. 2012-12-06 20:31:30 +01:00
Jacek Caban 36a47dd0f2 mshtml: Added SID_SContainerDispatch support. 2012-12-06 20:31:29 +01:00
Piotr Caban 718959e854 msvcr80: Copy _encode_pointer and _decode_pointer functions from msvcp90. 2012-12-06 20:31:28 +01:00
Piotr Caban e7944878e6 msvcr: Move msvcrXX specific functions implementation to msvcr100. 2012-12-06 20:31:22 +01:00
Nikolay Sivov 201b1c2aba xmllite: Fix reported node type for attributes. 2012-12-06 14:20:10 +01:00
Nikolay Sivov f6e6b835b6 xmllite: Implement attribute iteration methods. 2012-12-06 14:19:53 +01:00
Alexandre Julliard 13f126498b wined3d: Call wglSwapBuffers through the GL driver function table. 2012-12-06 14:10:04 +01:00
Piotr Caban f25d91f6e7 msvcr90: Fixed non-blocking file access tests. 2012-12-06 13:02:28 +01:00