Don't eagerly set wxKeyEvent position fields.
[wxWidgets.git] / interface / wx / event.h
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):
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
next