2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
blob | commitdiff | raw |
2005-11-08 |
Mike McCormack | Fix a problem spotted by Dmitry and another one stoppin... |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Mike McCormack | Partially implement and test the shelllink object's |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Mike McCormack | Use advapi32.CommandLineFromMsiDescriptor to get msi... |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Mike McCormack | Pass the correct verb. |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Martin Fuchs | Correct WINAPI position for MSVC portability. |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Mike McCormack | Handle MSI advertised shortcuts in the shelllink object. |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Mike McCormack | Implement IContextMenu::QueryContextMenu and |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Mike McCormack | Add the IObjectWithSite interface. |
blob | commitdiff | raw | diff to current |
2005-10-18 |
Mike McCormack | Use ShellLink_QueryInterface to return the right interf... |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Kevin Koltzau | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Alexandre Julliard | Get rid of the _ICOM_THIS macros and call the inline... |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Mike McCormack | -Wpointer-sign fixes. |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Mike McCormack | - forward AddRef, Release, QueryInterface and GetClassI... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Mike McCormack | Switch IShellLink to use shlwapi.SHCreateStreamOnFileW. |
blob | commitdiff | raw | diff to current |
2005-06-15 |
Mike McCormack | Remove some uses of wine/unicode.h functions. |
blob | commitdiff | raw | diff to current |
2005-06-14 |
Michael Jung | Use SHGetPathFromIDList instead of SHELL32_GetPathFromI... |
blob | commitdiff | raw | diff to current |
2005-06-14 |
Mike McCormack | Add the IContextMenu interface to the ShellLink object. |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Mike McCormack | Implement ShellLink's IShellExtInit::Initialize() method. |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Mike McCormack | - add the IShellExtInit interface to the ShellLink... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Mike McCormack | Add the IShellLinkDataList interface to the ShellLink... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Dmitry Timoshkov | Make remaining OLE interface vtables const. |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Mike McCormack | Remove some unused include files. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Mike McCormack | MSI advertised shortcuts don't require a product ID. |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Peter Berg Larsen | Replace strncpy with memcpy or lstrcpyn. |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Huw Davies | Add a unicode pidl type. |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Mike McCormack | Use api definitions, remove duplicate code. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Jon Griffiths | Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc). |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Mike McCormack | - implement loading and saving of MSI advertised shortc... |
blob | commitdiff | raw | diff to current |
2005-02-17 |
Dmitry Timoshkov | Convert winemenubuilder to unicode. |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Huw Davies | SetPath("") should return S_OK. |
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-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
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-10-05 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Martin Fuchs | At least print message if we're not returning requested... |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Martin Fuchs | Store absolute path in .lnk file. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Martin Fuchs | Implement IShellLinkA::Resolve and IShellLinkW::Resolve. |
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-23 |
Aric Stewart | Make sure exePath contains the path since it is used... |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Aric Stewart | In IPersistFile_Save if the exe file is not found,... |
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 |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Martin Fuchs | - eliminate MSVC type conversion warning |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Alexandre Julliard | Fixed a couple of header files ordering issues. |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Martin Fuchs | - fix dirty flag on shelllink loading and saving |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Martin Fuchs | - Fix handling of %2, %3, ... and lower case format... |
blob | commitdiff | raw | diff to current |
2004-03-25 |
Martin Fuchs | Implementation of IPersistFile::IsDirty(). |
blob | commitdiff | raw | diff to current |
2004-03-22 |
Martin Fuchs | Fix for recent shelllink patch, which removed the impor... |
blob | commitdiff | raw | diff to current |
2004-03-22 |
Mike McCormack | Update path from relative path on loading. |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Martin Fuchs | - fix typos in shelllink.c header comment and a struct... |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Dimitrie O. Paun | Move useful information out of documentation/shell32. |
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-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Mike McCormack | Remove code that starts wineshelllink, instead create... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Robert Lunnon | Eliminate segfault due to NULL This->sIcoPath. |
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-20 |
Alexandre Julliard | Replaced mkstemp by mkstemps from libiberty. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Johan Dahlin | Make shell32 compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Marcus Meissner | Also silence IShellLinkA_fnSetShowCmd. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Marcus Meissner | Silence IShellLink::SetShowCmd for the case we support. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Marcus Meissner | Escape \ in path and arguments. |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Dusan Lacko | Fix extraction of icons from ICO files. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Mike McCormack | Don't try reading a PIDL in IPersistStream->Load if... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Marcus Meissner | Check for mkstemp, added a port implementation if it... |
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-02 |
Juergen Schmied | - changed STRRET definition |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Dusan Lacko | If we can't extract the icon, defer link creation to... |
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 |
2001-08-10 |
Dusan Lacko | Fix ExtractFromEXEDLL for nIndex != 0. |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
James Abbatiello | Implement IShellLink<A|W>_fnGetWorkingDirectory, |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Jeremy White | Revised shell link process to treat empty (e.g. ""... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Finished separation of shell32 and wsock32. |
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-11-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-11-04 |
Alexandre Julliard | Removed leftover debug output. |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Alexandre Julliard | Create Gnome/KDE desktop and menu entries from IShellLink |
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-08-03 |
Alexandre Julliard | Fixed IShellLinkA/W definitions. |
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-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
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-31 |
Patrik Stridvall | Eliminated warnings. |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Juergen Schmied | Implemented access to lnk's to a IStream interface. |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Juergen Schmied | Completely rewritten. IPersistStream interface implemented. |
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-25 |
Patrik Stridvall | #pragma pack(?) changed to #include "*pack*.h" |
blob | commitdiff | raw | diff to current |
next |