Warning fixes for MinGW.
[wxWidgets.git] / include / wx / window.h
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2002-02-04  David WebsterOS/2 scrolling support
2002-01-25  Vadim Zeitlinadded and documented wxWindow::RemoveEventHandler()
2002-01-19  Vadim Zeitlincompilation/linking fixes for DoCaptureMouse() change
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2001-12-08  Vadim Zeitlinfixes for handling WM_SYSCOLORCHANGE - now seems to...
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-04  Václav Slavíkreverted my Set/getTitle change
2001-08-02  Václav SlavíkSet/GetTitle out of wxWindowBase, forked and put to...
2001-07-31  Václav SlavíkwxWindowBase remembers title/label now
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-29  Vadim Zeitlinadded ScrollLines/Pages
2001-07-28  Václav SlavíkwxMGL compilation fixes
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-06  David WebsterOS/2 update for wxUniv merge.
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2001-07-02  Vadim Zeitlincrash in wxAppBase::SetActive fixed
2001-06-29  Vadim Zeitlindefine wxWindowNative for wxUniv compilation
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-26  Vadim Zeitlinapplied patch 417699 (remove WXDLLEXPORT from inline...
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-02  Vadim Zeitlinadded CentreOnScreen(), updated the docs to clear this...
2000-01-29  Václav Slavíkbugfix: added wxWindowBase::OnMiddleClick declaration
2000-01-25  Vadim Zeitlin1. kbd interface for wxScrolledWindow
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-08  David WebsterOS/2 PM specific fixes for validators and fonts
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-10-11  Robert Roebling added SpinCtrl,
1999-10-10  Robert Roebling Minor changes to keep my MSW source
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-02  Vadim Zeitlin1. minor headers rearrangement: wxprec.h doesn't includ...
1999-08-02  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
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-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-06-10  Robin DunnAdded wxWindowBase::CentreOnParent to allow top level...
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-21  Robert Roebling Made GetLabel/SetLabel() virtual
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-17  Vadim Zeitlinadded Next/PrevControlId
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 Fixes a few SGI compiler warnings..
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlin#pragma interface/implementation for gcc added
1999-05-11  Vadim Zeitlinunussed param warning suppressed
1999-05-10  Vadim ZeitlinGetHandle() added (back)
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Brian MacyAdded inline keyword
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-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision