2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw |
2005-12-16 |
Stefan Leichter | shell32: Fix return value of PathProcessCommand. |
blob | commitdiff | raw | diff to current |
2005-11-28 |
Alexandre Julliard | Remove unnecessary external variable declarations. |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Alexandre Julliard | Fixed the binary layout gcc hacks to do the right thing... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Alexandre Julliard | Uncomment the typedef in the DECLARE_INTERFACE macro... |
blob | commitdiff | raw | diff to current |
2005-05-19 |
Kevin Koltzau | Added missing AW define. |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Martin Fuchs | Define flags for SHFormatDrive(). |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Jon Griffiths | Add some missing interfaces. |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Mike McCormack | Add defines for SLDF flags. |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Mike McCormack | Move interface declarations to shobjidl.idl. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Hans Leidekker | Stub implementations for SHUpdateImageA, SHHandleUpdate... |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Aric Stewart | Implementation of PathCleanupSpec. |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Alexandre Julliard | Get rid of the non-standard Ixxx_METHODS macro definiti... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Francois Gouget | Fix incorrect usage of COBJMACROS. |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Francois Gouget | Fix c_parser.pm so it handles 'const' preceeding a... |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Alexandre Julliard | Get rid of the ICOM_MSVTABLE_COMPAT support, g++ no... |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Francois Gouget | Moved declarations from undocshell.h to shlobj.h to... |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Francois Gouget | Fix packing bug in shlobj.h. |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_DEFINE macro. |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Francois Gouget | Remove LPFILESYSTEMBINDDATA as it's not defined in... |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Alexandre Julliard | Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van... |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Ge van Geldorp | Fix IFileSystemBindData method order. |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Ge van Geldorp | Match prototypes to Platform SDK. |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Alexandre Julliard | Moved some more definitions out of undocshell.h into... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Martin Fuchs | - move some PIDL function declarations from undocshell... |
blob | commitdiff | raw | diff to current |
2004-02-03 |
Juan Lang | Declare SHGetFolderPath and related constants. |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Rolf Kalbermatter | Implement PathGetShortPathA/W and change its prototype... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Kevin Koltzau | Define structs FILEDESCRIPTOR and FILEGROUPDESCRIPTOR... |
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-11-26 |
Alexandre Julliard | Moved the ShellExecuteEx definitions to shellapi.h... |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Rolf Kalbermatter | Moved definition of newly documented API SHRestricted... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Rolf Kalbermatter | Added declarations for newly documented SHChangeNotify... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Rolf Kalbermatter | Added IFileSystemBindData implementation. |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Alexandre Julliard | Converted the rest of the obj_*.h headers to IDL into... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Rolf Kalbermatter | Change parameter in SHGetSpecialFolderPathA/W to int... |
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-04 |
Alexandre Julliard | Implemented shtypes.idl and shobjidl.idl and removed... |
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-09-02 |
Martin Fuchs | Declare LPCITEMIDLIST as 'const' pointer and adjust... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
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-06-06 |
Robert Shearman | - Support a few more flags |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Vincent Béron | Include shlguid.h from shlobj.h. |
blob | commitdiff | raw | diff to current |
2003-04-11 |
Alexandre Julliard | Simplified COM interface declarations, removing the... |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Alexandre Julliard | Get rid of the ICOM_CALL macros. |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Alexandre Julliard | Use a more compatible technique to declare COM interfac... |
blob | commitdiff | raw | diff to current |
2003-04-01 |
Rolf Kalbermatter | Moved prototype for SHBindToParent() to shlobj.h. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Paul Rupe | Add CSIDL_PROFILES. Improved logging for non-existent... |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Rolf Kalbermatter | Change SHCreateDirectory and Win32DeleteFile to be... |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Rolf Kalbermatter | Change SHChangeNotify to be Unicode and ANSI indifferen... |
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-23 |
Dimitrie O. Paun | Added missing LPDROPFILES definition. |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Rolf Kalbermatter | Add SHDefExtractIcon{AW} function. |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine... |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alberto Massari | SHGetSetSettings has now the right signature and the... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
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-01-31 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
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 |
2000-09-26 |
Alexandre Julliard | Removed shell.h. Cleaned up the nested includes mess... |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Mike McCormack | Fixed incorrect arg count in SHGetSettings that causes... |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Eric Pouech | Improved a bit the folder browsing implementation. |
blob | commitdiff | raw | diff to current |
2000-06-20 |
Hidenori Takeshima | Added typedef of DROPFILES. |
blob | commitdiff | raw | diff to current |
2000-06-13 |
Juergen Schmied | - new dll shfolder.dll |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Francois Gouget | Reordered the CALLBACK and WINAPI directives so that... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Juergen Schmied | Complete cleanup, bugfixes. |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Juergen Schmied | Started implementation of shell notifications. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Francois Gouget | Define the COM macros even in C++. |
blob | commitdiff | raw | diff to current |
1999-09-14 |
Patrik Stridvall | Add support for anonymous struct/unions on compilers... |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Juergen Schmied | Many fixes/reimplementations. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Added extern "C" if __cplusplus is defined. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Adrian Thurston | ICOMization of remaining interfaces. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Juergen Schmied | Moved stuff to the right place. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Juergen Schmied | - corrected parameter count for SHGetSettings |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Juergen Schmied | - reorganised icon extracing from files |
blob | commitdiff | raw | diff to current |
1999-04-10 |
Juergen Schmied | ILLoadFromString and SHGetSettings implemented. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Juergen Schmied | All 19 FileMenu_* functions, some as stubs, some implem... |
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-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
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-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-25 |
Adrian Thurston | - Use the new COM definition macros in the header. |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Juergen Schmied | Changed pidl structure to match the pidl's used in... |
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-13 |
Francis Beaudet | Implemented the OLE Drag and Drop target registration... |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Alexandre Julliard | Authors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxe... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Francois Gouget | DllGetClassObject should take a REFCLSID not an LPCLSID. |
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-26 |
Marcus Meissner | Changed // comments to /* */ so WINE compiles with... |
blob | commitdiff | raw | diff to current |
1998-12-25 |
Juergen Schmied | Fixed the TEXT redefined warnings. |
blob | commitdiff | raw | diff to current |
1998-12-15 |
Paul Quinn | Lots of new defines and stubs. |
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-12-10 |
Alexandre Julliard | Authors: Francis Beaudet <francis@macadamian.com>,... |
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-22 |
Eric Kohl | Added IOleAdviseHoler interface (still a dummy) and... |
blob | commitdiff | raw | diff to current |
next |