Fix wxOSX warnings about int-to-void* casts.
[wxWidgets.git] / src / msw / anybutton.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-09  Vadim ZeitlinFix pulsing of bitmaps in focused buttons under Windows 7.
2013-02-05  Vadim ZeitlinOnly impose minimal height for buttons with non-empty...
2012-10-14  Václav Slavíkanybutton.cpp compilation fix for wxUSE_IMAGE=0.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-04-27  Julian SmartRestored the exact-fit-button horizontal margin calcula...
2012-03-05  Julian SmartIt should be possible to set a null bitmap without...
2011-10-16  Vadim ZeitlinAlign multiline labels correctly in wxMSW owner-drawn...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-27  Vadim ZeitlinMake wxBU_EXACTFIT fir the button text more exactly.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-15  Vadim ZeitlinFall back to the valid normal bitmap if no state-specif...
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...