[COMCTL32] -Reduce diff with user32 and move all data of the button in a single struct.
[reactos.git] / reactos / dll / win32 / comctl32 / button.c
2017-02-25 Giannis Adamopoulos[COMCTL32] -Reduce diff with user32 and move all data...
2017-02-25 Giannis Adamopoulos[COMCTL32] -Add helper functions for setting and retrie...
2017-02-25 Giannis Adamopoulos[COMCTL32] -Redraw the button when we get a WM_THEMECHA...
2017-02-22 Giannis Adamopoulos[COMCTL32] -Fix several tests for the v6 button when...
2017-02-22 Giannis Adamopoulos[COMCTL32] -Fix a couple more button tests.
2017-02-22 Giannis Adamopoulos[COMCTL32]: Fix a few button tests.
2017-02-21 Giannis AdamopoulosFix build.
2017-02-21 Giannis Adamopoulos[COMCTL32] -Rename BUTTON_Paint to BUTTON_PaintWithThem...
2017-02-21 Giannis Adamopoulos[COMCTL32] -Add a comment to clarify that there is...
2017-02-21 Giannis Adamopoulos[COMCTL32]: Copy button.c from user32, make the needed...