2005-05-10 |
Juan Lang | Fixes to IShellFolder::GetAttributesOf implementations... |
tree | commitdiff |
2005-05-10 |
Mike Hearn | Fix SHELL_GetPathFromIDList[AW] to return the desktop... |
tree | commitdiff |
2005-05-09 |
Michael Jung | Support folder relative paths in UnixFolders' ParseDisp... |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-09 |
Michael Jung | Always pass fully qualified paths to stat system call. |
tree | commitdiff |
2005-05-09 |
Huw Davies | It makes no sense to have a left pointing arrow as... |
tree | commitdiff |
2005-05-07 |
Robert Lunnon | Make references to NAME_MAX refer to PATH_MAX instead. |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-07 |
Michael Jung | Make the root of the shell extension map to the root... |
tree | commitdiff |
2005-05-06 |
Michael Jung | Return a cloned PIDL by SHBrowseForFolder to avoid... |
tree | commitdiff |
2005-05-06 |
Michael Jung | Display a drive icon for the unix root directory. |
tree | commitdiff |
2005-05-06 |
Francois Gouget | Fix nativeapi.pm so it knows about AC_HEADER_STAT(). |
tree | commitdiff |
2005-05-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-05-05 |
Michael Jung | Fixed GetDisplayNameOf method to not depend on incorrec... |
tree | commitdiff |
2005-05-05 |
Michael Jung | Fixed MyComputer's GetDisplayNameOf method. |
tree | commitdiff |
2005-05-04 |
Mike McCormack | Remove static variables in SHBrowseForFolder implementa... |
tree | commitdiff |
2005-04-28 |
Mike McCormack | Split up the window procedure. |
tree | commitdiff |
2005-04-27 |
Gerald Pfeifer | Include <limits.h> to get a definition of NAME_MAX. |
tree | commitdiff |
2005-04-25 |
Michael Jung | Support for regular files (as opposed to directories). |
tree | commitdiff |
2005-04-22 |
Michael Jung | Use the shell32 typical binary format for ITEMIDLISTs. |
tree | commitdiff |
2005-04-22 |
Michael Jung | Fixed incorrect IShellFolder::EnumOjects API usage. |
tree | commitdiff |
2005-04-22 |
Mike McCormack | MSI advertised shortcuts don't require a product ID. |
tree | commitdiff |
2005-04-21 |
Peter Berg Larsen | Rewritten DoEnvironmentSubst16. |
tree | commitdiff |
2005-04-19 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-04-19 |
Troy Rollo | Fix SEGV for non-fully-qualified destination paths. |
tree | commitdiff |
2005-04-19 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2005-04-18 |
Peter Berg Larsen | Replace strncpy with memcpy or lstrcpyn. |
tree | commitdiff |
2005-04-15 |
Huw Davies | When we're hiding file extensions then SetNameOf should... |
tree | commitdiff |
2005-04-13 |
Martin Fuchs | Correct comments of some export ordinals. |
tree | commitdiff |
2005-04-13 |
Huw Davies | Add a unicode pidl type. |
tree | commitdiff |
2005-04-13 |
Steven Edwards | Register Shell Drag and Drop Helper. |
tree | commitdiff |
2005-04-13 |
Michael Jung | Implemented the UnixFolder's IShellFolder2::CompareIDs... |
tree | commitdiff |
2005-04-12 |
Huw Davies | Better icon handling for some special folders. |
tree | commitdiff |
2005-04-12 |
Michael Jung | Implemented enough of IShellFolder2 to make UnixFolder... |
tree | commitdiff |
2005-04-12 |
Huw Davies | If ICommDlgBrowser_OnDefaultCommand returns anything... |
tree | commitdiff |
2005-04-12 |
Juan Lang | Use Unicode string result from GetDisplayNameOf if... |
tree | commitdiff |
2005-04-11 |
Huw Davies | Directory items should have the SFGOA_FILESYSANCESTOR... |
tree | commitdiff |
2005-04-11 |
Huw Davies | Fix the icon resource ids (most were off by one). |
tree | commitdiff |
2005-03-31 |
Mike McCormack | Fix up PIDL dumping code. |
tree | commitdiff |
2005-03-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-27 |
Mike McCormack | Use api definitions, remove duplicate code. |
tree | commitdiff |
2005-03-25 |
Paul Vriens | Print retval in decimal to avoid confusion. |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-22 |
Jakob Eriksson | If the device gets interrupted, we just give up. |
tree | commitdiff |
2005-03-22 |
Jakob Eriksson | StrRetToStrNAW returns ok on NT4, though it should... |
tree | commitdiff |
2005-03-21 |
Mike McCormack | Eliminate casts of the return value of HeapAlloc. |
tree | commitdiff |
2005-03-19 |
Mike McCormack | Fix usage of STGM_ enumerations, remove forward declara... |
tree | commitdiff |
2005-03-19 |
Mike McCormack | Remove forward declarations of interface methods. |
tree | commitdiff |
2005-03-19 |
Mike McCormack | Remove an unused function. |
tree | commitdiff |
2005-03-17 |
Jon Griffiths | Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc). |
tree | commitdiff |
2005-03-17 |
Aric Stewart | For ShellExecuteExA we need to copy out the hProcess... |
tree | commitdiff |
2005-03-17 |
Mike McCormack | Remove some dead code and some ifdefs. |
tree | commitdiff |
2005-03-17 |
Mike McCormack | Fix a regression in the file open dialog. |
tree | commitdiff |
2005-03-17 |
Mike McCormack | Convert path to unicode, rearrange to remove forward... |
tree | commitdiff |
2005-03-16 |
Filip Navara | _dbg_ILGetNext returns NULL if pidl->mkid.cb is zero... |
tree | commitdiff |
2005-03-16 |
Juan Lang | Correct registering shell folders (values in Shell... |
tree | commitdiff |
2005-03-14 |
Martin Fuchs | - switch to correct shell desktop context menu |
tree | commitdiff |
2005-03-09 |
Michael Jung | Beginning of a shell namespace extension to browse... |
tree | commitdiff |
2005-03-08 |
Dimitrie O. Paun | Add support for .exe's with exported functions. |
tree | commitdiff |
2005-03-07 |
Mike McCormack | Use lstrcmpiA in preference to strcasecmp. |
tree | commitdiff |
2005-03-03 |
Huw Davies | Don't prepend '\\' to the subkey name. |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-02 |
Juan Lang | Convert more API calls to Unicode. |
tree | commitdiff |
2005-03-01 |
Michael Jung | Fixed parsing of ITEMIDLIST in InitializeTreeView. |
tree | commitdiff |
2005-03-01 |
Juan Lang | Convert tabs to space, wrap long lines, make indenting... |
tree | commitdiff |
2005-02-26 |
Juan Lang | Convert a few calls to Unicode. |
tree | commitdiff |
2005-02-25 |
Mike McCormack | - implement loading and saving of MSI advertised shortc... |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-02-23 |
Mike McCormack | Remove tabs and reformat. |
tree | commitdiff |
2005-02-23 |
Francois Gouget | Add the -noname flag to match the Platform SDK. |
tree | commitdiff |
2005-02-23 |
Mike McCormack | - handle IFileSystemBindData in ISF_Desktop_fnParseDisp... |
tree | commitdiff |
2005-02-23 |
Francois Gouget | Don't hardcode ordinals if which are not hardcoded... |
tree | commitdiff |
2005-02-22 |
Mike McCormack | Make lstr* functions inline inside Wine. |
tree | commitdiff |
2005-02-22 |
Mike McCormack | - handle IFileSystemBindData in IShellFolder::ParseDisp... |
tree | commitdiff |
2005-02-22 |
Mike McCormack | Cleanup, create unicode versions of _ILCreateFromPath, |
tree | commitdiff |
2005-02-21 |
Hans Leidekker | - Revert wrong -noname markup for Drag*, DoEnvironmentS... |
tree | commitdiff |
2005-02-21 |
Mike McCormack | Remove tabs and make formatting consistent. |
tree | commitdiff |
2005-02-18 |
Hans Leidekker | Mark exports -noname when they are exported by ordinal... |
tree | commitdiff |
2005-02-17 |
Dmitry Timoshkov | Convert winemenubuilder to unicode. |
tree | commitdiff |
2005-02-17 |
Joris Huizer | - renamed file_operation_delete and to shfileops_delete |
tree | commitdiff |
2005-02-16 |
Alex Villacís Lasso | Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN... |
tree | commitdiff |
2005-02-16 |
Huw Davies | SetPath("") should return S_OK. |
tree | commitdiff |
2005-02-15 |
Dmitry Timoshkov | - Fix prototypes of GetClassLongA/W, GetClassLongPtrA... |
tree | commitdiff |
2005-02-15 |
Mike McCormack | Reindent some code to improve readability. |
tree | commitdiff |
2005-02-15 |
Mike McCormack | Define some extra SHFGI values. |
tree | commitdiff |
2005-02-14 |
Francois Gouget | Test the interaction between IShellLink::SetIDList... |
tree | commitdiff |
2005-02-14 |
Marcelo Duarte | Update the resources for Portuguese. |
tree | commitdiff |
2005-02-14 |
Marcus Meissner | Output some more informations. |
tree | commitdiff |
2005-02-14 |
Filip Navara | Don't crash if ShellFolder doesn't implement the IID_IS... |
tree | commitdiff |
2005-02-14 |
Ge van Geldorp | Error numbers >= 32 are to be expected. |
tree | commitdiff |
2005-02-10 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-02-09 |
Ge van Geldorp | - Fix quoting of .cpl filename. |
tree | commitdiff |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-21 |
Mike McCormack | Implement GetAdvise and SetAdvise. |
tree | commitdiff |
2005-01-17 |
Henning Gerhardt | A small spelling fix and a small update (thank to Andre... |
tree | commitdiff |
2005-01-17 |
Henning Gerhardt | Update German resources. |
tree | commitdiff |
2005-01-14 |
Joris Huizer | - add file_operation_delete |
tree | commitdiff |
2005-01-14 |
James Hawkins | - Use Interlocked* instead of ++/-- in AddRef/Release. |
tree | commitdiff |
2005-01-14 |
Klemens Friedl | Update German language file. |
tree | commitdiff |
next |