41371 Commits

Author SHA1 Message Date
Jonathan Ernst
f94b82026a wine.desktop: Updated French translation. 2007-11-13 23:28:05 +01:00
Jonathan Ernst
c0473bb8e7 avifil32: Updated French translation. 2007-11-13 21:47:37 +01:00
Jonathan Ernst
33c0c7cef6 xcopy: Updated French translation. 2007-11-13 21:47:25 +01:00
Jonathan Ernst
82ed518fc3 net: Updated French translation. 2007-11-13 21:47:14 +01:00
Jonathan Ernst
fce32db963 localui: Updated French translation. 2007-11-13 21:47:06 +01:00
Jonathan Ernst
b755629039 credui: Updated French translation. 2007-11-13 21:46:55 +01:00
Jonathan Ernst
a5f3c2f283 regedit: Updated French translation. 2007-11-13 21:46:34 +01:00
Jonathan Ernst
ba7990d67f cmd: Updated French translation. 2007-11-13 21:45:39 +01:00
Jonathan Ernst
4ec05f831f shell32: Updated French translation. 2007-11-13 21:45:23 +01:00
Dmitry Timoshkov
b4227d7207 server: Make timer id allocation algorithm conform to the Windows one. 2007-11-13 21:45:09 +01:00
Alexandre Julliard
c77bc840de winedbg: Print a backtrace in --auto mode. 2007-11-13 21:35:30 +01:00
Alexandre Julliard
db500aad2d shell32: Don't wait for the command to terminate in ShellLink_InvokeCommand. 2007-11-13 21:34:52 +01:00
Alexandre Julliard
14eb294a48 shell32: Pass some of the ShellExecute flags through InvokeCommand. 2007-11-13 21:34:28 +01:00
Alexandre Julliard
74572e43be include: Added definition for SEE_MASK_NOASYNC. 2007-11-13 21:33:37 +01:00
EA Durbin
661755b69f kernel32: Add stub for GetConsoleKeyboardLayoutNameW. 2007-11-13 15:10:12 +01:00
EA Durbin
592fc26b09 kernel32: Add stub implementation of GetConsoleKeyboardLayoutNameA. 2007-11-13 15:09:08 +01:00
EA Durbin
6e6a2a5856 kernel32: Add stub implementation of GetConsoleInputExeNameW. 2007-11-13 15:08:28 +01:00
EA Durbin
4a0833c2d0 kernel32: Add stub implementation of GetConsoleInputExeNameA. 2007-11-13 15:07:54 +01:00
Alistair Leslie-Hughes
fad20c9ce0 msxml3: Enable test for bad argument / fix memory leak. 2007-11-13 15:06:11 +01:00
Alistair Leslie-Hughes
8de2d5290a msxml3: Return E_INVALIDARG on bad parameter. 2007-11-13 15:05:59 +01:00
Francois Gouget
d5fb2315cb ctapi32: Use quotes to include our headers. Fixes winapi_check warnings. 2007-11-13 13:37:30 +01:00
Francois Gouget
b1c9966828 cfgmgr32: Flesh out cfgmgr32.h a bit more and fix the corresponding functions. 2007-11-13 13:37:27 +01:00
Francois Gouget
b6ad7b5ef7 rpcrt4: Add an API documentation stub to make winapi_check happy. 2007-11-13 13:37:24 +01:00
Francois Gouget
df17f1ead2 d3dx8: Make d3dx8math.h C++ compatible. 2007-11-13 13:37:20 +01:00
Francois Gouget
b38b2d6dad acledit: Add wfext.h. 2007-11-13 13:36:51 +01:00
Francois Gouget
4b1ba7bf17 ntoskrnl: Remove trailing spaces in Wine traces. 2007-11-13 13:35:59 +01:00
Francois Gouget
41643327ee wined3d: Add trailing '\n's to two shader_addline() calls. 2007-11-13 13:35:55 +01:00
James Hawkins
474fca1eec msi: Fix the condition for checking a drive. 2007-11-13 13:35:50 +01:00
James Hawkins
bee95916f7 msi: Set the file to NULL when running the directory search. 2007-11-13 13:35:41 +01:00
James Hawkins
9459ef5ab1 msi: Implement the VolumeSelectCombo control. 2007-11-13 13:35:27 +01:00
James Hawkins
c68825569d msi: Test the Uninstall registry entries. 2007-11-13 13:35:21 +01:00
James Hawkins
f6b27673b0 msi: Delete the uninstall key when the product is removed. 2007-11-13 13:35:01 +01:00
David Adam
6840049f2f d3dx8: Implement D3DXMatrixAffine Transformation. 2007-11-13 13:34:56 +01:00
Rob Shearman
a51486c657 rpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp protocol sequence. 2007-11-13 13:34:50 +01:00
Lei Zhang
4dda7c6371 shell32: Don't crash if $HOME is not set. 2007-11-13 13:33:26 +01:00
Lei Zhang
70c75dcd0d shell32: rename My Video to My Videos. 2007-11-13 13:33:21 +01:00
Rob Shearman
56a624b0fe ole32: Wait forever on the ready_event in the local server tests. 2007-11-13 13:33:17 +01:00
Rob Shearman
24723913e0 ole32: Use asynchronous I/O for the named pipe server for local servers. 2007-11-13 13:31:15 +01:00
Rob Shearman
da04018608 ole32: Fix the condition in HMETAFILEPICT_UserFree to match that in METAFILEPICT_UserMarshal.
Actually free the memory.
2007-11-13 13:29:53 +01:00
Rob Shearman
8ee930150c ole32: Fix a memory leak in the HGLOBAL stream tests by telling CreateStreamOnHGlobal to free the memory it allocates, as we don't free it ourselves in this test. 2007-11-13 13:29:47 +01:00
Rob Shearman
d881005c4f ole32: Release the stream in COM_RevokeRegisteredClassObject. 2007-11-13 13:29:38 +01:00
Rob Shearman
4edca3cf4d ole32: Fail before constructing an object in CreateStreamOnHGlobal to avoid a memory leak. 2007-11-13 13:29:30 +01:00
Rob Shearman
8296548bb5 kernel32: Implement GetThreadId. 2007-11-13 13:29:27 +01:00
Jacek Caban
93d87ca37f hlink: Added HlinkGetSpecialReference implementation. 2007-11-13 13:29:23 +01:00
Jacek Caban
9771c7393a shlwapi: Fixed SHPackDispParamsV spec declaration. 2007-11-13 13:29:20 +01:00
Paul Vriens
52ccb14155 dsound/tests: Better check to see if class is not available. 2007-11-13 13:29:17 +01:00
Paul Vriens
65d3682c22 dsound/tests: Fix test failures on WinXP. 2007-11-13 13:29:11 +01:00
Stefan Dösinger
894a705cc7 wined3d: Load GL_EXT_texture3D from gl 1.2 if the extension is not there. 2007-11-12 14:29:52 +01:00
Stefan Dösinger
c25a792902 wined3d: Mark extensions supported which are included in the gl core. 2007-11-12 14:29:45 +01:00
Stefan Dösinger
0587060a08 wined3d: Load GL functions from core if needed. 2007-11-12 14:28:21 +01:00