Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / samples / event / event.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2009-09-07  Vadim ZeitlinShow the order in which different event handlers are...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-04-16  Vadim Zeitlinadd Bind() test
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2009-02-07  Vadim Zeitlinadd semicolons after wxDEFINE_EVENT()
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-02  Vadim Zeitlinuse wxCommandEventHandler instead of manually writing...
2009-02-02  Vadim Zeitlincompilation fix for new event types (this shouldn't...
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-10-02  Paul Cornett64-bit warning fixes
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-10-02  Václav Slavíkcompilation fixes for gcc-3.4
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-22  Vadim Zeitlindon't pretend that type unsafe event table entry works...
2004-05-28  Włodzimierz Skiba-1->wxID_ANY, TRUE->true, FALSE->false replacements
2004-05-25  Julian SmartMore name changes
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-27  Vadim ZeitlinUnicode compilation fixes (patch from Dimitri)
2001-12-14  Vadim Zeitlinadded EVT_CUSTOM test
2001-12-14  Vadim Zeitlinadded custom events demo
2001-05-27  Vadim Zeitlinapplied patch 427695 (initialize m_nPush)
2001-01-31  Vadim Zeitlinevent handling seems to work again, new sample (event...