Commit Graph

72069 Commits

Author SHA1 Message Date
Igor Paliychuk 2b94a71d23 shell32: Ukrainian translation update. 2010-09-21 20:16:16 +02:00
Igor Paliychuk d61b73b0b6 inetcpl: Added Ukrainian translation. 2010-09-21 20:16:15 +02:00
Jacek Caban a8e969236f jscript: Better checks for too old jscript.dll versions. 2010-09-21 20:16:15 +02:00
Dmitry Timoshkov a7188842af user32: UpdateLayeredWindow() should fail on non-layered or already initialized window. 2010-09-21 20:16:15 +02:00
Gerald Pfeifer 17ee7300f8 widl: Avoid duplicate assignments in resolve_expression. 2010-09-21 20:16:15 +02:00
Alexandre Julliard 18bb9da5bc krnl386.exe: Get rid of the useless config.sys parser. 2010-09-21 20:16:15 +02:00
Alexandre Julliard 1f3873aae7 wineps: Add a comment about the trap for code checking tools. 2010-09-21 20:16:15 +02:00
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
Andrew Nguyen a7431fe90f taskkill: Implement forcible termination by process name. 2010-09-21 20:16:15 +02:00
Andrew Nguyen 6cfeeed0df taskkill: Implement forcible termination by process identifier. 2010-09-21 20:16:15 +02:00
Andrew Nguyen 1ef5affbf3 taskkill: Implement graceful termination by process name. 2010-09-21 20:16:15 +02:00
Andrew Nguyen df4359b117 taskkill: Implement graceful termination by process identifier. 2010-09-21 20:16:14 +02:00
Andrew Nguyen db90b2d004 taskkill: Implement basic command-line parsing. 2010-09-21 20:16:03 +02:00
Andrew Nguyen 8e540ed26f taskkill: Add stub implementation. 2010-09-21 19:56:53 +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
Austin English 02bdbbc475 winedump: Match the new Makefile format. 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 003cf5c434 winecfg: Update Italian translation. 2010-09-21 17:53:54 +02:00
Luca Bennati f5953a5d55 wineconsole: 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
André Hentschel f901fa9769 build-env: Don't use 'exchange instruction set' instructions on ARM to fix build on ARMv6 e.g. Nokia N810. 2010-09-21 14:17:37 +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 09be7dd83d wine.inf: Create the x86 program files key in Wow64 mode too. 2010-09-21 14:13:42 +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
Alexandre Julliard 4e9e38ee4f configure: Make sure the rules files are rebuilt when doing make depend. 2010-09-20 20:23:25 +02:00
Michael Mc Donnell a862b95b4c shell32/tests: SHBrowseForFolder should return new folder pidl. 2010-09-20 17:43:02 +02:00
Jacek Caban f6f6affb29 include: Added D3DVECTOR_DEFINED guard. 2010-09-20 16:03:50 +02:00