]> git.saurik.com Git - wxWidgets.git/history - src/common/wincmn.cpp
wxWindow::GetBestSize() added
[wxWidgets.git] / src / common / wincmn.cpp
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-11-12  Vadim ZeitlinCentre() centers the window centre and not the upper...
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-10  Vadim Zeitlin1. made it possible to use wxUpdateUIEvent with wxTextC...
1999-11-08  David WebsterOS/2 PM Fixeups for fonts, validators, and html
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-03  Vadim Zeitlincliet data crash fixed
1999-08-02  David Webster*** empty log message ***
1999-08-01  Vadim Zeitlin1. wxWindow::Centre() hopefully fixed
1999-07-30  Vadim Zeitlina small fix to wxWindow::Centre
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-26  Vadim ZeitlinCentre() supports wxCENTER_FRAME flag now
1999-07-15  Robin DunnPreserve -1 for dilog unit conversions
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-13  Vadim ZeitlinwxWindow::Fit() infinite loop bug fixed
1999-06-10  Robin DunnAdded wxWindowBase::CentreOnParent to allow top level...
1999-06-10  Ove KaavenUnicode fix.
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-26  Vadim Zeitlinvalidators now validate again
1999-05-24  Vadim Zeitlin1. bug fixes in wxCaret
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-17  Robert Roebling Removed an #ifndef __WXGTK__
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-12  Robert Roebling Maybe negative wxWindowId are better than just -1.
1999-05-12  Robert Roebling -1 is kept -1 as a wxWindowID
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlin#pragma interface/implementation for gcc added
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-07-24  Julian SmartCorrected some problems
1998-07-24  Vadim Zeitlinsome common code moved from wxWindow/wxFrame into files...
1998-07-23  Vadim Zeitlincommon part of wxWindow class