2004-04-19 |
Maxime Bellengé | Add the IAutoComplete and IAutoComplete2 implementation... |
blob | commitdiff | raw |
2004-03-27 |
Martin Fuchs | Implementation of the control panel folder in shell... |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Ge van Geldorp | Fix various function prototypes to conform to PSDK. |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Alexandre Julliard | SHCoCreateInstance is now documented (spotted by Franco... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Alexandre Julliard | shlobj.h must include wine/obj_dragdrophelper.h (report... |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Alexandre Julliard | Removed uses of the non standard ICOM_VTBL macro. |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Jon Griffiths | Documentation updates. |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Dimitrie O. Paun | SHGetMalloc() returns a HRESULT, not a DWORD. |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Rolf Kalbermatter | Change calls to CLSIDFromString to SHCLSIDFromStringW... |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Johan Dahlin | Make shell32 compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Andreas Mohr | - fix some pselling |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Juergen Schmied | Stubs for DragDropHelper. |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Juergen Schmied | - Cleaned up the implementation of shell folders and... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Juergen Schmied | - changed STRRET definition |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Sander van Leeuwen | Handle ascii & unicode drag and drop structures in... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Sander van Leeuwen | Fixed wrong cast; MSDN says lpDropFileStruct->pFiles... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
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-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Eric Pouech | Should initialize COM before calling it. |
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-07-20 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-07-12 |
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-02-12 |
Francois Gouget | Change the callback declarations to a safer format. |
blob | commitdiff | raw | diff to current |
2001-01-02 |
François Gouget | Moved HDROP to shellapi.h. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Andreas Mohr | SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Use documented DROPFILES structure instead of internal... |
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-06-23 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Juergen Schmied | Separated 32 bit functions to shellole.c. |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Alexandre Julliard | Added debugstr_guid function and used it to replace |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
blob | commitdiff | raw | diff to current |
1999-11-23 |
Juergen Schmied | - made IShellFolder a aggregable object |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Juergen Schmied | - the colums in the shellview are now created depending... |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Francois Gouget | Generalized the use of the new ICOM_VFIELD and ICOM_VTB... |
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-07-25 |
Juergen Schmied | Removed special CoCreateClassObject and use ole functio... |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Juergen Schmied | DLLGetClassObject/Classfactory: create objects by CLSID... |
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-22 |
Paul Quinn | Microsoft com vtable compatibility workaround for g... |
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-04-01 |
Juergen Schmied | SHCLSIDFromString, StrToOleStr implemented. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Juergen Schmied | Use the new header for COM definitions. |
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-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Francois Gouget | Changed ICOM_THIS definition. |
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-02-10 |
Francois Gouget | Better set of macros for defining the COM interfaces. |
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 | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Juergen Schmied | New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer... |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Juergen Schmied | Adds the IPersistFile Interface to IShellLink[W] and... |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Juergen Schmied | Moved existing IShellLink class. New stubs for IShellLinkW. |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Juergen Schmied | Cleanup, small fixes, a few new stubs. |
blob | commitdiff | raw | diff to current |
1998-10-28 |
Juergen Schmied | New SHGetSimpleIDListFromPath32AW. |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Juergen Schmied | Bugfixes, shellview uses DPA's now, IShellView_GetItemO... |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Marcus Meissner | A few function prototype fixes. |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
blob | commitdiff | raw | diff to current |
|