use bool expression rather than implicit conversion
[wxWidgets.git] / include / wx / event.h
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
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-11-03  Vadim Zeitlindon't define EMPTY_PARAMETER_VALUE macro without wx...
2006-10-10  Robert Roebling Added part of patch
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs 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...
2006-04-21  Vadim Zeitlinmade wxCommandEvent::GetInt() return int, not long...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-01-19  Julian SmartApplied patch [ 1355809 ] Add ability to use templates...
2005-11-10  Vadim Zeitlinadded wxKeyEvent::GetModifiers()
2005-10-23  Michael WetherellExport wxFindFocusDescendant
2005-10-09  Vadim Zeitlindisable VC++ warning 4355 in wx/defs.h once and for...
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-03  Vadim Zeitlindefine WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's...
2005-06-30  Michael WetherellPut wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL...
2005-06-30  Michael WetherellMake wxEVT_SCROLL_ENDSCROLL a #define in event.h so...
2005-06-25  Vadim Zeitlinreadded wxEVT_SCROLL_ENDSCROLL symbol back to the libra...
2005-06-21  Mattia Barbon Avoid warnings with MSVC 5.
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Vadim Zeitlinuse pragma warning push/pop under MSVC instead of enabl...
2005-05-31  Vadim Zeitlinadded wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-30  Dimitri Schoolwerthrestored the EVT_SCROLL and EVT_COMMAND_SCROLL definiti...
2005-05-22  Vadim ZeitlinwxCloseEvent::GetLoggingOff() is for [query] end sessio...
next