comctl32/imagelist: Allow only one drag cursor.
[wine] / dlls / comctl32 / imagelist.c
2013-02-25  Daniel Jelinskicomctl32/imagelist: Allow only one drag cursor.
2013-01-02  Andrew Talbotcomctl32: Avoid signed-unsigned integer comparisons.
2012-08-20  Nikolay Sivovcomctl32: Call interface methods properly.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-30  Thomas Fabercomctl32: Fix MSVC build in imagelist.c.
2012-01-12  Austin Englishcomctl32: Fix a grammar error in comment.
2012-01-11  Alexandre Julliardcomctl32: Fix management of imagelist growth amount.
2011-12-16  Alexandre Julliardcomctl32: Use GetDIBits to retrieve the default color...
2011-12-16  Alexandre Julliardcomctl32: Use DrawIconEx to copy icon bits and use...
2011-12-16  Alexandre Julliardcomctl32/tests: Add some more tests for ImageList_Write.
2011-12-15  Alexandre Julliardcomctl32: Don't try to mask out the image for palette...
2011-11-21  Alexandre Julliardcomctl32: Merge imagelist definitions into the C file.
2011-11-21  Alexandre Julliardcomctl32: Take the total bitmap size into account when...
2011-11-15  Alexandre Julliardcomctl32: Setup the alpha channel also when reading...
2011-11-15  Alexandre Julliardcomctl32: Add a couple of DIB helper functions for...
2011-10-31  Michael Stefaniuccomctl32: Drop 'inline' from a function using sigsetjmp.
2011-10-28  Huw Daviescomctl32: Initialise the mask's colour table.
2011-09-19  Francois Gougetcomctl32: Don't crash when getting a bad image list...
2011-08-29  Alexandre Julliardcomctl32: Simplify the DIB byte width computation.
2011-01-17  Nikolay Sivovcomctl32/imagelist: Fix a couple of imagelist leaks...
2011-01-10  Alexandre Julliardcomctl32/imagelist: Don't change destination size in...
2010-10-14  Alexandre Julliardcomctl32: Use the appropriate color format when loading...
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/imagelist: Fix failure code for IImageList_Rem...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fix failure code for IImageList_Draw().
2010-06-23  Dmitry Timoshkovcomctl32: Add a bunch of imagelist storage tests, make...
2010-06-08  Alexandre Julliardcomctl32/imagelist: Grow the has_alpha array also in...
2010-06-02  Alexandre Julliardcomctl32: Only support an alpha channel for 32-bpp...
2010-06-01  Alexandre Julliardcomctl32/imagelist: Initialize the mask bits to zero...
2010-06-01  Alexandre Julliardcomctl32/imagelist: Don't select the mask bitmap into...
2010-05-26  Alexandre Julliardcomctl32/imagelist: Fix a copy/paste typo in ImageList_...
2010-05-26  Alexandre Julliardcomctl32/imagelist: Add support for 25% and 50% blendin...
2010-05-19  Alexandre Julliardcomctl32/imagelist: Clear pixels that fall outside...
2010-05-18  Alexandre Julliardcomctl32/imagelist: Don't pre-multiply the stored image...
2010-05-17  Alexandre Julliardcomctl32/imagelist: Fix the allocated size of the has_a...
2010-05-16  Alexandre Julliardcomctl32/imagelist: Generate the mask from the alpha...
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: Store an alpha channel present flag for each...
2010-05-14  Alexandre Julliardcomctl32: Also generate an alpha channel when replacing...
2010-05-14  Alexandre Julliardcomctl32: Generate an alpha channel if necessary when...
2010-05-14  Alexandre Julliardcomctl32: Make ImageList_AddMasked call ImageList_Add...
2010-05-11  Michael Stefaniuccomctl32: Update some ImageList comments.
2010-05-10  Alexandre Julliardcomctl32: Apply the imagelist mask when alpha blending.
2010-05-05  Alexandre Julliardcomctl32: Add support for alpha blending in ImageList_D...
2010-04-07  Dmitry Timoshkovcomctl32: Do not use width of the passed to ImageList_A...
2010-01-26  Michael Stefaniuccomctl32: Use IS_INTRESOURCE instead of HIWORD to check...
2009-12-01  Michael Stefaniuccomctl32: Use FAILED instead of !SUCCEEDED.
2009-11-17  Owen Rudgecomctl32: Implement imagelist drag functions, GetOverla...
2009-11-17  Owen Rudgecomctl32: Implement GetImageRect, Get/SetIconSize,...
2009-11-16  Nikolay Sivovcomctl32/imagelist: Make ImageList_Destroy just decreas...
2009-11-16  Nikolay Sivovcomctl32/imagelist: Get rid of magic field, use vtable...
2009-11-16  Owen Rudgecomctl32: Implement Copy, Merge and Clone methods in...
2009-11-16  Owen Rudgecomctl32: Implement SetOverlayImage, Replace, AddMasked...
2009-11-16  Owen Rudgecomctl32: Implement Add, ReplaceIcon, GetImageCount...
2009-11-16  Marcus Meissnercomctl32: Removed useless NULL check (Coverity).
2009-11-13  Owen Rudgecomctl32: Add basic structure for IImageList interface.
2009-08-13  Owen Rudgecomctl32: Add stubs for image list functions introduced...
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2008-10-27  Michael Stefaniuccomctl32: HGDIOBJ is interchangeable with other handle...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-10-08  Michael Stefaniuccomctl32: Use FAILED instead of !SUCCEEDED.
2008-07-29  Gerald Pfeifercomctl32: Remove unused parameter from _read_bitmap().
2008-07-08  Andrew Talbotcomctl32: Remove unneeded address-of operators from...
2007-11-15  Gerald Pfeifercomctl32: Remove check which never triggers.
2007-11-14  Alexandre Julliardcomctl32: Fixed handling of monochrome icons in image...
2007-06-01  Misha Koshelevcomctl32: imagelist: Fix simultaneous selection of...
2007-05-18  Aric Stewartcomctl32: Trying to blend an image without a mask cause...
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-04-23  Dmitry Timoshkovcomctl32: Fix an off by one error in ImageList_Remove.
2007-02-15  Dmitry Timoshkovcomctl32: Change internal imagelist bitmap storage...
2007-02-13  Dmitry Timoshkovcomctl32: Implement ImageList_GetFlags.
2007-02-12  Dmitry Timoshkovcomctl32: Make ImageList_Read and ImageList_Write compa...
2007-01-25  Felix Nawothnigcomctl32: Degrade ERR to WARN.
2006-12-11  Peter Oberndorfercomctl32: Fix imagelist regression from "comctl32:...
2006-11-15  Alexandre JulliardRevert "comctl32: Fix a potential regression in ImageLi...
2006-11-14  Mike McCormackcomctl32: Remove a redundant variable.
2006-11-14  Mike McCormackcomctl32: Fix a potential regression in ImageList_Repla...
2006-11-14  Mike McCormackcomctl32: When removing an image, move the remaining...
2006-11-13  Paul Vrienscomctl32: Remove deadcode (Coverity).
2006-11-08  Mike McCormackcomctl32: Fix a regression in ImageList_AddMasked().
2006-11-08  Mike McCormackcomctl32: Remove Nx1 assumptions in ImageList_Read.
2006-11-06  Mike McCormackcomctl32: Switch to a Nx4 tiling.
2006-11-06  Mike McCormackcomctl32: Remove a Nx1 assuption in ImageList_AddMasked().
2006-11-06  Mike McCormackcomctl32: Check if GetObject fails on bitmaps passed...
2006-11-06  Mike McCormackcomctl32: Fix Nx1 assumptions when adding multiple...
2006-11-06  Mike McCormackcomctl32: Fix an Nx1 in ImageList_DrawIndirect().
2006-11-06  Mike McCormackcomctl32: Remove another Nx1 assumption from ImageList_...
2006-11-06  Mike McCormackcomctl32: Remove Nx1 assumptions in ImageList_Merge.
2006-11-06  Mike McCormackcomctl32: Remove Nx1 assumptions in ImageList_GetIcon().
2006-11-06  Mike McCormackcomctl32: Use imagelist_copy_images() in ImageList_SetI...
2006-11-06  Mike McCormackcomctl32: Create a helper function to copy a block...
next