removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / msw / button.cpp
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