Reduce the number of wxAny tests ran under wxOSX further.
[wxWidgets.git] / tests / events / propagation.cpp
2013-05-05  Vadim ZeitlinUse wxWindow::Refresh() instead of artificial wxPaintEv...
2013-05-04  Vadim ZeitlinFix event handling order in doc/view framework.
2013-05-04  Vadim ZeitlinFactor out functions dealing with menus in the event...
2013-05-04  Vadim ZeitlinUse correct line numbers in assert failures in event...
2013-05-04  Vadim ZeitlinPass menu events to the handler in the associated menu...
2013-05-04  Vadim ZeitlinFix menu event handlers calling order.
2012-07-11  Paul Cornettfake paint events don't work with wxGTK3 either
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2010-06-22  Stefan Csomorpaint events cannot be constructed outside a native...
2010-06-22  Stefan Csomorpaint events cannot be constructed outside a native...
2010-06-02  Vadim ZeitlinFix recently broken forwarding of events between event...
2010-05-21  Vadim ZeitlinYet another fix to event propagation in scrolled windows.
2010-05-20  Vadim ZeitlinFix wxScrollHelperEvtHandler broken by recent changes...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-17  Vadim Zeitlincompilation fix for VC7 which seems to somehow lose...
2009-01-17  Vadim Zeitlinadd wx/app.h for PCH-less compilation
2009-01-16  Vadim Zeitlinadd wx/window.h for MSVC compilation
2009-01-16  Vadim Zeitlinadd a unit test checking that events are really propaga...