comctl32: Replace malloc() with HeapAlloc().
[wine] / dlls / comctl32 / imagelist.c
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...
2005-01-10  Mike McCormackFix image list mask and blending.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-10-18  Robert ShearmanImplement ImageList_SetColorTable.
2004-10-07  Jon GriffithsImageList_Merge should not fail if indices are bad.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  Michael Stefaniuc- native ImageList_Remove dosn't spit out an error...
2004-08-22  Michael Stefaniuc- Fix hotspot handling
2004-08-13  Jon GriffithsMake pattern brush data const.
2004-06-28  Filip NavaraSet the palette for image list DIBs that has 8 or less...
2004-02-27  Robert ShearmanUpdate common control function documentation.
2004-02-24  Maxime BellengéFix a regression in ImageList_Create when creating...
2004-02-20  Ulrich CzekallaUse dibsections for the images.
2004-01-16  Vincent BéronGet rid of a W->A cross call in ImageList_LoadImageW.
2003-11-12  Huw DaviesFix some weird logic in ImageList_Write.
2003-11-04  Huw DaviesFix a fixme.
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-29  Mike HearnAvoid division by zero when the imagelist is created...
2003-08-22  Filip NavaraFixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
2003-05-13  Vitaliy MargolenRearrange members of HIMAGELIST to match Windows.
2003-04-02  Vitaliy MargolenFix ImageList_Read - the root cause of ugly toolbar...
2003-03-17  Mike HearnFix a typo.
2003-03-06  Tony LambregtsJanitorial. Get rid of W->A call.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2003-01-02  Duane ClarkValidate imagelists with christmas magic.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-18  Dimitrie O. PaunUse DeleteDC instead of DeleteObject to free HDCs ...
2002-11-11  Rolf KalbermatterFix some NULL dereferencing.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-16  Dimitrie O. PaunAdd comment on what is known about the current state...
2002-10-15  Dimitrie O. PaunDo not merge image with garbage background. Based on...
2002-09-24  Dimitrie O. PaunSmall cleanups, updated documentation.
2002-09-12  Dimitrie O. Paun- Rewrite the drawing code. It now is much smaller...
2002-09-06  Dimitrie O. Paun- Complete support for rgb{Fg,Bk} in DrawIndirect.
2002-09-04  Dimitrie O. Paun- Fix ImageList_GetIcon to use ImageList_* functions for
2002-09-04  Dimitrie O. Paun- implement support for xBitmap and yBitmap in ImageLis...
2002-08-16  Mike McCormackImageList_SetImageCount should set nCurImage (the number of
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-22  Michael StefaniucImageList_Remove returns TRUE when removing all images...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Sander van LeeuwenMatch behaviour of ImageList_LoadImageA wrt cx paramete...
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Dave HawkesPartially repair hotspot handling.
2002-01-29  Charles LoepImplemented ImageList_Write.
2002-01-15  Huw D M DaviesStubs for ImageList_[S|G]etFlags.
2001-12-31  Michael StefaniucFixed memory leak.
2001-12-19  Michael StefaniucFixed/implemented the ImageList_*Drag* functions.
2001-11-30  Michael StefaniucImplemented ImageList_GetDragImage.
2001-09-10  Patrik StridvallUse the min/max in windef.h instead.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
next