Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / event.h
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...
2005-05-19  Włodzimierz SkibaFix for 'using default arguments would be overload...
2005-05-18  Vadim Zeitlinadded wxEvtHandler::Disconnect(evtType, ...) overload
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2005-03-07  Vadim Zeitlinfix to avoid eVC crashes: restored wxObjectEventFunctio...
2005-03-01  Vadim Zeitlinadded accessor function to hide __VISAGECPP__ ugliness...
2005-02-19  Vadim Zeitlinadded wxNavigationEvent::FromTab flag
2005-02-17  Vadim Zeitlinfixed typo in EVT_COMMAND definition
2005-02-16  Włodzimierz Skiba'Compatibility' fix for connecting events.
2005-02-15  Vadim Zeitlin(blind) fix for ambiguity between Disconnect() overloads
2005-02-15  Julian SmartAdded EVT_COMMAND_CONTEXT_MENU with id arg
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-01-21  Robin DunnAdded setter to wxMoveEvent
2005-01-19  Vadim Zeitlin(harmless) VC++ warning fixes
2005-01-18  Kevin HockAdded DLL export for wxCommandEventStringHelper
2005-01-18  Kevin HockMove member m_ variables to be protected rather than...
2004-12-05  Robert Roebling A little documentation about custom events as
2004-10-28  Václav SlavíkwxKeyEvent::m_uniChar must be copied by operator= too
2004-10-20  Vadim Zeitlinupdate g_isPainting in wxPaintEvent copy ctor
2004-09-13  Włodzimierz SkibaSource cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE...
2004-09-04  Włodzimierz SkibaSpelling fixes [#1017001], source cleaning.
2004-07-12  Václav Slavíkoops, reverted clntdata.h change, it _is_ needed
2004-07-12  Václav Slavíkclntdata.h is needed only if wxUSE_GUI
2004-07-09  Vadim Zeitlinadded wxNavigationKeyEvent::IsBackward to be able to...
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-07-01  Vadim Zeitlinadded and documented wxKey/MouseEvent::CmdDown()
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-23  Włodzimierz SkibaShortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
2004-06-15  Julian SmartEnum becomes public
next