usp10: Move the application of pair values to a helper function.
[wine] / dlls / user32 / button.c
2011-06-27  Piotr Cabanuser32: Don't redeclare button state macros.
2010-11-04  André Hentscheluser32: Don't paint new button styles instead of crashing.
2010-09-02  Alexandre Julliarduser32: Add a common helper to set controls clip region...
2010-08-16  André Hentscheluser32: Use a macro instead of direct values.
2010-05-18  Dmitry Timoshkovuser32: Paint button focus in the ODA_SELECT case too.
2010-05-17  Dmitry Timoshkovuser32: Add BM_SETSTATE/BM_SETCHECK message tests for...
2010-04-16  Dmitry Timoshkovuser32: Do not ask DrawFrameControl() to modify the...
2010-04-13  Dmitry Timoshkovuser32: Button painting code always sets up the clippin...
2009-12-28  Michael Stefaniucuser32: Remove some explicit LPARAM/WPARAM casts.
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the butto...
2009-12-15  Alexandre Julliarduser32: Implement UserRegisterWowHandlers function...
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-10-12  Dmitry Timoshkovuser32: Make sure that focus_rect is always initialized.
2009-07-23  Dmitry Timoshkovuser32: Draw the whole button only if requested.
2009-07-02  Dmitry Timoshkovuser32: Add a test for BM_SETSTYLE, make it pass under...
2009-06-18  Dmitry Timoshkovuser32: Invalidate button on WM_KILLFOCUS, like Windows...
2009-03-10  Nikolay Sivovuser32: Button should get captured when highlighted...
2008-11-25  Francois Gougetuser32: Remove WINAPI/CALLBACK on static functions...
2008-10-27  Michael Stefaniucuser32: HGDIOBJ is interchangeable with other handle...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-17  Alexandre Julliarduser32: Added support for WS_EX_RIGHT in the button...
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2007-12-19  Dmitry Timoshkovuser32: Make sure to setup clipping before any painting...
2007-12-17  Dmitry Timoshkovuser32: Always clip the button painting to the client...
2007-11-09  Andrew Talbotuser32: Constify some variables.
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-08-09  Francois GougetAssorted spelling fixes.
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2007-02-06  Clinton Stimpsonuser32: WM_SETFONT on button doesn't repaint directly.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.