Commit Graph

101219 Commits (b54a9c662ac076b98742280ddd62d7df3210715f)
 

Author SHA1 Message Date
Zhenbo Li 8192f54998 mshtml: Removed invalid nsAString_InitDepend from HTMLTableRow_put_bgColor and fixed error handling. 2014-05-05 10:54:16 +02:00
Vincent Povirk 4f0d36d9a0 ole32: Initial implementation of transaction locking. 2014-05-05 10:53:41 +02:00
Vincent Povirk b4ade51a84 ole32: Accept STGM_TRANSACTED with no share mode specified. 2014-05-05 10:53:38 +02:00
Vincent Povirk 6417a277cf ole32: Map STGM_SHARE_EXCLUSIVE to FILE_SHARE_READ. 2014-05-05 10:53:35 +02:00
Vincent Povirk 04735d6f39 ole32: Use share modes when creating storage files. 2014-05-05 10:53:30 +02:00
Vincent Povirk a60d41d70a ole32: Use symbolic names for range lock offsets. 2014-05-05 10:53:27 +02:00
Alexandre Julliard e8cfb0e5b0 Release 1.7.18. 2014-05-02 20:15:48 +02:00
Francois Gouget b95b044bff dpnet/tests: Add a trailing '\n' to an ok() call. 2014-05-02 17:15:25 +02:00
Francois Gouget 3d70f86fe2 ole32/tests: Add a trailing '\n' to an ok() call. 2014-05-02 17:15:24 +02:00
Francois Gouget 4e950d9cbc ddraw: Remove WINAPI on static functions where not needed. 2014-05-02 17:15:22 +02:00
Matteo Bruni c37714342e d3dcompiler: add_func_parameter is only used in hlsl.y. 2014-05-02 17:15:09 +02:00
Matteo Bruni d25486fba4 d3dcompiler: Pre/post increment/decrement operators are unary. 2014-05-02 17:15:05 +02:00
Matteo Bruni 89cac9c20d d3dcompiler: Remove a couple of noisy traces. 2014-05-02 17:15:02 +02:00
Stefan Dösinger 39212d2ffb wined3d: Remove broken gdi palette code. 2014-05-02 16:32:54 +02:00
Stefan Dösinger 7839ec874f ddraw/tests: Test mipmap GetDC behavior. 2014-05-02 16:32:52 +02:00
Stefan Dösinger a8bcb6c7ad ddraw/tests: Add a test for getdc palette handling. 2014-05-02 16:32:45 +02:00
Akihiro Sagawa af089289b3 msvfw32: Fix uncompressed bitmap size handling in DrawDibDraw. 2014-05-02 16:29:26 +02:00
Akihiro Sagawa 47a3a0528d msvfw32: Drawdib doesn't support inverted DIBs. 2014-05-02 16:29:23 +02:00
Akihiro Sagawa 93089217c3 msvfw32/tests: Add tests for drawdib. 2014-05-02 16:29:19 +02:00
Akihiro Sagawa b6ef7274c5 gdi32/tests: Make bmi structure const. 2014-05-02 16:29:03 +02:00
Zhenbo Li cfb411c10d mshtml: Added IHTMLTable::width property implementation. 2014-05-02 14:08:58 +02:00
Henri Verbeet 301a17d556 d3d9/tests: Merge vertexdeclaration.c into device.c. 2014-05-02 14:08:42 +02:00
Henri Verbeet ffc01ec648 d3dcompiler: Make some string arrays const. 2014-05-02 13:45:43 +02:00
Henri Verbeet 4d887292af ddraw: Cleanup DDRAW_dump_pixelformat(). 2014-05-02 13:45:21 +02:00
Henri Verbeet 0eebe0515f wined3d: Fix a couple of string declarations. 2014-05-02 13:45:10 +02:00
Henri Verbeet 14e3f71c75 wined3d: Bump ps_1x_max_value.
Shader model 4 hardware should generally have real floats for everything, and
FLT_MAX matches the value from the Windows drivers for that kind of hardware.
OpenGL requires at least 2^10 for colors, and 2^32 for other floats.
2014-05-02 13:45:04 +02:00
Huw Davies 56019a4dc6 kernel32/tests: Fix test for win8 heap layout. 2014-05-02 13:45:00 +02:00
Matteo Bruni c1bf61e56c d3dx9/tests: Take MaxVolumeExtent into account in some tests. 2014-05-01 20:36:40 +02:00
Matteo Bruni 2a8dae52aa d3dx9/tests: Fix expected values when mipmaps on cube maps are not supported. 2014-05-01 20:36:37 +02:00
Matteo Bruni 8ca7617d4d d3dx9/tests: Don't fail a test if volume textures are not supported. 2014-05-01 20:36:34 +02:00
Matteo Bruni 96e9a70661 d3dx9/tests: Release the device when skipping some tests. 2014-05-01 20:36:31 +02:00
Erich E. Hoover b5bd529769 user32: Reduce the minimum Set[System]Timer from 15 ms to 10 ms. 2014-05-01 18:56:46 +02:00
Alex Henrie d5f1841417 bcrypt: Add stub for BCryptOpenAlgorithmProvider. 2014-05-01 18:56:19 +02:00
Piotr Caban 7c029e02ae oleacc: Add tests for default client accessible object. 2014-05-01 17:23:12 +02:00
Piotr Caban 0793010063 oleacc: Add Client_get_accRole implementaiton. 2014-05-01 17:23:11 +02:00
Piotr Caban f196551a4d oleacc: Add Client_get_accHelpTopic implementation. 2014-05-01 17:23:10 +02:00
Piotr Caban acc45124d6 oleacc: Add Client_get_accDefaultAction implementation. 2014-05-01 17:23:09 +02:00
Piotr Caban 4ecee6f7d8 oleacc: Add Client_get_accHelp implementation. 2014-05-01 17:23:09 +02:00
Piotr Caban 2c8bb773b6 oleacc: Add Client_get_accRole implementation. 2014-05-01 17:23:08 +02:00
Piotr Caban 1eb9d7e703 oleacc: Add Client_get_accDescription implementation. 2014-05-01 17:23:07 +02:00
Piotr Caban 5224f09371 oleacc: Add Client_get_accValue implementation. 2014-05-01 17:23:07 +02:00
Piotr Caban a5f78530dd oleacc: Add Client_get_accName implementation. 2014-05-01 17:23:05 +02:00
Piotr Caban 99d0590b01 oleacc: Add Client_get_accChildCount implementation. 2014-05-01 17:21:47 +02:00
Piotr Caban da8005c75e oleacc: Add default client accessible object stub. 2014-05-01 17:21:33 +02:00
Alexandre Julliard 1dd04884d7 comctl32/imagelist: Correctly resize the alpha flags when clearing the image list. 2014-05-01 17:19:54 +02:00
Piotr Caban d1469144e9 oleaut32: Handle VariantCopy errors in VariantChangeTypeEx. 2014-05-01 16:32:14 +02:00
Huw Davies dcfd901c83 ole32/tests: Fix win8 test failures. 2014-05-01 16:32:09 +02:00
Thomas Faber 8365eb8753 qmgr: Register WINE_REGISTRY resource in DllRegisterServer instead of a nonexistent inf file. 2014-05-01 16:31:36 +02:00
Alexandre Julliard 6a0f3df68c user32: Don't bother returning a value from the SetWindowRgn driver entry point. 2014-05-01 12:31:14 +02:00
Huw Davies ddf861da00 shlwapi/tests: Fix win8 test failures. 2014-05-01 11:17:06 +02:00