- Add debugging dumps of bar and buttons, and trace entry for each
commit9a1a35e48939dfbbe673544de94122deaa6c2d9b
authorGuy L. Albertelli <galberte@neo.lrun.com>
Fri, 3 Aug 2001 18:10:30 +0000 (3 18:10 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 3 Aug 2001 18:10:30 +0000 (3 18:10 +0000)
treec9cb78cc30264c5f95afae7c78dd5236a815db9b
parentb70c22d4a9819d1a6855207a164f6693ac85dd09
- Add debugging dumps of bar and buttons, and trace entry for each
  message.
- Organize WM_NOTIFY processing in preparation for Unicode
- Implement TBN_GETDISPINFO and I_IMAGECALLBACK for bitmaps.
- Implement drawing of separator for TBSTYLE_DROPDOWN similar to native.
- Change drawing of buttons to support TBSTYLE_LIST and make match
  native pixel layout (with and without bitmaps).
- Change TOOLBAR_MeasureString to measure with DrawText like native.
  This eliminates extra space due to prefix char ("&").
- Speed up TOOLBAR_CalcStrings by doing the HDC and FONT selection once.
- Change calc of buttons to match drawing for TBSTYLE_LIST and
  separators.
dlls/comctl32/toolbar.c