- 24 Feb, 2004 1 commit
-
-
Kevin Koltzau authored
-
- 20 Feb, 2004 1 commit
-
-
Patrik Stridvall authored
-
- 17 Feb, 2004 1 commit
-
-
Alexandre Julliard authored
don't want to write a full .spec. Renamed --spec option to --dll for consistency.
-
- 12 Feb, 2004 2 commits
-
-
Dmitry Timoshkov authored
ShellExecuteExW32.
-
Dmitry Timoshkov authored
-
- 11 Feb, 2004 2 commits
-
-
Alexandre Julliard authored
headers.
-
Martin Fuchs authored
header, as they are no longer undocumented - implement context menu support for Winefile
-
- 10 Feb, 2004 2 commits
-
-
Jon Griffiths authored
-
Jon Griffiths authored
-
- 09 Feb, 2004 2 commits
-
-
Huw Davies authored
TBSTYLE_*.
-
Mike McCormack authored
-
- 03 Feb, 2004 1 commit
-
-
Ulrich Czekalla authored
-
- 02 Feb, 2004 2 commits
-
-
Ulrich Czekalla authored
notifications.
-
Ulrich Czekalla authored
-
- 30 Jan, 2004 1 commit
-
-
Martin Fuchs authored
- improve returned error code of ISF_MyComputer_fnParseDisplayName() - remove wrong comment from ISF_MyComputer_fnGetDisplayNameOf()
-
- 27 Jan, 2004 2 commits
-
-
Alexandre Julliard authored
-
Francois Gouget authored
-
- 26 Jan, 2004 3 commits
-
-
Francois Gouget authored
-
Martin Fuchs authored
RtlCreateUnicodeStringFromAsciiz() - directly call InitCommonControlsEx()
-
Martin Fuchs authored
- remove some superfluous commas
-
- 23 Jan, 2004 8 commits
-
-
Ge van Geldorp authored
-
Martin Fuchs authored
without any selected item; preserve return error codes. - ISF_Desktop_fnGetDisplayNameOf(): don't initialize whole character array with zero.
-
Martin Fuchs authored
E_OUTOFMEMORY. - IShellFolder_fnGetUIObjectOf(): preserve return error codes. - IShellFolder_fnGetDisplayNameOf(): don't initialize whole character array with zero.
-
Martin Fuchs authored
SHELL32_GetItemAttributes(): support for SFGAO_LINK attribute.
-
Martin Fuchs authored
folders rooted under "My Computer" folder, better error handling.
-
Martin Fuchs authored
empty path string.
-
Francois Gouget authored
Check whether _MSC_VER is defined.
-
Ge van Geldorp authored
with PSDK.
-
- 21 Jan, 2004 5 commits
-
-
Rolf Kalbermatter authored
documentation on MSDN.
-
Martin Fuchs authored
SHELL_GetPathFromIDListA/W().
-
Alexandre Julliard authored
Reimplementation of SHGetPathFromIDListA/W() using the new helper functions SHELL_GetPathFromIDListA/W(). The new implementation avoids using IShellFolder::GetDisplayNameOf(), so that it - returns the absolute file system path, not relative to the dekstop - returns FALSE as error code if the path can not converted in a valid file system path - doesn't return virtual CLSID paths
-
Martin Fuchs authored
between different files with the same name.
-
Martin Fuchs authored
-
- 20 Jan, 2004 3 commits
-
-
Martin Fuchs authored
attributes - fixed error handling to avoid GPFs
-
Martin Fuchs authored
- corrected SCF_UNICODE constant and use the value of SCF_UNC instead - implemented IShellLink_ConstructFromFile() to read shell links from files - call IShellLink_ConstructFromFile() in ISF_..._fnGetUIObjectOf() when being queried for IShellLink interface
-
Martin Fuchs authored
- return string length from SHELL32_GUIDToStringA()
-
- 19 Jan, 2004 1 commit
-
-
Martin Fuchs authored
SHELL_FS_ProcessDisplayFilename() to call it also in ISF_Desktop_fnGetDisplayNameOf() and do the same file system processing for the desktop level - handle hidden file extensions in SHELL_FS_ProcessDisplayFilename(), that are configured by "NeverShowExt" in the registry
-
- 18 Jan, 2004 3 commits
-
-
Martin Fuchs authored
the desktop.
-
Martin Fuchs authored
parameter is not NULL.
-
Martin Fuchs authored
- handle PT_RAS_FOLDER and PT_NETPROVIDER in debugging functions and _ILGetTextPointer() / _ILGetSTextPointer()
-