]> git.saurik.com Git - wxWidgets.git/history - tests/events/evthandler.cpp
added failing compilation test for the case of missing handler in Bind() call
[wxWidgets.git] / tests / events / evthandler.cpp
2009-04-16  Vadim Zeitlinadded failing compilation test for the case of missing...
2009-04-16  Vadim Zeitlinadded a failtest target to Makefile to test for the...
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)