comctl32/listview: Convert header notifications to ANSI in place.
[wine] / dlls / comctl32 / comctl32undoc.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2011-12-20  Nikolay Sivovcomctl32: Fix parameter validation for CreateMRUListLaz...
2011-05-02  Nikolay Sivovcomctl32: Ignore size field when creating with -W calls.
2011-05-02  Nikolay Sivovcomctl32: Adjust field names and some defines to match...
2010-02-26  Reece Dunncomctl32/mru: In EnumMRUListA, ensure that the string...
2009-09-09  Alexandre Julliardcomctl32: Use explicit prototypes for function pointers.
2009-05-25  Nikolay Sivovcomctl32/mru: Check for NULL handles in MRU calls.
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2007-12-06  Peter Oberndorfercomctl32: EnumMRUListA/W fix getting list size by negat...
2007-07-20  Mikołaj Zalewskicomctl32: tooltips: Remove broken support for non-NULL...
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-03-23  Andrew Talbotcomctl32: Constify some variables.
2007-03-08  Michael Stefaniuccomctl32: Remove redundant NULL checks before Free...
2007-02-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2006-11-02  Paul Vrienscomctl32: Move documented functions to string.c.
2006-10-20  Andrew Talbotcomctl32: Cast-qual warnings fix.
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-19  Mikołaj Zalewskicomctl32: Add Str_SetPtrWtoA analogue to Str_SetPtrAtoW.
2006-03-27  Mike McCormackcomctl32: Having an MRU list without a compare function...
2006-01-03  Thomas Weidenmuellercomctrl32: ReAlloc should be able to move memory blocks...
2005-09-17  Ge van GeldorpBuffer size needs to be specified in bytes on input.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-06  Aric StewartReading the MRUlist using the W functions we need to...
2005-08-30  Frank RichterFix warnings in 64bit.
2005-07-28  Steven EdwardsCorrect RegCreateKeyEx[A/W] prototype to match the...
2005-07-06  Felix NawothnigMove DPA and DSA functions out of comctl32undoc.c as...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-03-24  Dimitrie O. PaunComplete the unicodification of comctl32undoc.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-10  Jon GriffithsImplement the remaining MRU functions, fix a couple...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-02-17  Robert ShearmanForward some wrapper functions since we don't care...
2004-02-17  Robert ShearmanMove string functions to separate file.
2004-02-17  Robert ShearmanDocumentation update.
2004-02-06  Robert ShearmanFix nGrow initialization in DPA_CreateEx.
2004-01-26  Alexandre JulliardThere is no need for a private heap in comctl32, memory...
2003-11-20  Dimitrie O. PaunRemove some dead code: hwndParent is not used anywhere.
2003-09-17  Alexandre JulliardRenamed the COMCTL32_* functions to use the exported...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-11  Robert ShearmanAdd proper names to ordinal-only functions.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-22  Filip NavaraFixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-15  Uwe BonnesDPA_Search: Handle DPAS_INSERTBEFORE on empty list.
2003-05-11  Alexandre JulliardOrdinals 410-413 are the window subclassing functions.
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-16  Rolf KalbermatterAdd config.h/port.h to allow compilation/linking in...
2002-12-13  Robert ShearmanImplemented StrStrIW.
2002-10-23  Dimitrie O. PaunAppend to the end of the DPA, if insert index is too...
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-21  Dimitrie O. PaunDPAs can't have more than 0x8000 elements (fixed with...
2002-10-21  Dimitrie O. PaunNo need to increment item size, it's already adjusted...
2002-10-21  Dimitrie O. PaunDo not rely on HeapReAlloc to allocate a NULL pointer.
2002-10-21  Dimitrie O. PaunRewrite DPA_InsertPtr in terms on DPA_SetPtr, so that...
2002-09-25  Paul RupeResize dynamic pointer array more carefully when adding...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-16  Dmitry TimoshkovImplement comctl32.417 and shlwapi.299. This avoids...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Guy L. AlbertelliFix problems in DPA_Merge exposed by previous code...
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2002-01-31  Guy Albertelli- fix order of parameters is SendNotify
2002-01-29  Huw D M DaviesRemoved IsBadStringPtrA call that caused trouble.
2002-01-18  Aric StewartInitialize streamData and check on failure to read...
2002-01-18  Huw D M DaviesStub for comctl32.419
2002-01-15  Aric StewartCatch maximum number of times and return out of memory...
2002-01-14  Huw D M DaviesConvert MRULists to Unicode.
2001-09-20  Guy AlbertelliImplement most of the MRU related functions.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-22  Andreas MohrSpelling fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-04-30  Chris MorganImplement COMCTL32_StrToIntW() using NTDLL's _wtoi.
2001-02-14  François GougetChange the callback declarations to a safer format.
2000-11-30  Guy L. AlbertelliImplement better version of DPA_Merge.
2000-11-25  Marcus MeissnerMultiByteToWideChar() returns characters, not bytes.
2000-11-15  Eric KohlNew unicode support functions.
2000-11-04  Marcus MeissnerFixed off by one error in DPA handling, added some...
2000-09-06  Mike McCormackFixed a bug (incorrect size in memmove) that I introduc...
2000-09-04  Mike McCormackRewrote quicksort to solve infinite recursions Win98...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-07-08  Andreas MohrDSA_InsertItem returns nIndex, not nItemCount.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-03  Eric KohlUpdated to dll version 5.81 (IE 5.01).
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
1999-12-25  Huw D M DaviesDPA_DeletePtr was resizing the array to a too small...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-04  Huw D M DaviesAdded stubs for several MRU list functions and document...
next