2002-11-21 |
Johan Dahlin | Make shell32 compile with -DSTRICT. |
blob | commitdiff | raw |
2002-09-30 |
Jeff Smith | PathIsExe: corrected and added executable types. |
blob | commitdiff | raw | diff to current |
2002-09-24 |
Michael Stefaniuc | Convert HKEY to a void*. |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Gregg Mattinson | Void functions can't return a value, even if it is... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Jon Griffiths | Update shell xxxAW wrapper prototypes for fixed SHLWAPI... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Eric Kohl | Added location of local application data. |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Jon Griffiths | Add exclusion defs & remaining funcs, remove internal... |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Chris Green | Added names of the "missing" paths for SHGetSpecialFold... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Moved undocshell.h to dlls/shell32. Removed shell16.h. |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Uwe Bonnes | PathGetExtensionAW has three arguments. |
blob | commitdiff | raw | diff to current |
2001-08-08 |
Alexandre Julliard | Fixed loop termination check in PathIsExeW. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Marcus Meissner | The shell special folder path creation did not mkdir... |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Eric Kohl | SHGetSpecialFolderPathA must be able to create a full... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Andreas Mohr | Some more cleanups. |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Huw D M Davies | Moved all the documented shlwapi functions out of undoc... |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Andreas Mohr | Move all values of SHGetSpecialFolderPathA into an... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Martin Pilka | "StartMenu" --> "Start Menu", "Startup" --> "StartUp". |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced VERSION_* calls by exported API equivalents. |
blob | commitdiff | raw | diff to current |
2000-07-26 |
Alexandre Julliard | Moved shlwapi routines from shell32.dll to shlwapi... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-06-24 |
Juergen Schmied | - many new Path* stubs |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-06-13 |
Juergen Schmied | - new dll shfolder.dll |
blob | commitdiff | raw | diff to current |
2000-06-13 |
Alexandre Julliard | Use the Unicode string functions from wine/unicode... |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Patrik Stridvall | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Dmitry Timoshkov | Implement NTDLL.towupper and NTDLL.towlower using alrea... |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Uwe Bonnes | PathFindNextComponent: return pointer to NULL and not... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Juergen Schmied | - New (some stubs): SHGetFolderLocation, PathAddExtension, |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Juergen Schmied | Complete cleanup, bugfixes. |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Juergen Schmied | Stub PathIsDirectory. |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Alexandre Julliard | Stephane Lussier |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Juergen Schmied | Small fixes. |
blob | commitdiff | raw | diff to current |
1999-12-26 |
Francois Gouget | Wrapped some strings in a debugstr_* call. |
blob | commitdiff | raw | diff to current |
1999-11-23 |
Juergen Schmied | - made IShellFolder a aggregable object |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Jim Aston | Added a few stubs. |
blob | commitdiff | raw | diff to current |
1999-09-10 |
Niclas Karlsson | Fixed pattern matching in PathMatchSpecA/W |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Juergen Schmied | More use of rc files for strings and menus, fixes.... |
blob | commitdiff | raw | diff to current |
1999-08-08 |
Alexandre Julliard | Replaced a few calls to lstr* functions by their CRTDLL... |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Juergen Schmied | Implemented SHGetSpecialFolderPathA. |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Juergen Schmied | Small fixes. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Juergen Schmied | Prevent crash in stub of SheGetDirW. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-03-13 |
Juergen Schmied | - mostly cleanup after the renaming |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Juergen Schmied | Stub for PathQualify32[A|W]. |
blob | commitdiff | raw | diff to current |
1999-01-23 |
Juergen Schmied | - some fixes, cleaned up includes, fixed leaks |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Juergen Schmied | New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer... |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Juergen Schmied | Bugfix in PathCombine32[A|W]. |
blob | commitdiff | raw | diff to current |
1998-12-01 |
Juergen Schmied | Fixed wrong parameter count for SHChangeNotifyDeregiste... |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Juergen Schmied | Moved existing path - functions to shellpatch.c. |
blob | commitdiff | raw | diff to current |
|