comctl32/tests: Write-strings warnings fix.
[wine] / dlls / comctl32 / syslink.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-06  Thomas Weidenmuellercomctl32: Reduce memory usage of the syslink control.
2006-01-06  Thomas Weidenmuellercomctl32: Some painting fixes for the syslink control.
2005-11-21  Thomas WeidenmuellerImproved word wrapping and tab key handling.
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-04-11  Dimitrie O. PaunAudit the code against Comctl32.dll version 6.0.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-25  Dimitrie O. PaunUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
2005-03-25  Dimitrie O. PaunHandle wParam in WM_PAINT properly: if non-null, it...
2005-03-02  Francois GougetAssorted spelling fixes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-08  Thomas WeidenmüllerFree allocated font handles when control is destroyed.
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-08-06  Thomas WeidenmüllerImplemented syslink control.