improvements to wxEventFunctor classes; use wxHAS_EVENT_BIND instead of wxEVENTS_COMP...
[wxWidgets.git] / src / common / event.cpp
2005-01-19  Włodzimierz SkibaFix for incomplete setup (wxPalmOS case).
2005-01-19  Vadim Zeitlin(harmless) VC++ warning fixes
2005-01-18  Kevin HockFixed wxTextCtrl being undefined when not using precomp...
2005-01-18  Kevin HockGetString() method queries the control for the string...
2004-12-12  Vadim Zeitlinstop processing pending events after processing all...
2004-09-13  Włodzimierz SkibaSource cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE...
2004-07-30  Włodzimierz SkibaWarning cleaning.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-07  Vadim Zeitlinreplaced ASSERT in wxEvtHandler::ProcessPendingEvents...
2004-02-01  David ElliottAssert that m_pendingEvents is not NULL (patch #886852...
2003-10-23  Mattia Barbon Make both GCC and MSVC 5 happy.
2003-10-19  Mattia Barbon MSVC 5 compilation fix.
2003-10-12  Vadim ZeitlinVC++ release mode warning fixes
2003-10-03  Vadim Zeitlinfixed wxMOUSE_BTN_XXX values, use them instead of hard...
2003-09-26  Julian SmartClean up event hash tables in a timely fashion
2003-09-19  Robin DunnOnly process dynamic events if the eventTypes match
2003-09-18  Vadim Zeitlinfix the bug with not skipping events any more after...
2003-09-17  Vadim Zeitlinmoved all event handlers callign code in ProcessEventIf...
2003-09-15  Vadim ZeitlinwxNavigationKeyEvent doesn't derive from wxCommandEvent...
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-02  Vadim Zeitlinuse wxWindowBase, not wxWindow, in wxUpdateUIEvent...
2003-07-22  Václav Slavíkmultilib mode compilation fix
2003-07-18  Mattia Barbon GCC warning fix.
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-17  Vadim Zeitlinapplied event speed up patch (752928)
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
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-27  Vadim ZeitlinTryParent()/ProcessEvent() were included in both base...
2003-06-26  Vadim Zeitlinpass event to validators fisrt, before using the dynami...
2003-06-26  Vadim Zeitlingot rid of wxEvtHandler::m_isWindow, use virtual functi...
2003-06-25  Vadim Zeitlinsome more #if wxUSE_BASE (but still not enough)
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-25  Robin DunnChanged how the dynamic event tables (used for all...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-01  Julian SmartCopy event type too
2002-07-09  Vadim Zeitlinadded ENDSCROLL event (patch 576176)
2002-05-23  Vadim ZeitlinwxUniv compilation fixes (patch 559620)
2002-05-09  Vadim Zeitlinadded/documented wxApp::FilterEvent
2002-05-08  Gilles Depeyrotimplemented explicit copy constructors (needed for...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-02-23  Vadim Zeitlinadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
2002-02-11  Julian SmartLinking now
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2001-11-22  Vadim Zeitlinadded check for NULL Clone() return
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-11-18  Gilles Depeyrotuse class name instead of generic message in event...
2001-11-18  Robert Roebling This form of the event cloning patch survived my
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-12  Robin DunnMoved client data stuff directly into wxEvtHandler...
2001-10-08  Vadim Zeitlinadded and documented wxWS_EX_BLOCK_EVENTS flag
2001-08-06  Vadim Zeitlin1. slightly changed how wxControlContainer is used
2001-08-06  Vadim ZeitlinwxBase compilation fix
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-06-30  Julian SmartMore fixes for wxUniv
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-17  Vadim Zeitlinmerged fixes for accel and command event non propagatio...
2001-05-16  Julian SmartApplied patch #421554: implementation of wxEVT_CONTEXT_MENU
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-04-21  George TaskerMoved the declaration of wxEVT_NULL to event.cpp and...
2001-03-30  Vadim Zeitlinthis should hopefully fix BC++ crashes
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-31  Vadim Zeitlinevent handling seems to work again, new sample (event...
2001-01-27  Vadim Zeitlincompatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES...
2001-01-27  Vadim ZeitlinwxEVT_USER_FIRST put back
2001-01-26  Vadim Zeitlindynamic event types actually work with these changes...
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2001-01-25  Robert Roebling New event types for use in external libs (and from
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlinapparent gcc bug workaround
2000-03-15  Guillermo Rodrigue... Fixed a bug in the latest 'micro optimization' - was...
2000-03-14  Vadim Zeitlinsome micro optimisations in SearchEventTable
2000-02-15  Vadim Zeitlinconflicts markers removed
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-09  David WebsterUpdates to make latest changes compile
2000-01-31  David WebsterVA 4.0 fixes
2000-01-28  David WebsterVA 4.0 fixes
2000-01-26  David WebsterVisualage C++ V4.0 duplicate symbol fixes
2000-01-18  Guillermo Rodrigue... isScrolling() in wxScroll[Win]Event
1999-12-30  Robert Roebling Removed two more GUI lock-ups. This time when
1999-12-29  Robin DunnFixed wxWindowCreateEvent and wxWindowDestroyEvent...
1999-12-29  Robert Roebling GUI thread update and event corrections.
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-28  Robert Roebling More fool-proof lock in thread events code.
1999-11-28  Robert Roebling New event locking.
next