renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and...
[wxWidgets.git] / src / common / event.cpp
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.
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-23  Karsten BallüderFixed linkage problem.
1999-11-23  David WebsterCriticalSection update for OS/2
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-17  Robin DunnAdded wxWakeUpIdle() for MSW and empty stubs for Motif...
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-01  Guilhem LavauxwxMemoryStream doc updated
1999-07-29  Ove KaavenBy assigning wxEmptyString instead of NULL to m_command...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-23  Guilhem Lavaux* wxSocket seems to work with the async requester turne...
1999-05-22  Robert Roebling Played a little with sockets.
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
next