29249 Commits

Author SHA1 Message Date
Alexandre Julliard
a76d60c5ab shell32: Fix some wrc warnings. 2007-12-06 12:43:05 +01:00
Luis C. Busquets Pérez
be3e29738c browseui: Add Spanish resource. 2007-12-06 12:13:20 +01:00
Luis C. Busquets Pérez
cba3c81f6e shell32: Update Spanish resource. 2007-12-06 12:13:12 +01:00
Luis C. Busquets Pérez
6208d4153e mshtml: Update Spanish resource. 2007-12-06 12:13:08 +01:00
Alexander Nicolaysen Sørnes
84e945f180 shell32: Handle backspace key in shellview. 2007-12-06 12:13:02 +01:00
Alexander Nicolaysen Sørnes
b259c4ae80 shell32: Localize 'new folder' string. 2007-12-06 12:12:57 +01:00
Rob Shearman
1b79da8be0 rpcrt4: Fix a memory leak caused by NdrFullPointerXlatFree not freeing the entries in the full pointer translation table. 2007-12-06 12:08:10 +01:00
Rob Shearman
867cc3c05f rpcrt4: Fix a memory leak when freeing an association by deleting the critical section. 2007-12-06 12:08:05 +01:00
Rob Shearman
5fb5fccac0 rpcrt4: Fix a memory leak in RpcAssoc_BindConnection. 2007-12-06 12:08:00 +01:00
Andrew Talbot
1f73a97a5a ddraw: Remove unneeded casts. 2007-12-06 12:07:41 +01:00
Andrew Talbot
f2df3d7582 cabinet: Remove unneeded casts. 2007-12-06 12:07:36 +01:00
Michael Stefaniuc
a084d1db62 mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
Michael Stefaniuc
d457af740d kernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call. 2007-12-06 12:07:17 +01:00
Michael Stefaniuc
d117938f7a secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc(). 2007-12-06 12:07:12 +01:00
Rob Shearman
1c28273686 mshtml: Use the correct deallocator in the htmldoc tests for the memory returned by IMoniker_GetDisplayName and fix a use-after-free error. 2007-12-06 12:07:02 +01:00
Rob Shearman
3328ad6eb9 ole32: Initialise object variable in RunningObjectTableImpl_GetObject.
As per the rules for memory in RPC, the memory pointer to by object will 
be used during unmarshalling and previously it was uninitialised.
(Thanks to Dan Kegel and his Valgrind runs for reporting this.)
2007-12-06 12:06:56 +01:00
Alexander Nicolaysen Sørnes
68953bc5b3 credui: Update Norwegian resources. 2007-12-06 12:06:09 +01:00
Alexander Nicolaysen Sørnes
b25bc9220b mshtml: Update Norwegian resources. 2007-12-06 12:06:05 +01:00
Alexander Nicolaysen Sørnes
8a00cb7be5 browseui: Add Norwegian resources. 2007-12-06 12:05:58 +01:00
Paul Vriens
5e30e5a0f2 kernel32/tests: Test for functions should be or-ed. 2007-12-06 12:05:37 +01:00
Gerald Pfeifer
25301a76e6 icmp: Correctly handle underflow in IcmpSendEcho(). 2007-12-06 12:05:29 +01:00
Alexandre Julliard
a5e38b332d server: Partial implementation of NtQueryDirectoryObject. 2007-12-05 16:57:41 +01:00
Alexandre Julliard
d30b5742ed server: Implemented EnumWindowStations and EnumDesktops. 2007-12-05 16:45:32 +01:00
Rob Shearman
13e47d762a rpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall to the buffer if we're unmarshalling on a server without memory being passed in. 2007-12-05 13:49:08 +01:00
Rob Shearman
17132f7e1f rpcrt4: Set fMustAlloc to TRUE when unmarshalling an object pointer. 2007-12-05 13:48:59 +01:00
Paul Vriens
0ada917873 kernel32: Make tests run on Win98 again. 2007-12-05 13:48:57 +01:00
Luis C. Busquets Pérez
07cb7c6626 d3dx8: Implementation of D3DXAssembleShaderFromFileA. 2007-12-05 13:48:05 +01:00
Alexandre Julliard
dfc0564993 winmm/tests: Don't mess with the mixer controls in non-interactive mode. 2007-12-05 13:47:30 +01:00
Gerald Pfeifer
f4ec0a209b wined3d: Fix error handling in fixed_get_input(). 2007-12-05 13:47:10 +01:00
Tim Schwartz
65d2f8a68d advapi32: service_control_dispatcher(): Fixed invalid pipe test to display GetLastError() before it gets overwritten. 2007-12-05 13:47:00 +01:00
Aric Stewart
9649ca2aa2 commdlg: File name and extension offsets are not guaranteed to be the same in W->A conversions. 2007-12-05 13:46:48 +01:00
Alexandru Balut
90d8741d23 oleaut32: Implement VarWeekdayName + tests. 2007-12-05 13:46:42 +01:00
Vitaly Lipatov
914e78aeb5 winspool.drv: Fix buffer sizes. 2007-12-05 13:32:24 +01:00
Vitaly Lipatov
2dcb7b5d5c shell32: Use sizeof instead of constant for buffer size. 2007-12-05 13:32:15 +01:00
Vitaly Lipatov
768c5000f3 midimap: Fix buffer sizes. 2007-12-05 13:31:58 +01:00
Vitaly Lipatov
23db2636fc avifil32: Fix buffer sizes. 2007-12-05 13:31:53 +01:00
Vitaly Lipatov
1dc28c904c oledlg: Add Russian translation. 2007-12-05 13:31:46 +01:00
Vitaly Lipatov
e3b4ebebf4 oledlg: Use wide strings, fix buffers size. 2007-12-05 13:31:35 +01:00
Alexandre Julliard
0f6e826fe0 kernel32: Remove the no-exec fault workaround, it shouldn't be needed anymore. 2007-12-05 12:35:47 +01:00
Andrew Riedi
63f4b6f024 ddraw: DPRINTF -> TRACE. 2007-12-05 12:34:33 +01:00
Andrew Riedi
6de3bbc557 comdlg32: DPRINTF -> TRACE. 2007-12-05 12:34:23 +01:00
Jonathan Ernst
5147ad24b6 mshtml: Updated French translation. 2007-12-05 12:21:50 +01:00
Dmitry Timoshkov
a7dba33cf3 winex11.drv: Use registry settings as a default display mode. 2007-12-05 12:21:32 +01:00
Dmitry Timoshkov
e388a49308 winex11.drv: Don't forget to initialize dmFields. 2007-12-05 12:21:10 +01:00
James Hawkins
383a8a5b92 msi: Reimplement MsiGetComponentPath. 2007-12-05 12:08:04 +01:00
James Hawkins
ced84f5b53 msi: Add tests for MsiGetComponentPath. 2007-12-05 12:07:35 +01:00
Jacek Caban
5f3dd23f10 shlwapi: Uncomment IUnknown_EnableModeless code. 2007-12-05 12:07:05 +01:00
Jacek Caban
92223c19f9 mshtml: Improve debug traces. 2007-12-05 12:07:00 +01:00
Jacek Caban
87e2bb3e63 mshtml: Return NULL instead of empty string in IHTMLBodyElement::get_background. 2007-12-05 12:06:51 +01:00
Roy Shea
91d07f6995 wininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA. 2007-12-05 12:05:37 +01:00