Make wxEVT_CHAR_HOOK propagate upwards and send it to the window itself.
[wxWidgets.git] / src / common / event.cpp
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-12-02  Vadim ZeitlinNo changes, just remove unnecessary #pragma warning.
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
2011-04-18  Vadim ZeitlinDo send wxEVT_UPDATE_UI events to hidden windows.
2011-04-16  Vadim ZeitlinAdded private wxEVT_AFTER_CHAR event for wxMSW implemen...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-09-11  Vadim ZeitlinAdd WXK_NONE symbolic constant indicating absence of...
2010-07-18  Vadim ZeitlinEnsure that validators work even in presence of pushed...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2010-06-06  Vadim ZeitlinDon't post process events twice but return correct...
2010-06-05  Vadim ZeitlinDon't return true from DoTryChain() if the event wasn...
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-05-09  Vadim ZeitlinCall wxEvtHandler::TryBefore() only once from ProcessEv...
2009-08-23  Vadim ZeitlinMake WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
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-03  Vadim Zeitlincompilation fix: WXWIN_COMPATIBILITY_2_8 must be tested...
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-11  Vadim Zeitlinwork around some (harmless) g++ warnings about possibly...
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
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-19  Francesco Montorsidon't leak events in wxEvtHandler::QueueEvent when...
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-18  Francesco Montorsiremove comment erroneously committed in r58654
2009-02-15  Francesco MontorsiPCH-less build fix by Tim S
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-04  Francesco Montorsifix wxThreadEvent linking in shared builds
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-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
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-16  Vadim Zeitlinensure that ProcessEvent() is called for all the event...
2009-01-12  Vadim Zeitlinfix VC6 ICE; don't call the function which doesn't...
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
2008-11-08  Vadim Zeitlinfix race condition which could result in assert failure...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-20  Vadim Zeitlinwork around Borland compilation errors
2008-09-24  Vadim Zeitlinreverted r55167, see #9854
2008-09-22  Vadim Zeitlinfix the event handling in presence of pushed event...
2008-09-22  Vadim Zeitlinextracted the part of ProcessEvent() which is repeated...
2008-09-19  Vadim Zeitlinmake wxKeyEvent and wxMouseEvent derive from the same...
2008-08-22  Robert Roebling#9854 (AddPendingEvent - protect during wxEvtHandler...
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
2008-03-27  Vadim Zeitlinlock wxPendingEventsLocker when deleting the handler...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-02-27  Vadim Zeitlindon't track handlers connected to this object itself...
2008-02-09  Vadim Zeitlinadd wxUSE_WEAKREF (modified partially applied patch...
2008-01-27  Vadim Zeitlinonly define wxEventPtr in wxBase, not wxCore
2008-01-26  Vadim Zeitlindelete the event object in ProcessPendingEvents() even...
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-10  Paul Cornettbuild fix for !wxUSE_THREADS
2008-01-08  Robert RoeblingLast part from weak ref patch for event sink disconnection
2008-01-05  Vadim Zeitlinclean up wxEvtHandler::m_eventsLocker weirdness: there...
2008-01-05  Vadim Zeitlinprocess one event at once in wxEvtHandler::ProcessPendi...
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-09-21  Vadim Zeitlinremoved wxEVT_POWER which wasn't declared nor used...
2007-08-01  Julian SmartAdded EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
2007-07-29  Vadim Zeitlinadded support for 2 extra mouse buttons (patch 1757630)
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-07-09  Vadim Zeitlindon't bubble up the events upwards the window hierarchy...
2007-06-21  Vadim Zeitlinchanged AddPendingEvent() to take const wxEvent referen...
2007-05-24  Vadim Zeitlindisable clearing event tables by default, only do it...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-12  Vadim Zeitlinfix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-04  Stefan Csomoradding scroll axis to wheel events
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2007-02-01  Vadim Zeitlinuse wxObject copy ctor, not default ctor, in wxEvent...
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-10-10  Robert Roebling Move reentrance guard down.
2006-10-10  Robert Roebling Added part of patch
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-25  Włodzimierz SkibaInclude wx/stopwatch.h according to precompiled headers...
2006-06-09  Włodzimierz SkibaInclude wx/validate.h and wx/valtext.h according to...
2006-05-26  Vadim Zeitlinadded help event origin field: indicates if the help...
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
next