Commit graph

83531 commits

Author SHA1 Message Date
Francois Gouget 51ab24dd66 browseui: Give a name and delete the critical sections. 2011-11-14 20:15:19 +01:00
Jörg Höhle 7480dc0af1 mmdevapi/tests: Prevent crash when device is in use. 2011-11-14 17:39:31 +01:00
Jacek Caban 75dd412311 urlmon: Fixed misc.c tests on IE9 and make image_tiff_filter behave like IE9. 2011-11-14 17:36:57 +01:00
Huw Davies d43d17e248 gdi32/tests: Add tests for text rendering. 2011-11-14 15:25:28 +01:00
Huw Davies e9612c1af0 gdi32: Add support for drawing text in the dib driver. 2011-11-14 15:25:28 +01:00
Huw Davies 5c6f630b98 gdi32: Add draw_glyph primitives. 2011-11-14 15:25:28 +01:00
Huw Davies 18520f2e63 gdi32: Calculate the min/max color component intensities for 17 glyph levels. 2011-11-14 15:25:27 +01:00
Huw Davies f284f5970a gdi32: Move the ETO_OPAQUE rectangle drawing to the dib driver. 2011-11-14 15:25:27 +01:00
Huw Davies 5990091bbf gdi32: Expose a solid_rects function. 2011-11-14 15:25:27 +01:00
Huw Davies 15fabcdefe gdi32: Keep track of the text pixel color. 2011-11-14 15:25:27 +01:00
Marcus Meissner 6a629710ce urlmon: Fixed an array overread (Coverity). 2011-11-14 15:25:27 +01:00
Francois Gouget 9ceac318e0 msvcp90: Remove an unneeded cast. 2011-11-14 15:25:27 +01:00
Francois Gouget 2b54a7ee72 dmloader: Remove an unused critical section. 2011-11-14 15:25:27 +01:00
Francois Gouget 76b64d9a4a strmbase: Unset Spare[0] before deleting non-static critical sections. 2011-11-14 15:25:27 +01:00
Francois Gouget 0caef81de2 dsound: Unset Spare[0] before deleting non-static critical sections. 2011-11-14 15:25:27 +01:00
Francois Gouget b295da2d86 include: Update dlgs.h. 2011-11-14 15:25:27 +01:00
Juan Lang c6bb89a6d6 iphlpapi: Remove unneeded includes. 2011-11-14 15:25:26 +01:00
Juan Lang 0de0796134 iphlpapi: Remove an unmaintained comment, and update copyright. 2011-11-14 15:25:26 +01:00
Juan Lang cd0ee464cd iphlpapi: Combine #ifdef HAVE_IFADDRS_H blocks. 2011-11-14 15:25:26 +01:00
Juan Lang 25b014b6e7 iphlpapi: Implement retrieving IPv4 addresses using getifaddrs, when available. 2011-11-14 15:25:26 +01:00
André Hentschel b4c3fcd17a tapi32: Implement tapiGetLocationInfoW. 2011-11-14 15:25:26 +01:00
Matej Špindler 2e5718ba95 ws2_32: Test GetAddrInfo with zero port. 2011-11-14 15:25:24 +01:00
Aric Stewart e6ee421e88 usp10: Add some additional Latin script ranges. 2011-11-14 15:25:24 +01:00
Matteo Bruni 62a2ad3d0f wined3d: Skip blending test on some texture formats.
It doesn't make sense to test NULL and P8, while the luminance formats
right now aren't really tested anyway (and "incidentally" that also
workarounds a Nvidia drivers bug).
2011-11-14 15:25:24 +01:00
Matteo Bruni 56c9952ee6 wined3d: Fix post-pixelshader blending test. 2011-11-14 15:25:24 +01:00
Stefan Dösinger edfeec60b1 ddraw/tests: Add a YV12 blit test. 2011-11-14 15:25:24 +01:00
Stefan Dösinger a9c72d8772 ddraw/tests: Add a test for YV12 partial block locks and lock offsets. 2011-11-14 15:25:24 +01:00
Francois Gouget b078248120 include: Update commctrl.rh and remove duplication with commctrl.h. 2011-11-14 15:25:24 +01:00
Francois Gouget d1e85a0f1f include: Move the DDE_xxx macros to dde.rh. 2011-11-14 15:25:23 +01:00
Francois Gouget f7a70822a0 include: Add some more sublanguages and sort orders. 2011-11-14 15:25:23 +01:00
Francois Gouget 8eef0cc258 dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
Nikolay Sivov 02cd5a008f msxml3: Fix getNamedItem() for qualified node names. 2011-11-14 15:25:23 +01:00
Hwang YunSong 5fca6525d2 po: Updated Korean translation. 2011-11-14 15:25:23 +01:00
Hwang YunSong bc0a708f6d cmdlgtst: Updated Korean translation. 2011-11-14 15:25:22 +01:00
Daniel Scharrer 86781a6a52 include: Don't use min/max in d3dx9math.inl as they might not be defined at this point. 2011-11-14 15:25:22 +01:00
Henri Verbeet 076edfe9d4 wined3d: Get rid of the winetexturestates typedef. 2011-11-14 15:25:22 +01:00
Henri Verbeet 66cb4a8ca9 wined3d: Get rid of the WINED3DSHADER_PARAM_REGISTER_TYPE typedef. 2011-11-14 15:25:22 +01:00
Henri Verbeet 13efdc6a37 wined3d: Introduce a "state" variable in shader_glsl_load_constants(). 2011-11-14 15:25:22 +01:00
Henri Verbeet a44401af0f wined3d: x11_copy_to_screen() shouldn't be called on mapped surfaces. 2011-11-14 15:25:21 +01:00
Henri Verbeet a2963b662c ddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock() for locking. 2011-11-14 15:25:21 +01:00
André Hentschel 32664381fb po: Update German translation. 2011-11-14 15:25:21 +01:00
Andrew Talbot f3d0c715a3 dinput: Remove unused Wine debug channel. 2011-11-14 15:25:21 +01:00
Andrew Talbot bf3d67c460 dinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. 2011-11-14 15:25:21 +01:00
Andrew Talbot 9192a20132 cryptnet: Remove unused file-static variable. 2011-11-14 15:25:20 +01:00
Francois Gouget 82c3b84e40 ddraw/tests: Fix compilation on systems that don't support nameless unions. 2011-11-14 15:25:20 +01:00
Jacek Caban 7230b6b2b6 urlmon: Fixed some failures on IE9. 2011-11-14 15:25:20 +01:00
Jacek Caban 69f4def9e5 mshtml: Improved debug traces in nsIChannel::AsyncOpen implementation. 2011-11-14 15:25:20 +01:00
Jacek Caban 64b94ebffc urlmon: Improved IUri debug traces. 2011-11-14 15:25:20 +01:00
Jacek Caban 54faf0852f mshtml: Moved QueryService(IID_IShellBrowser) call to the right place. 2011-11-14 15:25:19 +01:00
Jacek Caban dc604f4a27 mshtml: Get rid of an unused parameter in prepare_for_binding. 2011-11-14 15:25:19 +01:00