]> git.saurik.com Git - wxWidgets.git/history - tests/events
Use X64 machine type for MSVC linker instead of old AMD64.
[wxWidgets.git] / tests / events /
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-05-17  Vadim Zeitlinfix errors in EvtHandlerTestCase::BindFunctor() in...
2009-05-02  Vadim Zeitlinallow passing temporary functors to Bind() too (closes...
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
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-03-26  Vadim Zeitlinbuild bot systems don't manage to generate enough ticks...
2009-03-23  Francesco Montorsithis one should really work
2009-03-23  Francesco Montorsifix the build fix
2009-03-23  Francesco Montorsiblind carbon build fix
2009-03-22  Vadim Zeitlinmoved the check for correct implementation of wxEvent...
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...