- 14 Aug, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 09 Aug, 2000 1 commit
-
-
Alexandre Julliard authored
directory.
-
- 06 Aug, 2000 1 commit
-
-
Chris Morgan authored
RedrawWindow was being used for the RDW_UPDATENOW flag which forced an immediate WM_PAINT message. Moving to InvalidateRect should let WM_PAINTs occur normally.
-
- 23 Jul, 2000 1 commit
-
-
David Elliott authored
- Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout the function - Use lstrcpynW instead of lstrcpyW
-
- 15 Jul, 2000 1 commit
-
-
Rob Farnum authored
-
- 11 Jul, 2000 1 commit
-
-
Chris Morgan authored
is non-zero. Better fix than my previous patch.
-
- 08 Jul, 2000 2 commits
-
-
Chris Morgan authored
is non-zero or the default himl, himlDef, is non-zero. Fixes a bug in WinZip 8.0 where text is not shifted down by the height of the button image.
-
Gerard Patel authored
been added.
-
- 25 Jun, 2000 1 commit
-
-
Mike McCormack authored
TOOLBAR_SetButtonSize after button added to the toolbar (latter for WINZIP32.EXE)
-
- 23 Jun, 2000 1 commit
-
-
Dave Hawkes authored
-
- 11 Jun, 2000 1 commit
-
-
Patrik Stridvall authored
-
- 07 Jun, 2000 2 commits
-
-
Aric Stewart authored
-
Uwe Bonnes authored
-
- 04 Jun, 2000 2 commits
-
-
Michael Cardenas authored
-
Eric Kohl authored
-
- 25 May, 2000 1 commit
-
-
Chris Morgan authored
toolbar is repainting. Reduces processing by approximately 85-95% in most cases.
-
- 23 May, 2000 2 commits
-
-
Chris Morgan authored
TOOLBAR_MouseMove() only if hot effect applies to the current hot button. Restore bHot flag of hot button in TOOLBAR_LButtonUp() to restore hot effect properly.
-
Aric Stewart authored
an index into the buttons array.
-
- 19 May, 2000 1 commit
-
-
Aric Stewart authored
the buttons in the open dialog box where too tall.
-
- 10 May, 2000 1 commit
-
-
Aric Stewart authored
avoiding trying to draw invalid bitmaps. - Avoid directly calling drawing functions instead invalidating rects and relying on WM_PAINT. - For the dropdown event check the button style as opposed to the toolbar style.
-
- 28 Apr, 2000 1 commit
-
-
Chris Morgan authored
Added TrackMouseEvent calls to TOOLBAR_MouseMove. Hot buttons now look/behave almost exactly the same as native windows.
-
- 24 Apr, 2000 1 commit
-
-
Martin Fuchs authored
-
- 23 Apr, 2000 1 commit
-
-
Alexandre Julliard authored
Redraw toolbar button inside TOOLBAR_EnableButton() only if the state of the button changes. Stops flickering in toolbars caused by excessive redrawing.
-
- 15 Apr, 2000 1 commit
-
-
Martin Fuchs authored
-
- 29 Feb, 2000 1 commit
-
-
Niels Kristian Bech Jensen authored
-
- 25 Feb, 2000 1 commit
-
-
Hidenori Takeshima authored
-
- 13 Feb, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 10 Feb, 2000 1 commit
-
-
Jeremy White authored
the resulting compilation failures).
-
- 28 Nov, 1999 2 commits
-
-
Dave Pickles authored
WM_NCCREATE or after WM_DESTROY.
-
Eric Kohl authored
-
- 23 Nov, 1999 1 commit
-
-
Eric Kohl authored
- added unicode messages
-
- 21 Nov, 1999 1 commit
-
-
Eric Pouech authored
Added dropdown button support.
-
- 07 Nov, 1999 1 commit
-
-
Juergen Schmied authored
- replaced buttons with a toolbar
-
- 23 Oct, 1999 1 commit
-
-
Eric Pouech authored
-
- 31 Jul, 1999 2 commits
-
-
Patrik Stridvall authored
functions static.
-
Eric Kohl authored
-
- 26 Jun, 1999 2 commits
-
-
Patrik Stridvall authored
Removed warnings. Made the include files self-sufficient. Some Solaris fixes.
-
Alexandre Julliard authored
Fixed various problems related to bitmaps and flat toolbars.
-
- 12 Jun, 1999 1 commit
-
-
Alexandre Julliard authored
Stridvall.
-
- 22 May, 1999 1 commit
-
-
Marcus Meissner authored
variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
-