Commit Graph

55112 Commits

Author SHA1 Message Date
Paul Vriens c0ff1aec03 ddraw: Pass the correct size to memset (Coccinelle). 2010-09-21 20:16:15 +02:00
Alexandre Julliard 97c4ab23ab wined3d: Reduce the size of a huge function that takes ages to compile. 2010-09-21 20:16:15 +02:00
Dmitry Timoshkov 8118430b68 user32: Do not test window state on the HCBT_SETFOCUS event, it's undefined. 2010-09-21 17:53:55 +02:00
Mariusz Pluciński 10c39090bd gameux/tests: Add test of creating IGameStatistics instance. 2010-09-21 17:53:55 +02:00
Paul Vriens 5da1ecef3a dbghelp: Fix use of GetProcessHeap. 2010-09-21 17:53:55 +02:00
Hans Leidekker 0cffcb77d6 advapi32: Fix handling of zero account and domain size parameters in LookupAccountSid. 2010-09-21 17:53:55 +02:00
Luca Bennati 4985b464a8 shlwapi: Update Italian translation. 2010-09-21 17:53:55 +02:00
Luca Bennati bbf3d65b0c shell32: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati 1d0658ee6e iccvid: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati 91b0518b7a comdlg32: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati 43af162c45 wininet: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati 5ba1b6a82e wineps.drv: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati c5bbb73e80 shdocvw: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati 7e59349c87 shdoclc: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati 9161609148 oledlg: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati d3d0cc857d msvfw32: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati de14c324a4 hhctrl.ocx: Update Italian translation. 2010-09-21 17:53:53 +02:00
Luca Bennati b1beec24d9 cryptui: Update Italian translation. 2010-09-21 17:53:53 +02:00
Luca Bennati a5c8594ba3 cryptdlg: Update Italian translation. 2010-09-21 17:53:53 +02:00
Luca Bennati a44805aa38 avifil32: Update Italian translation. 2010-09-21 17:53:53 +02:00
Luca Bennati 6100724cd7 crypt32: Update Italian translation. 2010-09-21 17:53:53 +02:00
Frédéric Delanoy a8ccf6ea69 shell32: Update French translation. 2010-09-21 17:53:53 +02:00
Jacek Caban 9334c202c4 urlmon: Added about:blank IUri test. 2010-09-21 14:17:29 +02:00
Jacek Caban ef9283328c urlmon: Make protocol_start IUri-based. 2010-09-21 14:17:25 +02:00
Henri Verbeet 98a91e84bc wined3d: Move base vertex state to wined3d_state. 2010-09-21 14:17:07 +02:00
Henri Verbeet 902630efb5 wined3d: Move index buffer state to wined3d_state. 2010-09-21 14:17:03 +02:00
Henri Verbeet 153d8d43aa wined3d: Move stream state to wined3d_state. 2010-09-21 14:16:58 +02:00
Henri Verbeet d911622722 d3d9/tests: Cleanup maxmip_test() a bit.
Having the failure message match the actual draw call in particular makes
debugging failures a lot nicer.
2010-09-21 14:16:54 +02:00
Alexandre Julliard c15b376a15 shell32: Map the x86 version of the folder to the appropriate path depending on Wow64 mode. 2010-09-21 14:11:27 +02:00
Michael Mc Donnell a862b95b4c shell32/tests: SHBrowseForFolder should return new folder pidl. 2010-09-20 17:43:02 +02:00
Lauri Kenttä 602486bdb4 wined3d: Use the same card selection for both Intel Mesa and binary drivers. 2010-09-20 15:12:32 +02:00
André Hentschel 84dccd920b shell32: Update German translation. 2010-09-20 15:12:24 +02:00
Łukasz Wojniłowicz 4dd40c8173 oledlg: Update the Polish translation. 2010-09-20 15:05:10 +02:00
Łukasz Wojniłowicz 4e94b15ede shell32: Update the Polish translation. 2010-09-20 15:05:06 +02:00
Łukasz Wojniłowicz eb1c07dffe wineps: Update the Polish translation. 2010-09-20 15:05:02 +02:00
Łukasz Wojniłowicz 8e184f57e6 inetcpl: Add the Polish translation. 2010-09-20 15:04:59 +02:00
Łukasz Wojniłowicz 0623b696d0 appwiz.cpl: Update the Polish translation. 2010-09-20 15:04:42 +02:00
Łukasz Wojniłowicz 6801cc6be8 oleacc: Update the Polish translation. 2010-09-20 15:04:38 +02:00
Detlef Riekenberg 5c18b9fe3e inetcpl: Implement LaunchSiteCertDialog on top of cryptui.CryptUIDlgCertMgr. 2010-09-20 15:02:58 +02:00
Alexandre Julliard 4cbfe4e1ef ws2_32: Fail when select is called with an invalid fd.
Based on a patch by Vincent Povirk.
2010-09-20 14:56:55 +02:00
Paul Vriens 3d6a57a494 msi/tests: Prevent a popup on Windows NT. 2010-09-20 13:57:45 +02:00
Austin English 76ba45e5ab comctl32: Fix compiler warnings on Clang. 2010-09-20 13:57:40 +02:00
Austin English e2755c13fa wintab32: Fix compiler warnings on Clang. 2010-09-20 13:57:26 +02:00
Austin English 426c920264 winejoystick.drv: Fix a compiler warning on clang. 2010-09-20 13:57:18 +02:00
Austin English 0f05f90aa2 user.exe16: Fix a compiler warning on clang. 2010-09-20 13:57:04 +02:00
Austin English 920f451c9e riched32: Fix a compiler warning on clang. 2010-09-20 13:55:53 +02:00
Austin English fc48daa0d2 quartz: Fix compiler warnings on Clang. 2010-09-20 13:55:09 +02:00
Henri Verbeet b37ce45d6c wined3d: Move pixel shader constants to wined3d_state. 2010-09-20 13:48:13 +02:00
Henri Verbeet 33dfb9539c wined3d: Move the pixel shader to wined3d_state. 2010-09-20 13:48:13 +02:00
Henri Verbeet 8a148cc7c5 wined3d: Move vertex shader constants to wined3d_state. 2010-09-20 13:48:12 +02:00