2008-03-18 |
Andrew Talbot | shell32: Assign to structs instead of using memcpy. |
blob | commitdiff | raw |
2008-01-21 |
Andrew Talbot | shell32: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Francois Gouget | shell32: A lot of lnk files have extra data blocks... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Alexandre Julliard | shell32: Don't wait for the command to terminate in... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Alexandre Julliard | shell32: Pass some of the ShellExecute flags through... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Rob Shearman | shell32: Fix a memory leak in Stream_WriteLocationInfo. |
blob | commitdiff | raw | diff to current |
2007-10-05 |
Andrew Talbot | shell32: Fix some memory leaks. |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Andrew Talbot | shell32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-06-29 |
Misha Koshelev | shell32: Fix shelllink creation to non-executable files... |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Misha Koshelev | winemenubuilder: Wait for parent process to finish... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Jeff Latimer | shell32: Fix possible dereference of NULL ptr. |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Dmitry Timoshkov | wine: Switch to using 'long' for INT_PTR type for 64... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Andrew Talbot | shell32: Replace inline static with static inline. |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Aric Stewart | shell32: IShellLink::GetIDList fix. |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Misha Koshelev | shell32: Properly create shell links for commands on... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Francois Gouget | shell32: Remove an unneeded local variable initialization. |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Hans Leidekker | shell32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Andrew Talbot | shell32: Cast-qual warnings fix. |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Mike McCormack | shell32: IShellLink::SetPath removes quotes from the... |
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-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
blob | commitdiff | raw | diff to current |
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 |
next |