comctl32/tests: Removed sign comparison warning in rebar tests.
[wine] / dlls / comctl32 / tests / imagelist.c
2011-06-06  Marko Nikoliccomctl32/tests: Removed sign comparison warning in...
2011-02-14  Gerald Pfeifercomctl32/tests: Avoid uninitialized variable warning...
2011-02-07  Austin Englishcomctl32/tests: Make sure to use return value (LLVM...
2010-10-15  Austin Lundcomctl32/tests: Fix ImageList tests for different devic...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Fix return value for IImageList_Get...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Fix return value from IImageList_Se...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Remove parameter check from IImageL...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Fix reference leak in IImageList_Cl...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Remove parameter check from IImageL...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Make IImageList_Merge() crash like...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fail to create imagelist with zero...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fail in ImageList_GetIconSize on...
2010-08-20  Nikolay Sivovcomctl32/tests: More imagelist tests to show broken...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fix failure code for IImageList_Rem...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fix failure code for IImageList_Draw().
2010-08-20  Nikolay Sivovcomctl32/tests: Use reduced IMAGELISTDRAWPARAMS structu...
2010-08-20  Nikolay Sivovcomctl32/tests: Use better names for test functions...
2010-06-23  Dmitry Timoshkovcomctl32: Add a bunch of imagelist storage tests, make...
2010-05-16  Alexandre Julliardcomctl32/imagelist: Pre-multiply the colors by the...
2010-05-14  Alexandre Julliardcomctl32: Always alpha blend images for 32-bpp imagelists.
2010-05-14  Alexandre Julliardcomctl32: Generate an alpha channel if necessary when...
2010-03-29  Mikhail Maroukhinecomctl32: Fix compiler warnings.
2009-12-01  Michael Stefaniuccomctl32: Use FAILED instead of !SUCCEEDED.
2009-11-19  Owen Rudgecomctl32/tests: Fix imagelist v6 test failures on XP.
2009-11-19  Owen Rudgecomctl32/tests: Use SHIL_SYSSMALL instead of LARGE...
2009-11-17  Owen Rudgecomctl32/tests: Use defined flags instead of magic...
2009-11-17  Owen Rudgeshell32: Implement SHGetImageList and remove todo_wine...
2009-11-17  Owen Rudgecomctl32/tests: Add hotspot/drag test for IImageList.
2009-11-17  Owen Rudgecomctl32/tests: Add test of IImageList_Merge function.
2009-11-16  Nikolay Sivovcomctl32/imagelist: Make ImageList_Destroy just decreas...
2009-11-16  Nikolay Sivovcomctl32/imagelist: Use defined flags instead of magic...
2009-11-16  Owen Rudgecomctl32/tests: Add further tests for IImageList.
2009-11-16  Owen Rudgecomctl32/tests: Add tests for IImageList based on stand...
2009-11-13  Paul Vrienscomctl32/tests: Remove unused parameter.
2009-11-13  Owen Rudgecomctl32/tests: Add IImageList creation test.
2009-10-21  Nikolay Sivovcomctl32/tests: Release activation context handle when...
2009-10-09  Joel Holdsworthcomctl32/tests: Added tests for ImageList_DrawIndirect.
2009-08-19  Francois Gougetcomctl32/tests: Add a trailing '\n' to ok() calls.
2009-08-13  Owen Rudgecomctl32/tests: Add basic test for IImageList using...
2009-01-05  Michael Stefaniuccomctl32/tests: Do not cast the IDC_* defines to a...
2008-10-27  Michael Stefaniuccomctl32: HGDIOBJ is interchangeable with other handle...
2008-10-21  Paul Vrienscomctl32/tests: Use win_skip instead of trace.
2008-09-24  James Hawkinscomctl32: Fix several failing tests in win95.
2007-12-10  Francois Gougetcomtcl32/tests: Dynamically load ImageList_SetImageCoun...
2007-05-02  Dmitry Timoshkovcomctl32: Remove a stray back slash.
2007-04-24  Dmitry Timoshkovcomctl32: Add more image list tests, fix one problem...
2007-04-23  Dmitry Timoshkovcomctl32: Add an image list storage test, make it pass...
2007-02-19  Rob Shearmancomctl32: Don't free user32 objects with a gdi32 functi...
2006-10-23  Rob Shearmancomctl32: Fix imagelist leak in tests.
2006-10-13  Michael Ploujnikovcomctl32/tests: Win64 printf format warning fixes.
2006-09-21  Mikołaj Zalewskicomctl32: imagelist: SetImageCount can be used to decre...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-02-10  Francois GougetAssorted spelling fixes.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-14  Gerald PfeiferCompletely disable unused function show_image().
2004-10-07  Jon GriffithsImageList_Merge should not fail if indices are bad.
2004-09-28  Michael Stefaniuc- native ImageList_Remove dosn't spit out an error...
2004-09-02  Ferenc WagnerAdded \n to ok() strings in the imagelist tests.
2004-08-31  Francois GougetMSVC does not like the typeof() in the function pointer...
2004-08-26  Robert ShearmanAllow image list tests to compile and run on old platforms.
2004-08-24  Mike McCormackTests for icon and bitmap adding and removing and bitma...
2004-08-22  Michael StefaniucTest case for hotspot handling.