Split this out from other changes to keep things sane..
[wxWidgets.git] / src / common / event.cpp
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...
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-13  Guilhem Lavaux* Some more CopyObject()
1999-05-13  Robert Roebling Added m_scanCode field to wxKeyEvent
1999-05-12  Robert Roebling added wxScrollWinEvent
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-05-06  Robert Roebling minor fixes
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-24  Robert Roebling minimal now works in Unicode mode
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-23  Vadim Zeitlinsmall optimizations: m_isWindow and m_isCommandEvent...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-29  Vadim Zeitlinsmall optimization in ProcessEvent() (IsKindOf(wxWindow...
1998-12-21  Julian SmartAdded convenience form of wxEvtHandler::Connect, only...
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-12-02  Robert Roebling Removed the new flicker code.
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-10-18  Julian SmartMotif additions
1998-08-27  Julian SmartwxUpdateUIEvent derives from wxCommandEvent now
next