Make wxEVT_CHAR_HOOK propagate upwards and send it to the window itself.
[wxWidgets.git] / interface / wx / event.h
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW.
2011-12-02  Vadim ZeitlinImplement EVT_CHAR_HOOK for wxOSX/Cocoa.
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-11-22  Stefan Csomorfixes #13684
2011-10-09  Robin DunnInterface updates for Phoenix. Add wxNativeFontInfo.
2011-09-27  Robin DunnMore interface updates for Phoenix
2011-09-16  Vadim ZeitlinFix int field of wxCommandEvents generated by menu...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-07-23  Vadim ZeitlinRemove mentions of wxCommandEvent from wxThreadEvent...
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
2011-05-13  Vadim ZeitlinRemove duplicated portability warning from wxShowEvent...
2011-03-23  Vadim ZeitlinAdd WXK_CONTROL_A..WXK_CONTROL_Z constants.
2011-03-22  Bryan PettyExtensive documentation typo patch (closes #13063).
2011-03-19  Vadim ZeitlinSlightly improve wxMouseCaptureLostEvent documentation.
2011-03-14  Vadim ZeitlinDon't generate wxEVT_CHAR_HOOK events while the mouse...
2011-03-14  Vadim ZeitlinDocument EVT_CHAR_HOOK.
2011-03-09  Paul Cornettadd wxEVT_MAXIMIZE support to wxGTK
2011-03-09  Vadim ZeitlinMention that wxEVT_MAXIMIZE is only generated by a...
2011-02-06  Vadim ZeitlinCorrect more wxEVT_AUXn_XXX event types names.
2011-02-05  Vadim ZeitlinRe-enable generation of wxEVT_MOVE_{START,END} events...
2011-01-06  Steve LamertonAdd missing code tag before lots of wxEventTypes in...
2010-11-19  Robin DunnFix some bad parameter names, add missing methods,...
2010-10-24  Vadim ZeitlinSet wxKeyEvent::m_rawFlags to hardware key code in...
2010-10-22  Vadim ZeitlinRestore the note about auto-repeat in key events docume...
2010-09-11  Vadim ZeitlinGenerate the same flags for modifier key events in...
2010-09-11  Vadim ZeitlinGenerate unshifted Unicode key codes in wxEVT_KEY_XXX...
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2010-09-11  Vadim ZeitlinAdd WXK_NONE symbolic constant indicating absence of...
2010-08-15  Vadim ZeitlinImprove EVT_SHOW documentation.
2010-08-10  Vadim ZeitlinWIP
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2010-05-27  Vadim ZeitlinCorrect wxEVT_AUXn_XXX event types names.
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...
2010-01-23  Vadim ZeitlinAllow to not create wxPaintDC in EVT_PAINT handler...
2010-01-19  Václav SlavíkAdd wxThreadEvent::SetPayload<T>().
2009-11-21  Jaakko SalliAdded a new documentation overview section 'Caveats...
2009-11-17  Vadim ZeitlinFix typo in Bind() documentation: s/binded/bound/
2009-11-17  Vadim ZeitlinExplicitly document event types for EVT_CLOSE().
2009-11-12  Vadim ZeitlinMake wxSizeEvent::GetSize() description more precise.
2009-10-18  Mattia BarbonCopy wxPerl notes from the LaTeX documentation.
2009-09-24  Stefan Csomordocumenting events that are not available on OSX, close...
2009-08-23  Vadim ZeitlinMake WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
2009-04-29  Vadim Zeitlindon't duplicate wxMouseState in wxMouseEvent but reuse...
2009-04-14  Vadim Zeitlinremove semicolon from wxDECLARE_EVENT; having it there...
2009-03-29  Vadim Zeitlinupdate documentation for Bind() (closes #10594)
2009-03-23  Francesco MontorsiwxEvtHandler derives from wxTrackable, too
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-02-27  Francesco Montorsifix doxygen warnings
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-20  Francesco Montorsirecategorize many misplaced classes; move lots of class...
2009-02-19  Francesco Montorsimention wxThreadEvent in wxEVT_CATEGORY_THREAD and...
2009-02-18  Francesco Montorsiname wxThreadEvent and YieldFor in wxProgressDialog...
2009-02-18  Francesco Montorsimake distinction between classes which send events...
2009-02-18  Bryan PettyFix manual references to the events overview after...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-07  Vadim Zeitlinupdate custom event definition documentation; document...
2009-02-07  Vadim Zeitlinupdate/reorganize events overview and changed links...
2009-02-04  Francesco Montorsiadd a wxEventType argument to wxThreadEvent for coheren...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-01  Robert RoeblingMake wxCheckListBox call event.SetString() on all platf...
2009-02-01  Vadim Zeitlinemphasize that you need to specify eventSink when conne...
2009-01-28  Francesco Montorsifix doxygen warnings
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-21  Vadim Zeitlinsend destroy events for children before they're fully...
2009-01-18  Francesco Montorsino real change: divide in groups the wxEvtHandler methods
2009-01-05  Bryan PettyReplaced @ingroup with @addtogroup for all global func...
2008-12-30  Francesco Montorsidocument wxEVT_NULL
2008-12-27  Francesco Montorsiname also QueueEvent
2008-12-16  Vadim Zeitlinmention that mouse events carry position in window...
2008-12-08  Francesco Montorsiformatting change; added @c in front of wxEVT_ constants
2008-12-02  Francesco Montorsidocument GetWheelAxis
2008-12-02  Francesco Montorsidocument the main event table macros, wxEventType,...
2008-12-02  Vadim Zeitlinbetter documentation for wxEvent ctor
2008-11-26  Francesco Montorsiadded note about GetTimestamp() (fixes #1986)
2008-11-24  Francesco Montorsiprovide an example implementation of wxCloseEvent handler
2008-11-22  Francesco Montorsiminor fixes; replace references to Windows95 with refer...
2008-11-09  Francesco Montorsiifacecheck manual fixes
2008-11-08  Francesco Montorsiifacecheck fixes
2008-10-29  Francesco Montorsimoved to appropriate 'protected' sections all functions...
2008-10-28  Francesco Montorsiautomated ifacecheck fixed
2008-10-27  Francesco Montorsiother ifacecheck fixes, resulting in removal of the...
2008-10-19  Francesco Montorsifixed the anchor names for @section used in interface...
2008-10-14  Francesco Montorsimisc fixes to function signatures
2008-09-19  Vadim Zeitlinmake wxKeyEvent and wxMouseEvent derive from the same...
2008-09-18  Francesco Montorsifew details fixed
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-06-27  Bryan PettyCommit 3 of 3 for Doxygen path fixes, this one finally...
2008-06-27  Bryan PettyMoved all interface headers into a 'wx' subdirectory...