shell32: Avoid crash on NULL pointer.
[wine] / dlls / shell32 / autocomplete.c
2012-01-13  Detlef Riekenbergshell32: Reorder functions to avoid forward declarations.
2011-07-25  Nikolay Sivovshell32/autocomplete: Remove redundant memory initializ...
2011-07-25  Nikolay Sivovshell32/autocomplete: Really append suggested part...
2011-07-25  Nikolay Sivovshell32/autocomplete: Autocompletion should be case...
2011-05-30  Michael Stefaniucshell32: COM cleanup in autocomplete.c.
2011-02-01  Andrew Nguyenshell32: Keep at least one reference to the autocomplet...
2011-02-01  Andrew Nguyenshell32: Store the autocompletion object pointer in...
2011-02-01  Andrew Nguyenshell32: Improve initialization state and parameter...
2011-01-21  Andrew Nguyenshell32: Fix initial reference count for a new IAutoCom...
2009-12-28  Alexandre Julliardshell32: Don't use the instance of the owner window...
2009-05-21  Alexandre Julliardshell32: Remove unnecessary linefeeds in traces.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts from macros.
2008-12-03  Jan de Mooijshell32/autocomplete: Fix handling of WM_KILLFOCUS...
2008-11-06  Michael Stefaniucshell32: Remove superfluous casts; mostly of void pointers.
2008-11-03  Michael Stefaniucshell32: Do not cast NULL.
2008-10-18  Alexandre Julliardshell32: Convert source files to utf-8.
2008-10-08  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Remove some obsolete FIXMEs...
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Implement GetDropDownStatus.
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Make SetOptions handle setting...
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Fix a logical AND to a bitwise...
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Add stub IAutoCompleteDropDown...
2008-07-30  Mikołaj Zalewskishell32: autocomplete: There is no need for separate...
2008-07-24  Mikołaj Zalewskishell32: autocomplete: Don't pass NULL pceltFetched...
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-03-27  Mikołaj Zalewskishell32: autocomplete: Don't use sel uninitialized.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-07-04  Mike McCormackFix a buffer overrun in autocomplete.
2004-05-02  Maxime BellengéFix a string allocation.
2004-04-30  Maxime Bellengé- Fix the return key handling and clean up the code.
2004-04-26  Maxime BellengéImplemented the ACO_AUTOSUGGEST, ACO_AUTOAPPEND, ACO_UP...
2004-04-19  Maxime BellengéAdd the IAutoComplete and IAutoComplete2 implementation...