comdlg32: Implement SetDefaultFilename.
[wine] / dlls / comctl32 / imagelist.c
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...
2006-11-06  Mike McCormackcomctl32: Fix a regression.
2006-11-02  Mike McCormackcomctl32: imagelist: Remove more 1xN assumptions.
2006-11-02  Mike McCormackcomctl32: Remove a redundant variable.
2006-11-01  Mike McCormackimagelist: Move Nx1 assumptions about bitmaps dimension...
2006-10-31  Mike McCormackcomctl32: Remove some more Nx1 assumptions.
2006-10-27  Mike McCormackcomctl32: Move code assuming Nx1 into ImageList_CreateI...
2006-10-25  Mike McCormackcomctl32: Create a point from index function and use it.
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-09-21  Mikołaj Zalewskicomctl32: imagelist: SetImageCount can be used to decre...
2006-08-18  Oleg Krylovcomctl32: Fix ImageList_Replace function to correctly...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Mike Hearncomctl32: Add OOM codepath in imagelist control.
2005-11-14  Markus AmslerReformat "see" section, to match c2man requirements.
2005-08-30  Frank RichterFix warnings in 64bit.
2005-07-14  Robert ShearmanHandle CopyImage and other functions failing by not...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-03-25  Dimitrie O. PaunUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
2005-03-24  Huw DaviesThe depth of the colour bitmap needs to match that...
2005-02-24  Michael Stefaniuc- ImageList_LoadImage{A,W} were basicaly a cut'n'paste...
next