put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / event.h
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
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-16  Vadim Zeitlinadded and documented wx_const/static_cast<>
2004-04-16  Vadim ZeitlinwxEVT_MOVING = 442, not 4442, in event compatibility...
2004-04-15  Vadim Zeitlinchanged return type of wxCommandEvent::GetClientObject...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-11  Robin DunnAdded missing wxNcPaintEventFunction and used it in...
2004-02-10  Vadim Zeitlinreverted wxStaticCast change which obviously can't...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-10-16  Vadim Zeitlinfixed wxMouseEvent::Moving() and Dragging() after the...
2003-10-16  Vadim ZeitlinwxMouseEvent::Moving() shouldn't return true when we...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-10-03  Vadim Zeitlinfixed wxMOUSE_BTN_XXX values, use them instead of hard...
2003-09-30  Vadim Zeitlinuse wxEvent::ShouldPropagate() instead of its own propg...
2003-09-26  Julian SmartClean up event hash tables in a timely fashion
2003-09-17  Vadim Zeitlinmoved all event handlers callign code in ProcessEventIf...
2003-08-24  Stefan NeisFixed #pragma interface/implementation handling for...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Václav Slavíkhave TryValidator even if wxUSE_VALIDATORS=1, so that...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-09  Stefan Csomorexposing the dynamic event table
2003-08-02  Vadim Zeitlinuse wxWindowBase, not wxWindow, in wxUpdateUIEvent...
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-17  Vadim Zeitlinapplied event speed up patch (752928)
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-03  Vadim Zeitlinworkaround BCC bug resulting in E2233 when building...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-30  Julian SmartAdded optional event sink for use with dynamic event...
2003-06-28  Václav Slavíkfixed linker errors
2003-06-26  Vadim Zeitlingot rid of wxEvtHandler::m_isWindow, use virtual functi...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-01  Julian SmartGet the initialization order right.
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-01-12  Vadim ZeitlinunTABbed
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-23  Ron LeeUpdates for 2.3.3 debs.
2002-08-20  Vadim Zeitlinremoved extra semi colon which provoked CW warnings...
2002-08-19  Julian SmartAdded EVT_JOY_BUTTON_... macros as per the manual,
2002-08-12  Václav Slavíkfixed another typo
2002-08-11  Julian SmartCorrected typos for
2002-07-21  Julian SmartReturned value from operator=
2002-07-21  Julian Smartoperator = implemented inline.
2002-07-21  Julian SmartMade wxMouseEvent = operator public
2002-07-20  Robin Dunnsignned/unsigned fix
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-19  Julian SmartApplied patch [ 583877 ] Clone events correction
2002-07-09  Vadim Zeitlinadded ENDSCROLL event (patch 576176)
2002-07-03  Vadim Zeitlinadded wxID_ANY, replaced #define's with enum
2002-07-02  Ron Leeadded DECLARE_EXPORTED_LOCAL_EVENT_TYPE for use with...
next