Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / event.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-21  Václav SlavíkAdd functor-taking overload of CallAfter().
2013-07-03  Vadim ZeitlinPrevent duplicate menu event processing in MDI windows.
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
2013-05-04  Vadim ZeitlinFix menu event handlers calling order.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-02-24  Vadim ZeitlinFix typo in definitions of BEGIN_EVENT_TABLE_TEMPLATEn...
2013-01-20  Vadim ZeitlinFix wxKeyEvent::GetPosition() after the changes of...
2012-11-26  Vadim ZeitlinDisable CallAfter() for MSVC 7 too, it can't compile...
2012-10-24  Vadim ZeitlinDisable wxEvtHandler::CallAfter() for VC6, it's too...
2012-10-23  Paul CornettMinor changes to some comments
2012-10-23  Vadim ZeitlinAdd wxEvtHandler::CallAfter() for asynchronous method...
2012-10-16  Vadim ZeitlinAdd wxEvent::GetEventUserData() and improve user data...
2012-10-09  Vadim ZeitlinCopy wxCommandEvent string explicitly in its copy ctor.
2012-09-17  Vadim ZeitlinNo changes, just fix some typos in the comments in...
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-06-08  Vadim ZeitlinUse wxString::Clone() instead of c_str() in wxThreadEve...
2012-03-22  Vadim ZeitlinUse enum for wxMouseEvent::m_wheelAxis instead of int.
2012-02-26  Vadim ZeitlinAdd minimal support for building non-GUI parts of wxWid...
2011-12-24  Vadim ZeitlinRemove references to defunct event types in comments.
2011-12-23  Paul Cornettfix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-02  Vadim ZeitlinAdded wxKeyEvent ctor for creating event of the differe...
2011-12-02  Vadim ZeitlinRefactor wxKeyEvent copying code.
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-04  Vadim ZeitlinFix event types in wxMouseEvent::Aux1DClick() and Aux1D...
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-16  Vadim ZeitlinAdded private wxEVT_AFTER_CHAR event for wxMSW implemen...
2010-11-19  Robin DunnAdd a SetSize to wxSizeEvent
2010-09-27  Vadim ZeitlinFix wx/event.h compilation with Sun CC compiler.
2010-07-18  Vadim ZeitlinEnsure that validators work even in presence of pushed...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2010-06-02  Vadim ZeitlinFix recently broken forwarding of events between event...
2010-05-09  Vadim ZeitlinReplace public wxEvtHandler::ProcessEventHere() with...
2010-05-09  Vadim ZeitlinRefactor the event processing code to add ProcessEventL...
2010-01-19  Václav SlavíkAdd wxThreadEvent::SetPayload<T>().
2010-01-19  Václav SlavíkDon't make full copy of string in wxThreadEvent::Clone().
2009-12-25  Stefan Csomorfixing parameter names
2009-11-19  Jaakko SalliFixed builds without wxHAS_EVENT_BIND (typeinfo.h inclu...
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-11-11  Václav SlavíkCheck that event's IDs range is valid, i.e. that lower...
2009-08-23  Vadim ZeitlinMake WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
2009-08-21  Vadim ZeitlinFix typo in wxNewEventFunctor() comment.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-03  Vadim Zeitlincheck for wxHAS_EVENT_BIND instead of its converse...
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-29  Vadim Zeitlindon't duplicate wxMouseState in wxMouseEvent but reuse...
2009-04-17  Vadim Zeitlinreally fix compilation with wxEVENTS_COMPATIBILITY_2_8...
2009-04-16  Vadim Zeitlincompilation fix for wxEVENTS_COMPATIBILITY_2_8 build...
2009-04-16  Vadim Zeitlinremove wxNewEventFunctor() overload which allowed calls...
2009-04-14  Vadim Zeitlinremove semicolon from wxDECLARE_EVENT; having it there...
2009-03-29  Vadim Zeitlinno real changes, jus renames some parameters (see ...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-18  Vadim Zeitlinno changes, just correct some comments and variable...
2009-03-14  Francesco Montorsiinclude all events categories in wxEVT_CATEGORY_ALL
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-02  Vadim Zeitlinadd ugly macros to abstract the difference between...
2009-02-27  Vadim Zeitlinmove functions using deprecated methods out of line...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-25  Vadim Zeitlincompilation fix after the previous commit
2009-02-25  Vadim Zeitlinfix for DLL build: wxEvtHandlerArray should be in wxBas...
2009-02-25  Vadim Zeitlinreplace templae Connect() overloads with separate Bind...
2009-02-20  Francesco Montorsiimplement wxThreadEvent safe copy ctor
2009-02-19  Paul Cornettfix for IBM and HP compilers, which don't allow ->...
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Vadim Zeitlinfix typo in last commit
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-06  Vadim Zeitlinallow handling events in a function taking the base...
2009-02-04  Francesco Montorsiadd a wxEventType argument to wxThreadEvent for coheren...
2009-02-04  Francesco Montorsiuse WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread...
2009-02-04  Francesco Montorsifix the new wxThreadEvent class adopting the new type...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-02  Vadim Zeitlinwork around VC6 ICE in DLL build
2009-02-02  Vadim Zeitlinuse explicit this-> with non-dependent names (compilati...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-02  Vadim Zeitlindon't always disable new events code; leave it enabled...
2009-02-01  Vadim Zeitlinremove WXDLLIMPEXP_BASE from template classes to fix...
2009-02-01  Vadim Zeitlinno real changes, just add some comments
2009-01-23  Vadim Zeitlinfix wxEVT_SPIN_XXX definitions in a nicer (compatible...
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-18  Julian SmartApplied Peter Most's EVT_SPIN crash fix
2009-01-16  Vadim Zeitlinensure that ProcessEvent() is called for all the event...
2009-01-14  Vadim Zeitlindisable new event code unconditionally for now
2009-01-12  Vadim Zeitlinfix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_...
2009-01-12  Vadim Zeitlinrestored the default value of wxObjectEventFunctor...
2009-01-12  Vadim Zeitlinfix VC6 ICE; don't call the function which doesn't...
2009-01-12  Vadim Zeitlindon't use wxDELETE unnecessarily
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-28  Francesco Montorsino real change: rename wxPendingEvents to wxHandlersWit...
2008-11-09  Francesco Montorsiuse wxEventType coherently with the docs
next