- Minor fixes and updates to the German resource files.
Marcelo Duarte <[email protected]>
- French translation and other adjustments.
- Update localization for Portuguese language.
Ivan Leo Puoti <[email protected]>
- Changed my name, so update copyright info.
- Added Italian resources.
Jose Manuel Ferrer Ortiz <[email protected]>
- Updated the Spanish shell32 translation and made some corrections to
other language files.
svn path=/trunk/; revision=10984
- When we send out a notification to a registered window with
SHCNRF_NewDelivery, we should send a LPNOTIFICATIONLIST and the
process id of the caller.
svn path=/trunk/; revision=10980
- Fix CSIDL_COMMON_{STARTMENU,PROGRAMS,DESKTOPDIRECTORY} so they all use
paths in 'All Users' like CSIDL_COMMON_STARTUP.
The CSIDL_COMMON_PROGRAMS fix solves many menu creation problems.
svn path=/trunk/; revision=10963
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
Jon Griffiths <[email protected]>
- Don't leak cache imagelists on exit.
svn path=/trunk/; revision=10962
- Correct return value in a couple of error cases.
Marcus Meissner <[email protected]>
- Marked some functions in debughlp as static.
- Do not use REFIID as return, but IID*.
svn path=/trunk/; revision=10960
- Correct some PIDL types and eliminate some magic numbers in PIDL
allocation; correct a copy-pasto from a previous patch.
svn path=/trunk/; revision=10959
- Add stub for ShellDDEInit to let Windows explorer.exe get past the
beginning.
Francois Gouget <[email protected]>
- Make Unicode strings static const.
Eric Pouech <[email protected]>
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
Jon Griffiths <[email protected]>
- Delete the about dialog font when the dialog is closed.
Juan Lang <[email protected]>
- Added support for DLLVERSIONINFO2 in DllGetVersion.
svn path=/trunk/; revision=10955
- Make Unicode const strings static so they are not copied to the stack
each time we enter the function.
Aric Stewart <[email protected]>
- In IPersistFile_Save if the exe file is not found, trust the path we
are given and allow creation of the link.
- Make sure exePath contains the path since it is used later in the
function as well.
Ge van Geldorp <[email protected]>
- Match whitespace to winehq
svn path=/trunk/; revision=10950
Maxime Bellenge <[email protected]>
- Add the IAutoComplete and IAutoComplete2 implementation (but methods
stubbed for now).
svn path=/trunk/; revision=10947
- Fix some field names in CSFV and QCMINFO.
Patrik Stridvall <[email protected]>
- Fixed some issues found by winapi_check.
svn path=/trunk/; revision=10946
- Don't export the shell32 SHAllocShared functions by name.
Implement them by calling out their shlwapi equivalent (which had a
much more complete implementation anyway).
- Fix the prototype of shlwapi's SHAllocShared().
- Don't crash if lpvData is NULL in SHAllocShared().
- Add a conformance test to shlwapi.
svn path=/trunk/; revision=10944