1. 18 Aug, 2001 11 commits
  2. 17 Aug, 2001 3 commits
  3. 16 Aug, 2001 6 commits
  4. 15 Aug, 2001 16 commits
  5. 13 Aug, 2001 4 commits
    • Alexandre Julliard's avatar
      Added mappings for a few messages. · 20bc491d
      Alexandre Julliard authored
      Added unicode messages bit set to shortcut message mapping when
      possible.
      20bc491d
    • Alexandre Julliard's avatar
      Fixed some message names. · 1293531a
      Alexandre Julliard authored
      1293531a
    • Guy L. Albertelli's avatar
      - Implemented RB_MAXIMIZEBAND for the "ideal=TRUE" case. · d1c46851
      Guy L. Albertelli authored
      - Implemented NM_CUSTOMDRAW notifications for the ITEMPREPAINT and
        ITEMPOSTPAINT only. (Used by IE4 - go figure.)
      - Invalidate window rectangles after certain RB_ messages like the
        native. Fixed some painting problems.
      - Added UpdateWindow call in _MoveChildWindows to fix other painting
        problems.
      - Set the Caption Font as the default font for all bands.
      d1c46851
    • Guy L. Albertelli's avatar
      - Implement TBSTYLE_FLAT as "transparent" toolbar and buttons. (Skip · f617391d
      Guy L. Albertelli authored
        FillRect and BF_MIDDLE on _FLAT toolbars.)
      - Issue FIXMEs for unsupported styles.
      - If the "hidden" state has changed then recalc the buttons.
      - Support TBSTYLE_CUSTOMERASE (used by IE4) ans issue some of the
        necessary NM_CUSTOMDRAW notifies.
      - Pass the WM_ERASEBKGND to parent if the toolbar is "transparent".
      - Invalidate the area 1 bigger than the button rect on a WM_MOUSELEAVE
        so that the edge is "erased" by the parent.
      - Support the PGN_CALCSIZE notify since a toolbar can be a child of the
        Pager control.
      f617391d