Add wxMouseEvent::GetColumnsPerAction().
[wxWidgets.git] / interface / wx / event.h
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-17  Robin DunnAdd missing interface items for Phoenix
2013-01-20  Vadim ZeitlinFix wxKeyEvent::GetPosition() after the changes of...
2013-01-10  Vadim ZeitlinFix a typo in wxKeyEvent::GetKeyCode() code example.
2012-12-08  Robin Dunntypo fix
2012-12-01  Vadim ZeitlinFix premature truncation of brief descriptions in Doxyg...
2012-11-26  Vadim ZeitlinDisable CallAfter() for MSVC 7 too, it can't compile...
2012-11-06  Vadim ZeitlinAdd wxUSE_{BASE,GUI} checks to interface headers.
2012-11-03  Bryan PettyFinished adding @tableofcontents to all overviews in...
2012-10-30  Vadim ZeitlinRevert "Split documentation of non-GUI wxEvent-related...
2012-10-29  Vadim ZeitlinSplit documentation of non-GUI wxEvent-related classes.
2012-10-24  Vadim ZeitlinDisable wxEvtHandler::CallAfter() for VC6, it's too...
2012-10-23  Vadim ZeitlinAdd wxEvtHandler::CallAfter() for asynchronous method...
2012-10-16  Vadim ZeitlinAdd wxEvent::GetEventUserData() and improve user data...
2012-09-23  Vadim ZeitlinExplain EVT_CONTEXT_MENU generation in more details.
2012-09-09  Vadim ZeitlinFix wxKeyEvent::GetKeyCode() descripotion: it doesn...
2012-09-09  Vadim ZeitlinDo not use wxIsprint() in EVT_CHAR example in the docum...
2012-08-31  Vadim ZeitlinFix example of using GetUnicodeKey() in the documentation.
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-14  Robin DunnAdd missing wxEVT_COMMAND_TEXT_ENTER
2012-07-01  Vadim ZeitlinForward WM_{CUT,COPY,PASTE} from edit control to wxComb...
2012-05-24  Vadim ZeitlinDocument that SetFocus() can't be called from EVT_KILL_...
2012-04-08  Vadim ZeitlinFix typo in wxKeyEvent::GetKeyCode() documentation...
2012-03-22  Vadim ZeitlinUse enum for wxMouseEvent::m_wheelAxis instead of int.
2012-02-22  Vadim ZeitlinFix spelling in the documentation.
2012-02-20  Vadim ZeitlinRemove documentation of inexistent wxEvtHandler::TryThis().
2012-02-15  Vadim ZeitlinExplicitly document that hidden windows get wxEVT_IDLE...
2012-02-09  Vadim ZeitlinDocument MSW-only wxEVT_MOVING event.
2012-01-07  Vadim ZeitlinSet Z-position correctly for wxEVT_JOY_ZMOVE events.
2011-12-30  Robin DunnInterface fixes and tweaks for Phoenix
2011-12-28  Vadim ZeitlinComplete wxEVT_MENU_{OPEN,CLOSE} implementation in...
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-08  Vadim ZeitlinDocument that wxEraseEvent::GetDC() never returns NULL.
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):
next