shell32/tests: Add tests for SHGetStockIconInfo.
[wine] / dlls / shell32 / tests / shelllink.c
2013-04-26  Detlef Riekenbergshell32/tests: Add tests for SHGetStockIconInfo.
2012-11-27  Detlef Riekenbergshell32/tests: Remove wrong comment.
2012-08-24  Nikolay Sivovshell32/tests: Use proper method macros.
2012-06-15  Francois Gougetshell32/tests: Get rid of unneeded function typedefs.
2011-02-14  Austin Englishshell32/tests: Make sure return values are used (LLVM...
2011-01-27  Greg Geldorpshell32/tests: Use long file name.
2011-01-25  Vincent Povirkshell32: Test links to executable filenames lacking...
2011-01-19  Nikolay Sivovshell32/tests: Fix a PIDL leak in tests (Valgrind).
2010-12-14  AndrĂ© Hentschelshell32: Fix shelllink test to not crash on NT4.
2010-11-12  Andrew Eikumshell32: Don't search Path or PIDL for an icon in IShel...
2010-11-12  Andrew Eikumshell32: Don't fail if the path doesn't exist in Unix...
2010-05-03  Aric Stewartshell32: Handle NULL pName in ShellLink fnSetDescription.
2010-03-23  Nikolay Sivovshell32/tests: Use strict comparison for return values.
2010-03-22  Paul Vriensshell32/tests: Fix test failures on Win95, Win98 and...
2010-03-19  Nikolay Sivovshell32: Add IPersistFile::GetCurFile implementation...
2010-01-22  Huw Daviesshell32: Add a test to show the IShellLink_GetIDList...
2009-11-16  Alexandre Julliardshell32: Fix setting of NULL arguments in IShellLink.
2009-09-10  Paul Vriensshell32/tests: Fix a test failure on Win95/NT4.
2009-09-10  Paul Vriensshell32/tests: Fix a crash on Win9x.
2009-09-09  Hans Leidekkershell32: Reject NULL path in IShellLink_SetPath.
2009-09-02  Ge van Geldorpshell32/tests: Fix tests on Vista+.
2009-08-03  Nicolas Le Camshell32/tests: Add test for shell links to short path...
2009-05-18  Vincent Povirkshell32: Handle NULL return icon parameters in SHDefExt...
2009-02-25  Francois Gougetshell32/tests: Use win_skip() to skip over unimplemente...
2008-11-05  Paul Vriensshell32/tests: Fix a test failure on NT4.
2008-10-21  Paul Vriensshell32/tests: Use win_skip instead of trace.
2008-10-09  Paul Vriensshell32/tests: Fix a failure on NT4.
2008-10-08  Michael Stefaniucshell32/tests: Use FAILED instead of !SUCCEEDED.
2008-08-04  Detlef Riekenbergshell32/tests: Fix shelllink test on win9x (GetTempPathW).
2008-07-21  Reece Dunnshell32/tests: Vista returns E_INVALIDARG if the path...
2008-07-21  Reece Dunnshell32: Make the tests build with the Vista SDK.
2008-07-21  Reece Dunnshell32: Do not use a fixed path in the shelllink tests.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-06-23  Alexandre Julliardshell32/tests: Use the original path if GetLongPathName...
2008-05-27  Paul Vriensshell32/tests: Run tests again on win95.
2008-05-26  James Hawkinsshell32: Test against the long form of the path.
2008-05-20  Paul Vriensshell32/tests: SHGetPathFromIDListA returns a BOOL...
2008-05-19  Paul Vriensshell32/tests: Fix test when running on Wine.
2008-05-07  Francois GougetAssorted spelling fixes.
2008-02-27  Francois Gougetshell32/tests: Use the IShellLinkDataList's standard...
2008-02-15  Paul Vriensshell32/tests: GetLongPathNameA is not implemented...
2008-02-04  Francois Gougetshell32/tests: Fix a couple of copy/paste errors.
2007-11-02  Gerald Pfeifershell32: Remove useless comparison >= 0 for unsigned...
2007-08-17  Paul Vriensshell32/tests: Use GetModuleHandle instead of LoadLibrary.
2007-08-14  Paul Vriensshell32/tests: Make tests run again on win95.
2007-06-29  Misha Koshelevshell32: Fix shelllink creation to non-executable files...
2007-06-29  Misha Koshelevshell32/tests: Fix tests of IShellLinkA_SetPath to...
2007-06-29  Misha Koshelevshell32/tests: Allow CoCreateInstance to return E_NOINT...
2007-06-29  Misha Koshelevshell32/tests: Add test for shell links to existing...
2007-06-29  Misha Koshelevshell32/tests: Allow individual tests in check_lnk...
2007-02-14  Misha Koshelevshell32/tests: Test creating shell links for commands...
2006-10-09  Hans Leidekkershell32/tests: Win64 printf format warning fixes.
2006-10-03  Francois Gougetshell32: Microsoft's EXP_DARWIN_LINK structure does...
2006-08-09  Mike McCormackshell32: IShellLink::SetPath removes quotes from the...
2006-08-09  Mike McCormackshell32: Fix test compilation with MSVC6.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-22  Eric Pouechshell32: Fixes for bugs found by valgrind on shell32...
2005-11-04  Mike McCormackPartially implement and test the shelllink object's
2005-07-24  Francois GougetGet started testing ShellExecute().
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-01  Mike McCormackEliminate some -Wwrite-strings warnings.
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-02-25  Mike McCormack- implement loading and saving of MSI advertised shortc...
2005-02-16  Huw DaviesSetPath("") should return S_OK.
2005-02-14  Francois GougetTest the interaction between IShellLink::SetIDList...
2004-10-22  Mike McCormackAdd a test for creating empty shelllink files.