]> git.saurik.com Git - wxWidgets.git/history - tests/events
fix bug when warning string contains percent signs
[wxWidgets.git] / tests / events /
2009-02-25  Vadim Zeitlinreplace templae Connect() overloads with separate Bind...
2009-02-07  Vadim Zeitlinadd semicolons after wxDEFINE_EVENT()
2009-02-06  Vadim Zeitlincompilation fix for wxEVENTS_COMPATIBILITY_2_8 case
2009-02-06  Vadim Zeitlinallow handling events in a function taking the base...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-01  Vadim Zeitlintest that the connected event handler is really called...
2009-02-01  Vadim Zeitlinadd a unit test for new events (see #10000)
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...
2008-10-27  Vadim Zeitlindon't sleep too long to avoid missing the timers; added...