Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / src / msw / button.cpp
2003-08-05  Stefan Csomorxti extensions
2003-07-28  Stefan Csomorpreliminary EXTENDED_RTTI
2003-07-11  Julian SmartMore WinCE mods
2003-06-07  Julian SmartFix for [ 748805 ] Assert failure for specified situati...
2003-03-24  Vadim Zeitlindraw multiline labels in owner-drawn buttons correctly...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-21  Robin DunnOnly send two EVT_BUTTON events when double clicking...
2002-08-23  Vadim Zeitlincompilation fix for !WX_PRECOMP
2002-08-22  Vadim Zeitlinfixed default button handling: don't keep BS_DEFPUSHBUT...
2002-08-15  Vadim Zeitlinfixed a harmless warning (patch 595096) and added a...
2002-07-03  Robin DunnMade wxBU_EXACTFIT work as documented instead of being...
2002-05-11  Vadim Zeitlinadded a comment about the default button handling
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-04-09  Vadim Zeitlinadded support for the multiline button labels
2002-02-20  Vadim Zeitlinremoved unused test code (no real changes)
2002-02-20  Vadim Zeitlin1. always create the buttons with WS_CLIPSIBLINGS style...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Guillermo Rodrigue... DrawButtonFrame was a bit wrong because it was ignoring...
2000-01-16  Václav Slavíkfixed default button size, finally
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-12-22  Vadim Zeitlin1. coloured buttons seem to work
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-29  Robin DunnRemoved call to SetValidator since CreateBase was doing...
1999-08-23  Robert Roebling Small optical changes for MSW
1999-08-05  Robert Roebling Compile fix for button, MSW
1999-08-04  Vadim ZeitlinwxButton::GetDefaultSize() fix
1999-07-29  Robert Roebling Now its possible to run wxHTML without wxSockets
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-23  Vadim Zeitlin1. frames respect update region (Tom Surace patch)
1999-07-12  Václav Slavík*** empty log message ***
1999-07-10  Vadim ZeitlinwxButton::GetDefaultSize() added for MSW and documented
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-20  Vadim Zeitlinbuttons now become default when they have focus
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-07  Vadim Zeitlinsome clean up of the code
1998-08-21  Julian SmartAccelerators now work for wxDialog; wxToolBarSimple...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff