File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / event.cpp
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-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-11  Vadim Zeitlindeal with the situation when a (dynamic) event handler...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-01-09  Włodzimierz Skibadefs.h doubled include fixed.
2005-12-02  Vadim Zeitlinfixed problems with sometimes processing the events...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-08  Vadim Zeitlinfix memory leak of pending events in wxEvtHandler dtor
2005-09-25  Vadim Zeitlinremoved #errors in 2.7 compilation
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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  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-01  Vadim Zeitlinrenamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED
2005-04-24  Robert Roebling Apply patch that prevents a crash when more than
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-01  Vadim Zeitlindon't compare iterator after calling erase() in Process...
2005-03-01  Vadim Zeitlinadded accessor function to hide __VISAGECPP__ ugliness...
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...
next