]> git.saurik.com Git - wxWidgets.git/history - src/common/containr.cpp
Applied some of patch [ 622660 ] consistent behaviour for docview.cpp
[wxWidgets.git] / src / common / containr.cpp
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...