rebar: In AutoSize get the window rc after REBAR_Layout if needed to respect the...
[wine] / dlls / comctl32 / syslink.c
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-03-08  Michael Stefaniuccomctl32: Remove redundant NULL checks before Free...
2007-02-20  Thomas Weidenmuellercomctl32: Implement LM_GETIDEALSIZE for the syslink...
2007-02-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
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.