Get/SetTitle only for wxTopLevelWindow (wxMSW part).
[wxWidgets.git] / include / wx / msw / window.h
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-19  Vadim Zeitlintext controls respect wxTE_PROCESS_ENTER/TAB styles...
1999-06-18  Vadim Zeitlin1. uninitialized variable in wxPanel fixed and unused...
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenCouple more Unicode fixes.
1999-06-09  Robert Roebling The last drops of WINE.
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-17  Robin DunnAdded
1999-05-13  Vadim ZeitlinwxWindow::Show() works again
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinGetHandle() added (back)
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-04-19  Ove KaavenSome Unicode changes.
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-24  Vadim Zeitlinchar handling fixed again
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-14  Vadim Zeitlinmade wxToolTip::Enable() and SetDelay() static (as...
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-06  Vadim Zeitlinfixes for compilation without wxUSE_TOOLTIPS
1999-02-01  Vadim Zeitlinmore wxToolTip changes
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-14  Julian SmartAdded OnKeyDown, OnKeyUp.
1999-01-08  Julian SmartCorrected grey scrolling windows; added C++Builder...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-13  Vadim Zeitlinonly one of SetSize()s, SetClientSize()s, GetPosition...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-28  Vadim Zeitlinmoved common code from ctor and Create() to a separate...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-06  Julian SmartFreeBSD patch to sckaddr.cpp; include more files in...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Julian SmartMore Motif stuff, minor stubs correction
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-08-13  Julian SmartAttempting to check in this wretched cursor again....
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim ZeitlinProcessEvent() now saves the m_lastXXX parameters in...
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-12  Vadim ZeitlinwxWindow::OnSize() removed
1998-07-08  Vadim Zeitlinadded virtual functions AcceptsFocus() and MSWGetDlgCode()
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff