- 11 Sep, 2001 1 commit
-
-
Patrik Stridvall authored
-
- 10 Sep, 2001 1 commit
-
-
Patrik Stridvall authored
-
- 07 Sep, 2001 2 commits
-
-
Guy L. Albertelli authored
- Handle some cases of CCS_TOP, CCS_BOTTOM, and CCS_NOPARENTALIGN. - Handle values returned from the RBN_CHILDSIZE notification. - Implement RBBS_CHILDEDGE. - Fix some logic errors in REBAR_AdjustBands, and problems with CCS_VERT.
-
Guy L. Albertelli authored
- Fix nButtonHeight so that it is not zero in some cases - Support TBSTYLE_TRANSPARENT. - Fix handling in WM_ERASEBKGND so that the default erase occurs between notifies. - Fix WM_NCCREATE processing to issue proper WM_STYLECHANGING (via SetWindowLong) and document the issues.
-
- 24 Aug, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 21 Aug, 2001 1 commit
-
-
Gerard Patel authored
mode.
-
- 20 Aug, 2001 1 commit
-
-
Gerard Patel authored
-
- 18 Aug, 2001 1 commit
-
-
Eric Pouech authored
in comctl32 delay loading of msvfw32 by manual loading.
-
- 13 Aug, 2001 4 commits
-
-
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.
-
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.
-
Guy L. Albertelli authored
message.
-
Guy L. Albertelli authored
- Allow WM_WINDOWPOSCHANGING when the control is size 0 to set initial size. - Combine multiple SetWindowPos calls in same processing line and make the flags like native. - Redo WM_NCCALCSIZE to match native. - Since Pager is a "transparent" control (except for its own buttons), the WM_ERASEBKGND needs to be passed to the parent. Also do the window offset like the native control does.
-
- 10 Aug, 2001 1 commit
-
-
Jörg Mayer authored
-
- 06 Aug, 2001 1 commit
-
-
Andreas Mohr authored
-
- 03 Aug, 2001 1 commit
-
-
Guy L. Albertelli authored
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.
-
- 31 Jul, 2001 1 commit
-
-
Nog authored
enabled.
-
- 26 Jul, 2001 2 commits
-
-
Marcus Meissner authored
-
Guy L. Albertelli authored
height (fixes overlap of image and text in IE4). - Handle return codes from TBN_DROPDOWN (allows a "dropdown" to be treated like a regular button). - Implement TBN_BEGINDRAG and TBN_ENDDRAG in WM_LBUTTON{DOWN|UP} (not necessary but done by native). - Implement NM_RELEASEDCAPTURE and NM_CLICK.
-
- 25 Jul, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 24 Jul, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 20 Jul, 2001 3 commits
-
-
Guy L. Albertelli authored
- Add trace to show the paint rectangle prior to refreshing.
-
Guy L. Albertelli authored
- Correct implementation of WM_SETREDRAW to be closer to native. - Do more implementation of RBS_AUTOSIZE in the WM_SIZE processor. - Implement RBBS_VARIABLEHEIGHT. Used by IE4. - Do more testing in WM_SIZE to handle strange cases like native.
-
Guy L. Albertelli authored
-
- 18 Jul, 2001 1 commit
-
-
Patrik Stridvall authored
of implementated functions are included. - Corrected mismatching prototypes. - Cleaned up the include section.
-
- 17 Jul, 2001 2 commits
-
-
Francois Gouget authored
-
Gerard Patel authored
TB_SETIMAGELIST.
-
- 08 Jul, 2001 1 commit
-
-
Guy L. Albertelli authored
styles WS_VISIBLE and CCS_TOP. - Implement messages WM_NCHITTEST, WM_STYLECHANGED, RB_MOVEBAND, RB_MINIMIZEBAND. - Improve preformance by removing calls to GetWindowLong for GWL_STYLE (by saving state and handling WM_STYLECHANGED). - Cleanup and remove dead and test code.
-
- 02 Jul, 2001 4 commits
-
-
Patrik Stridvall authored
-
Guy L. Albertelli authored
in WinZip).
-
Mike McCormack authored
-
Guy L. Albertelli authored
-
- 24 Jun, 2001 3 commits
-
-
Guy L. Albertelli authored
notify formats. - Move the drawing of the band backgrounds and band separators to the WM_ERASEBKGND processing just the way the native controls do. - Implement WM_SETREDRAW.
-
Guy L. Albertelli authored
- Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE notify formats. - Fix some drawing issues with COMBOEX_DrawItem.
-
Guy L. Albertelli authored
-
- 22 Jun, 2001 1 commit
-
-
Andreas Mohr authored
-
- 20 Jun, 2001 1 commit
-
-
Patrik Stridvall authored
-
- 19 Jun, 2001 2 commits
-
-
Patrik Stridvall authored
-
Patrik Stridvall authored
-
- 11 Jun, 2001 1 commit
-
-
Guy L. Albertelli authored
matches native. - major redesign of band layout, now comes a lot closer to native for the test programs. - support RBS_VARHEIGHT for both on and off. - better debug info, and performance improvement
-
- 06 Jun, 2001 1 commit
-
-
Marcus Meissner authored
-