Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / event.h
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
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-20  Vadim Zeitlinwork around Borland compilation errors
2008-09-24  Vadim Zeitlinreverted r55167, see #9854
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-26  Vadim Zeitlinfix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks...
2008-06-21  Vadim Zeitlinadd wxShowEvent::IsShown() and wxIconizeEvent::IsIconiz...
2008-06-11  Vadim Zeitlinuse more general pointer-to-member representation for...
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
2008-04-22  Robert RoeblingLet wxCommandEvent's copy constr copy its string via...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-02-09  Vadim Zeitlinadd wxUSE_WEAKREF (modified partially applied patch...
2008-02-03  Vadim Zeitlinmake wxIdleEventHandler available in console applicatio...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-09  Paul Cornettcheck for self-assignment in operator=
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-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-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
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-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-11  Vadim Zeitlinmade AddPendingEvent() virtual (patch 1652077)
2007-02-05  Vadim Zeitlincorrected WXDLLIMPEXP_ declaration for wxEventBlocker...
2007-02-04  Stefan Csomoradding scroll axis to wheel events
next