2009-02-19 |
Michael Stefaniuc | shell32: Remove superfluous pointer casts. |
blob | commitdiff | raw |
2008-06-19 |
Jon Griffiths | include: Provide wide char definitions for CFSTR_*. |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Hans Leidekker | shell32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-10-07 |
James Hawkins | janitorial: Remove redundant NULL checks before SHFree. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Mike McCormack | -Wpointer-sign fixes. |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Dmitry Timoshkov | Make remaining OLE interface vtables const. |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Mike McCormack | Remove forward declarations of interface methods. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
James Hawkins | - Use Interlocked* instead of ++/-- in AddRef/Release. |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Alexandre Julliard | Removed some more uses of the non-standard ICOM_THIS... |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
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-02 |
Martin Fuchs | Declare LPCITEMIDLIST as 'const' pointer and adjust... |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Martin Fuchs | Fixed Ansi version of RenderFILENAME and implement... |
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-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Ove Kaaven | Removed a few more inclusions of deprecated wine/obj_... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Rolf Kalbermatter | Fixed some signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2002-11-08 |
Alberto Massari | The object returned by IEnumFORMATETC::Clone should... |
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-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 |
2001-08-16 |
Alexandre Julliard | Moved undocshell.h to dlls/shell32. Removed shell16.h. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Juergen Schmied | Removed ItemIDListList, reorganisation, more formats. |
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-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 | QueryGetData, EnumFormatEtc implemented. |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Juergen Schmied | Rewrote GetData so support multiple selections. |
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-22 |
Adrian Thurston | ICOMization of remaining interfaces. |
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-28 |
Juergen Schmied | - adjusted printing of refcounts to be equal |
blob | commitdiff | raw | diff to current |
1999-03-17 |
Marcus Meissner | Fixed some warnings. removed some unneccessary includes... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Juergen Schmied | - IShellFolder and IEnumIDList are using the new COM... |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Paul Quinn | Added a lot of new OLE interfaces. |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Francis Beaudet | Fixed a simple bug in the implementation of the ShellVi... |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Marcus Meissner | More include optimisations and fixes. |
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-19 |
Jeff Garzik | Added missing string.h include. |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Francois Gouget | Small fixes. |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Francois Gouget | Changed ICOM_THIS definition. |
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 |
1998-12-18 |
Juergen Schmied | Small fixes. |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Juergen Schmied | Many fixes. |
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-24 |
Juergen Schmied | Changed some string-shell32 functions to 32AW, paramete... |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Juergen Schmied | Implemented first functions. |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
|