Commit Graph

76538 Commits

Author SHA1 Message Date
Jacek Caban 624287499e mshtml: Fixed typos in IHTMLInputElement::value tests. 2011-02-28 14:04:44 +01:00
Alexandre Julliard 35d5c07538 winedbg: Support setting a breakpoint from a file name and line number. 2011-02-28 14:04:20 +01:00
Jacek Caban 04e9b16c5b jscript: Fixed corner cases in parseInt implementation. 2011-02-28 13:21:38 +01:00
Jörg Höhle 90da8b749e mciwave: Fix a leak when Open fails (valgrind). 2011-02-28 13:21:26 +01:00
Akihiro Sagawa ea27fd99e9 msvfw32: Add Japanese translation. 2011-02-28 13:21:06 +01:00
Akihiro Sagawa 0ba05ee3f0 credui: Add Japanese translation. 2011-02-28 13:21:04 +01:00
Akihiro Sagawa 1aef4dc030 wineconsole: Add Japanese translation. 2011-02-28 13:21:03 +01:00
Akihiro Sagawa 35ddb4c26d shdocvw: Add Japanese translation. 2011-02-28 13:21:00 +01:00
Akihiro Sagawa e7efd148a8 hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly. 2011-02-28 13:15:23 +01:00
Wolfram Sang c67f075d67 user32: Check bitmap info before it is used. 2011-02-28 13:15:07 +01:00
Wolfram Sang ce5763b88c user32: Make DIB_GetBitmapInfo checks stricter. 2011-02-28 13:15:01 +01:00
Wolfram Sang 25923d2f16 user32/tests: Modify proper fields instead of magic offsets. 2011-02-28 13:14:55 +01:00
Austin English 01ca32ac91 rpcrt4/tests: Remove win9x hacks. 2011-02-28 13:13:58 +01:00
Austin English 3ac1db562a crypt32/tests: Remove win9x hacks. 2011-02-28 13:13:49 +01:00
Austin English c17df92e5d riched20/tests: Remove win9x hacks. 2011-02-28 13:13:33 +01:00
Austin English ca10161c5c lz32/tests: Remove win9x hacks. 2011-02-28 13:13:12 +01:00
Austin English 197f2f8cad gdi32/tests: Remove win9x hacks. 2011-02-28 13:13:05 +01:00
Austin English 0a284208bd msi/tests: Remove win9x hacks. 2011-02-28 13:12:50 +01:00
Austin English 5ed5f21d02 mlang/tests: Remove win9x hacks. 2011-02-28 13:12:41 +01:00
Austin English d385435876 kernel32/tests: Remove win9x hacks. 2011-02-28 13:12:30 +01:00
Austin English ead0efbacd inetmib1/tests: Add missing broken(). 2011-02-28 13:11:58 +01:00
Austin English 5cce62a8f4 hlink/tests: Remove win9x hacks. 2011-02-28 13:11:50 +01:00
Austin English cbc81c97d0 fusion/tests: Remove win9x hacks. 2011-02-28 13:11:43 +01:00
Austin English 62b83bf036 dsound/tests: Remove win9x hack. 2011-02-28 13:11:34 +01:00
Austin English 98678879af d3d8/tests: Remove win9x hack. 2011-02-28 13:11:28 +01:00
Austin English 7c25705e3c comctl32/tests: Remove win9x hack. 2011-02-28 13:11:22 +01:00
Austin English de6e33f306 cryptnet/tests: Remove win9x hacks. 2011-02-28 13:11:14 +01:00
Austin English 5c9d341c69 comdlg32/tests: Remove win9x hacks. 2011-02-28 13:11:09 +01:00
Austin English befe57aa14 advpack/tests: Remove win9x hacks. 2011-02-28 13:11:03 +01:00
Austin English 4bf211714e advapi32/tests: Remove Win9x hacks. 2011-02-28 13:10:55 +01:00
Rico Schüller f9d4a45fbb d3dcompiler/tests: Improve test_reflection_bound_resources(). 2011-02-28 11:10:36 +01:00
Rico Schüller a0abef6b45 d3dcompiler/tests: Add constant buffer test. 2011-02-28 11:10:31 +01:00
Rico Schüller 3c1ffbf2e7 d3dcompiler: Reorder section parsing to reflect the order from the shader blob. 2011-02-28 11:10:25 +01:00
Rico Schüller 3850e8f4e3 d3dcompiler/tests: Add reflection ps output desc test. 2011-02-28 11:10:21 +01:00
Rico Schüller 3f04448dbb d3dcompiler: Fix SystemValueType for pixelshader output signature. 2011-02-28 11:10:12 +01:00
Henri Verbeet 39497ff4d1 wined3d: Remove IWineD3DResource::UnLoad() from the public interface. 2011-02-28 11:09:48 +01:00
Henri Verbeet 1da773ff4d wined3d: Merge device_unload_resource() and reset_unload_resources(). 2011-02-28 11:09:38 +01:00
Henri Verbeet 14050e125d wined3d: Recognize some Northern Islands cards in select_card_ati_mesa(). 2011-02-28 11:09:35 +01:00
Henri Verbeet d9d2fe31e3 wined3d: Filter sRGB capabilities during format initialization. 2011-02-28 11:09:25 +01:00
Thomas Mullaly 6f18cc59dd mshtml/tests: Make IDispatch Vtbl const. 2011-02-28 11:09:20 +01:00
Nikolay Sivov 0c16c79c71 msxml3: Reject xmlns attribute to be added to element. 2011-02-28 11:09:07 +01:00
Nikolay Sivov 4e5075bcc4 msxml3/tests: Remove broken test and parameter check. 2011-02-28 11:09:04 +01:00
Marcus Meissner a91b65960f kernel32: Avoid shadowing "status" variable. 2011-02-28 11:07:06 +01:00
Marcus Meissner 7f602db55b server: Avoid shadowing a global variable. 2011-02-28 11:07:03 +01:00
Gerald Pfeifer 0d92426d2b wpp: Add explicit casts when mixing unsigned and signed integers. 2011-02-28 11:04:52 +01:00
Alexandre Julliard e7a032c131 server: Work around Mac OS not being able to set global breakpoint flags. 2011-02-26 12:41:36 +01:00
Peter Urbanec de7d1ad77a gdi32: Fix 64-bit pointer issues when copying upside-down bitmaps. 2011-02-25 17:21:51 +01:00
Damjan Jovanovic 7c8f5feba0 winemenubuilder: FriendlyDocName isn't part of the association. 2011-02-25 16:33:40 +01:00
Jacek Caban 0e5aa05e71 mshtml: Added more backgroundPosition* tests. 2011-02-25 15:03:33 +01:00
Jacek Caban c7da163bf3 mshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position property. 2011-02-25 15:03:33 +01:00