2002-08-13 |
Juergen Schmied | Stubs for DragDropHelper. |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Updated authors list. |
tree | commitdiff |
2002-08-07 |
Gregg Mattinson | Fixes for Sparc build. |
tree | commitdiff |
2002-07-29 |
Marcus Meissner | Check for mkstemp, added a port implementation if it... |
tree | commitdiff |
2002-07-29 |
Steven Edwards | Portability fix. |
tree | commitdiff |
2002-07-29 |
Alexandre Julliard | Import comctl32 functions from shell32 by ordinal. |
tree | commitdiff |
2002-07-28 |
Michael Stefaniuc | - Converted HHOOK to a void*. |
tree | commitdiff |
2002-07-25 |
Duane Clark | Bug fixes. |
tree | commitdiff |
2002-07-24 |
Duane Clark | Combined implementations of ShellExecute/Ex. |
tree | commitdiff |
2002-07-24 |
Juergen Schmied | - Cleaned up the implementation of shell folders and... |
tree | commitdiff |
2002-07-23 |
Alexandre Julliard | Fixed broken forwards reported by Patrik Stridvall. |
tree | commitdiff |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-07-19 |
Jon Griffiths | Implemented SHBrowseForFolderW. |
tree | commitdiff |
2002-07-16 |
Gregg Mattinson | Fixed another non-static structure initializer. |
tree | commitdiff |
2002-07-16 |
Gregg Mattinson | Initialized the pidlOut variable in SHELL32_ParseNextEl... |
tree | commitdiff |
2002-07-10 |
Rein Klazes | Fix buffer length calculation in InitializeGenericSF(). |
tree | commitdiff |
2002-07-03 |
Duane Clark | strcasecmp returns zero on a match. |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Void functions can't return a value, even if it is... |
tree | commitdiff |
2002-07-02 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-07-02 |
Juergen Schmied | - changed STRRET definition |
tree | commitdiff |
2002-06-28 |
Nix N. Nix | Removed message box that would pop up if a RunMRU list... |
tree | commitdiff |
2002-06-28 |
Knut St. Osmundsen | Do not access memory that has just been freed. |
tree | commitdiff |
2002-06-21 |
Steven Edwards | Moved a few win32 functions to a better location for... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Fixed make install target to work even when nothing... |
tree | commitdiff |
2002-06-10 |
Nix N. Nix | Added RunFileDlg with MRU list. |
tree | commitdiff |
2002-06-10 |
Sander van Leeuwen | Handle ascii & unicode drag and drop structures in... |
tree | commitdiff |
2002-06-04 |
Johan Gill | Added version info to 16-bit shell.dll. |
tree | commitdiff |
2002-06-02 |
Sander van Leeuwen | Fixed wrong cast; MSDN says lpDropFileStruct->pFiles... |
tree | commitdiff |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-21 |
Eric Pouech | Added stub for ExtractAssociatedIconExA. |
tree | commitdiff |
2002-05-19 |
Stefan Leichter | Added version info resource. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-16 |
Steven Edwards | Fixed snprintf warnings. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Juergen Schmied | Moving the pidl debug functions to a separate file... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-04-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-04-21 |
Bill Medland | The extension should not be removed from the display... |
tree | commitdiff |
2002-04-20 |
Bill Medland | Get the folder browser to work as well with W notificat... |
tree | commitdiff |
2002-04-11 |
Uwe Bonnes | SIC_GetIconIndex: start DPA_Search from index 0. |
tree | commitdiff |
2002-04-08 |
Dusan Lacko | If we can't extract the icon, defer link creation to... |
tree | commitdiff |
2002-04-03 |
Charles Loep | Support for hiding file extensions in IShellFolder_GetD... |
tree | commitdiff |
2002-04-03 |
Huw D M Davies | Check for failure of IShellFolder_GetDisplayNameOf. |
tree | commitdiff |
2002-04-03 |
Aric Stewart | Enable ShellExecuteEx to actually open things with... |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-20 |
Jon Griffiths | Update shell xxxAW wrapper prototypes for fixed SHLWAPI... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-28 |
Alexandre Julliard | Updated authors list from the Changelog. Please let... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Spelling/alignment fixes. |
tree | commitdiff |
2002-02-27 |
Eric Pouech | Fixed ShellExecute functions when ddeexec was present... |
tree | commitdiff |
2002-02-19 |
Gerard Patel | HCR_GetDefaultIcon should set icon number to 0 if it... |
tree | commitdiff |
2002-02-15 |
Patrik Stridvall | Added some defines for compatibility with Windows headers. |
tree | commitdiff |
2002-02-15 |
Rein Klazes | In SHFileOperation() when requested to copy files,... |
tree | commitdiff |
2002-02-14 |
Martin Dalecki | Some artwork on the default icons. |
tree | commitdiff |
2002-02-14 |
Rein Klazes | In ShellExecute16, make sure there is a space between... |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-02-02 |
Andreas Mohr | Fixed some more missing parenthesis issues. |
tree | commitdiff |
2002-01-31 |
Gerard Patel | Added missing parenthesis in ShGetFileInfoA. |
tree | commitdiff |
2002-01-31 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-01-31 |
Alexandre Julliard | CodeWeavers |
tree | commitdiff |
2002-01-29 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Huw D... |
tree | commitdiff |
2002-01-29 |
Eric Kohl | Added location of local application data. |
tree | commitdiff |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
tree | commitdiff |
2002-01-29 |
Patrik Stridvall | Avoid wildcards in .cvsignore. |
tree | commitdiff |
2002-01-22 |
Alexandre Julliard | Removed use of SET_DEBUGGING, it's broken anyway. |
tree | commitdiff |
2002-01-21 |
Francois Gouget | Make the Wine trace facilities accessible from Winelib... |
tree | commitdiff |
2002-01-18 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-01-14 |
Huw D M Davies | IShellFolder_BindToObject should respect riid. |
tree | commitdiff |
2002-01-07 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-01-03 |
Ove Kaaven | Handle the lpDirectory field of the LPSHELLEXECUTEINFO. |
tree | commitdiff |
2001-12-26 |
Andreas Mohr | Fixed, added or implemented stubs: |
tree | commitdiff |
2001-12-11 |
Jon Griffiths | Add exclusion defs & remaining funcs, remove internal... |
tree | commitdiff |
2001-11-20 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-11-06 |
Guy Albertelli | - Define rest of URL_ESCAPE... and other flags. |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Rename SIC_CompareEntrys to SIC_CompareEntries, and... |
tree | commitdiff |
2001-11-05 |
Guy Albertelli | - Indicate that StrRetToStrN{A|W} and StrRetToBuf{A... |
tree | commitdiff |
2001-10-25 |
Aric Stewart | Add handling for LVN_GETDISPINFOW. |
tree | commitdiff |
2001-10-23 |
Aric Stewart | Fixed the behavior for SHGetFileInfo when the SHGFI_USE... |
tree | commitdiff |
2001-10-15 |
Kai Morich | InternalExtractIcon16 forgot to close file handle. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | Don't print NULL strings (crashes on Solaris). |
tree | commitdiff |
2001-10-10 |
Francois Gouget | Allocate the array and strings in one lump (bug found... |
tree | commitdiff |
2001-10-10 |
Chris Green | Added names of the "missing" paths for SHGetSpecialFold... |
tree | commitdiff |
2001-10-03 |
Guy Albertelli | Fix SHAddToRecentDocs code to properly handle native... |
tree | commitdiff |
2001-10-02 |
Guy Albertelli | Implemented dummy stub for SHChangeNotifyUpdateEntryLis... |
tree | commitdiff |
2001-10-01 |
Eric Pouech | Should initialize COM before calling it. |
tree | commitdiff |
2001-09-21 |
Guy Albertelli | Implement initial version of SHAddToRecentDocs. |
tree | commitdiff |
2001-09-20 |
Guy L. Albertelli | Get more entry points from Comctl32 and save the addresses. |
tree | commitdiff |
2001-09-20 |
Francois Gouget | Fix the conversions of a command line to/from an argv... |
tree | commitdiff |
2001-09-19 |
Guy Albertelli | Fix problem comparing pidls and return correct code. |
tree | commitdiff |
2001-09-19 |
Alexandre Julliard | Fixed a couple of HWND type mismatches. |
tree | commitdiff |
2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
tree | commitdiff |
2001-09-10 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-09-07 |
Huw D M Davies | Add SHGetSpecialFolderPathW to spec file. |
tree | commitdiff |
2001-09-07 |
Guy Albertelli | Replace calls to StrRetToBuf{A|W} with duplicate code... |
tree | commitdiff |
2001-08-21 |
Francois Gouget | Documentation updates (mainly thru vs. through). |
tree | commitdiff |
next |