STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / common / containr.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-08  Stefan Csomorcorrected include for Apple's Dev Tools
2003-06-07  Stefan CsomorAccepts Focus was incorrectly returning FALSE for a...
2003-05-31  Vadim Zeitlinclicking on a panel without children should give it...
2003-04-11  Vadim Zeitlincontainers don't always accept focus (patch 718913)
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-16  Vadim Zeitlinfixed more printf() warnings
2002-05-25  Vadim Zeitlinfixes to better remember the last focused child; also...
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-04-21  Vadim Zeitlinuse SetFocusFromKbd() instead of SetFocus()
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-03-08  Ron LeeAdded SetLogBuffer method.
2002-03-08  Ron LeeMoved assert to before the segfault.
2001-11-28  Vadim Zeitlinfixed (at least some of) the focus asserts
2001-11-28  Vadim Zeitlinfixed stupid bug in tab traversal code which totally...
2001-11-25  Vadim Zeitlinfix for focus handling in case when the panel itself...
2001-08-06  Vadim Zeitlinfixed infinite recursion in SetFocus()
2001-08-06  Vadim Zeitlinbug in SetLastFocus corrected
2001-08-06  Vadim Zeitlincompilation fixes
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...