comctl32: Use WARN instead of ERR if a toolbar index is out of range.
[wine] / dlls / comctl32 / dpa.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2010-01-29  Alexandre Julliardcomctl32: Actually grow the array in DPA_Grow.
2009-09-15  Nikolay Sivovcomctl32/dpa: Implement DPA_GetSize().
2009-09-15  Nikolay Sivovcomctl32/dpa: Implement DPA_SaveStream() with tests.
2009-09-15  Nikolay Sivovcomctl32/dpa: Fix parameter validation in DPA_LoadStream().
2009-09-11  Nikolay Sivovinclude: Move some definitions to public header, use...
2009-09-11  Nikolay Sivovcomctl32/dpa: Fix DPA_Merge() for DPAM_INTERSECT option.
2009-09-10  Nikolay Sivovinclude: Move some documented DPA definitions to public...
2009-07-16  Nikolay Sivovcomctl32/dpa: Don't use start index on searching sorted...
2009-06-04  Andrew Talbotcomctl32: Various const qualifier fixes.
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2007-12-03  Andrew Talbotcomctl32: Remove unneeded casts.
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-01  Alexandre JulliardFixed regression in DPA_Search.
2005-08-01  Felix NawothnigFix DPA_Search for sorted arrays.
2005-07-08  Felix NawothnigFix some DPA functions so they pass the new tests.
2005-07-06  Felix NawothnigMove DPA and DSA functions out of comctl32undoc.c as...