Commit Graph

30515 Commits

Author SHA1 Message Date
Jacek Caban 7e340f8f62 urlmon: Win64 printf format warning fixes. 2006-10-06 12:47:59 +02:00
Jonathan Ernst 90fc08d1ba taskmgr: Updated French translation. 2006-10-06 12:47:54 +02:00
Jonathan Ernst 0e8b65b335 cmdlgtst: Updated French translation. 2006-10-06 12:47:48 +02:00
Louis. Lenders 1bc7983ef9 wine.inf: Add d3d9 to fake dlls. 2006-10-06 12:33:41 +02:00
Michael Stefaniuc dec4332a1e cabinet/tests: Win64 printf format warning fixes. 2006-10-06 12:33:34 +02:00
Michael Stefaniuc 47f822eeaa iccvid: Win64 printf format warning fixes. 2006-10-06 12:33:31 +02:00
Michael Stefaniuc 223b92fc67 msvcrt/tests: Win64 printf format warning fixes. 2006-10-06 12:33:29 +02:00
Michael Stefaniuc 426d27cbe6 msdmo: Win64 printf format warning fixes. 2006-10-06 12:33:27 +02:00
Michael Stefaniuc 860d40b1e8 comcat/tests: Win64 printf format warning fixes. 2006-10-06 12:33:24 +02:00
Michael Stefaniuc 723b884b26 msacm32/tests: Win64 printf format warning fixes. 2006-10-06 12:33:22 +02:00
Michael Stefaniuc a3a12dff89 powrprof: Win64 printf format warning fixes. 2006-10-06 12:33:19 +02:00
Michael Stefaniuc 6ef43211b2 comdlg32/tests: Win64 printf format warning fixes. 2006-10-06 12:33:17 +02:00
Michael Stefaniuc 8fac9960b8 msvidc32: Win64 printf format warning fixes. 2006-10-06 12:33:14 +02:00
Andrew Talbot c54a2480ec wininet/tests: Cast-qual warning fix. 2006-10-06 12:32:51 +02:00
Roderick Colenbrander 8be92001e6 x11drv: Fix building issue. 2006-10-06 12:32:44 +02:00
Stefan Dösinger 67436f9dbd wined3d: Correctly name a variable. 2006-10-06 12:32:29 +02:00
Hans Leidekker 385a8da4e4 Don't use utf-8 in rc files. 2006-10-06 12:32:23 +02:00
Francois Gouget 7295af0915 French rc files must be encoded in iso-8859-1, not utf-8. 2006-10-06 12:32:08 +02:00
Dmitry Timoshkov ac387bbe13 winex11.drv: Make all windows moveable by default. 2006-10-05 18:07:10 +02:00
Paul Chitescu a0db724a5e netapi: Stub for DsGetDcNameA. 2006-10-05 18:06:58 +02:00
Hans Leidekker 906ca70583 wldap32: Cast-qual warnings fix. 2006-10-05 18:06:50 +02:00
Hans Leidekker b85e3fe4eb dnsapi: Cast-qual warnings fix. 2006-10-05 18:06:45 +02:00
Hans Leidekker 8af7133dfc mscms: Cast-qual warnings fix. 2006-10-05 18:06:41 +02:00
Hans Leidekker 3dbac638b0 mscms: Document the transform functions. 2006-10-05 18:06:37 +02:00
Francois Gouget 82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +02:00
Paul Vriens a9b53ef6b2 crypt32: Correct the documentation. 2006-10-05 17:46:31 +02:00
Paul Vriens a28c40f314 crypt32: Change function declaration to overcome some cast-qual warnings in future patches. 2006-10-05 17:46:20 +02:00
Paul Vriens 94be5b0d9e crypt32: Move some defines to the top as they will be needed in more functions. 2006-10-05 17:46:09 +02:00
Alexandre Julliard 09371c75d5 dinput: Only register the window class once to avoid race conditions. 2006-10-05 17:45:45 +02:00
Hans Leidekker cd2c458588 wininet: Win64 printf format warning fixes. 2006-10-05 17:45:14 +02:00
Hans Leidekker de3b5be338 wininet/tests: Win64 printf format warning fixes. 2006-10-05 17:45:09 +02:00
Francois Gouget f4ac836f58 user/tests: It is perfectly valid for some sysparams registry fields
to not be set if they have their default value. This is the case on
Windows for instance.
2006-10-05 17:45:04 +02:00
Francois Gouget 33546e0869 oleview: Fix the placement of a '\n'. 2006-10-05 17:44:55 +02:00
Francois Gouget 3adb46f050 d3d8: Fix '\n' typo. 2006-10-05 17:44:51 +02:00
Francois Gouget 2d9b68ee8e winecfg: Remove unneeded memset() calls. 2006-10-05 17:44:48 +02:00
Francois Gouget 4e00d7940d shell32: Don't forget to set stateMask when calling LVM_GETITEM/LVIF_STATE.
Remove ZeroMemory() calls and instead set iSubItem = 0 manually.
2006-10-05 17:44:37 +02:00
Francois Gouget 7edba14310 gphoto2.ds: Remove ZeroMemory() calls and instead set the relevant fields (usually just iSubItem) to zero manually. 2006-10-05 17:44:34 +02:00
Francois Gouget e2a1168892 taskmgr: Remove ZeroMemory() calls and instead set the relevant fields (usually just iSubItem) to zero manually. 2006-10-05 17:41:34 +02:00
Francois Gouget 567d1e6e29 winecfg: Remove ZeroMemory() calls and instead set iSubItem = 0 manually.
Fix on_selection_change() and on_remove_app_click() so they do set iSubItem = 0.
2006-10-05 17:41:16 +02:00
Francois Gouget 5c0a8a14a7 include: Add new Vista SDK constants and structures. 2006-10-05 17:34:50 +02:00
Vitaliy Margolen bc55b75dc9 user32: Pass hook handle to the destination thread. 2006-10-05 14:13:14 +02:00
Alexandre Julliard 2f80fcd88d server: Changed the get_next_hook request to allow retrieving the current hook too. 2006-10-05 14:05:48 +02:00
Alexandre Julliard 533f519950 user32: Store the prev_unicode hook flag on the client side. 2006-10-05 14:04:25 +02:00
Andrew Talbot ffa4e572ee user/tests: Cast-qual warnings fix. 2006-10-05 11:54:16 +02:00
Michael Stefaniuc 7ff24491d9 msxml3: Win64 printf format warning fixes. 2006-10-05 11:35:02 +02:00
Michael Stefaniuc 36063b7dc1 midimap: Win64 printf format warning fixes. 2006-10-05 11:33:34 +02:00
Michael Stefaniuc 702aafe3c0 cfgmgr32: Win64 printf format warning fixes. 2006-10-05 11:33:32 +02:00
Michael Stefaniuc 85db0937d0 msg711.acm: Win64 printf format warning fixes. 2006-10-05 11:33:29 +02:00
Michael Stefaniuc 2fe86613e0 imaadp32.acm: Win64 printf format warning fixes. 2006-10-05 11:33:27 +02:00
Michael Stefaniuc c6e27f8f81 msadp32.acm: Win64 printf format warning fixes. 2006-10-05 11:33:24 +02:00