don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / common / containr.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-02-24  Vadim Zeitlinrevert r51647 change as it broke the code overriding...
2008-02-11  Vadim Zeitlinuse CanAcceptFocus() instead of CanAcceptFocusFromKeybo...
2008-02-11  Vadim Zeitlinno changes, just do the case of m_winLastFocused to...
2008-02-11  Vadim Zeitlindon't use parent window of a TLW in HandleOnNavigationK...
2007-12-13  Vadim Zeitlindon't allow TAB-bing away to other TLWs
2007-08-18  Julian SmartA number of focus handling improvements:
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-06-13  Václav Slavíkdon't propagate wxChildFocusEvent outside of wxTLWs
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-01-21  Vadim Zeitlinfix infinite recursion when processing navigation keys...
2006-09-09  Robin DunnSimplify use of MacIsWindowScrollbar
2006-09-09  Robin DunnDon't let the built-in scrollbars confuse things when...
2006-08-10  Vadim Zeitlinmove the logic for changing notebook pages using the...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-06-21  Włodzimierz SkibaInclude wx/containr.h according to precompiled headers...
2006-06-05  Włodzimierz SkibaInclude wx/radiobut.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/scrolbar.h according to precompiled headers...
2006-03-23  Vadim Zeitlindon't compare invalid iterators/node pointers
2006-03-21  Vadim Zeitlinbetter fix for infinite loop in HandleOnNavigationKey...
2006-03-21  Vadim Zeitlinfix an infinite loop in HandleOnNavigationKey() when...
2005-10-23  Julian SmartApplied patch [ 1310416 ] [wxMSW] Fix radio button...
2005-09-25  Vadim Zeitlinfixed warnings about pointer to integer cast
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-20  Vadim Zeitlincompilation fix after last patch
2005-02-19  Vadim Zeitlinfix (with unknown but apparently beneficial effects...
2004-12-22  Włodzimierz SkibaFinal MSW/PalmOS split. Remove dump copies of MSW speci...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-09-27  Vadim Zeitlinfix crash after radio button fix
2004-09-22  Robert Roebling Make radiobutton tab behaviour the same on MSW
2004-09-09  Włodzimierz SkibaSource cleaning: TRUE/true, FALSE/false, whitespaces...
2004-07-23  Václav Slavíkreverted JS' rev. 1.27 - the real fix was 1.28, disabli...
2004-05-28  Julian SmartReset m_inSetFocus for other exit point in this function:
2004-05-28  Julian SmartMake the focus recursion test only for Mac since it...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-19  Julian SmartDon't infinitely recurse when setting the child focus...
2003-09-30  Vadim Zeitlinuse wxEvent::ShouldPropagate() instead of its own propg...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
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...