2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
blob | commitdiff | raw |
2006-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Włodzimierz Skiba | Include wx/validate.h and wx/valtext.h according to... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Vadim Zeitlin | added help event origin field: indicates if the help... |
blob | commitdiff | raw | diff to current |
2006-05-12 |
Vadim Zeitlin | added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Włodzimierz Skiba | Include wx/event.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Włodzimierz Skiba | Include wx/list.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
Vadim Zeitlin | deal with the situation when a (dynamic) event handler... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Włodzimierz Skiba | defs.h doubled include fixed. |
blob | commitdiff | raw | diff to current |
2005-12-02 |
Vadim Zeitlin | fixed problems with sometimes processing the events... |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Vadim Zeitlin | fix memory leak of pending events in wxEvtHandler dtor |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | removed #errors in 2.7 compilation |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | remove extraneous semicolons (patch 1299687) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Michael Wetherell | Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so... |
blob | commitdiff | raw | diff to current |
2005-06-25 |
Vadim Zeitlin | readded wxEVT_SCROLL_ENDSCROLL symbol back to the libra... |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Václav Slavík | changed exceptions handling to work under wxGTK |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Vadim Zeitlin | renamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED |
blob | commitdiff | raw | diff to current |
2005-04-24 |
Robert Roebling | Apply patch that prevents a crash when more than |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Vadim Zeitlin | don't compare iterator after calling erase() in Process... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Vadim Zeitlin | added accessor function to hide __VISAGECPP__ ugliness... |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | Fix for incomplete setup (wxPalmOS case). |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Vadim Zeitlin | (harmless) VC++ warning fixes |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Kevin Hock | Fixed wxTextCtrl being undefined when not using precomp... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Kevin Hock | GetString() method queries the control for the string... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | stop processing pending events after processing all... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Włodzimierz Skiba | Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE... |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Włodzimierz Skiba | Warning cleaning. |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | replaced ASSERT in wxEvtHandler::ProcessPendingEvents... |
blob | commitdiff | raw | diff to current |
2004-02-01 |
David Elliott | Assert that m_pendingEvents is not NULL (patch #886852... |
blob | commitdiff | raw | diff to current |
2003-10-23 |
Mattia Barbon | Make both GCC and MSVC 5 happy. |
blob | commitdiff | raw | diff to current |
2003-10-19 |
Mattia Barbon | MSVC 5 compilation fix. |
blob | commitdiff | raw | diff to current |
2003-10-12 |
Vadim Zeitlin | VC++ release mode warning fixes |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Vadim Zeitlin | fixed wxMOUSE_BTN_XXX values, use them instead of hard... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Julian Smart | Clean up event hash tables in a timely fashion |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Robin Dunn | Only process dynamic events if the eventTypes match |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Vadim Zeitlin | fix the bug with not skipping events any more after... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Vadim Zeitlin | moved all event handlers callign code in ProcessEventIf... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | wxNavigationKeyEvent doesn't derive from wxCommandEvent... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Stefan Neis | Fixed #pragma interface/implementation handling for... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | have TryValidator even if wxUSE_VALIDATORS=1, so that... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Vadim Zeitlin | use wxWindowBase, not wxWindow, in wxUpdateUIEvent... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Václav Slavík | multilib mode compilation fix |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Mattia Barbon | GCC warning fix. |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Vadim Zeitlin | allow to change the event propagation level (modified... |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Vadim Zeitlin | applied event speed up patch (752928) |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 758687 ] RegisterHotkey implemented |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Julian Smart | Added optional event sink for use with dynamic event... |
blob | commitdiff | raw | diff to current |
2003-06-28 |
Václav Slavík | fixed linker errors |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Vadim Zeitlin | TryParent()/ProcessEvent() were included in both base... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Vadim Zeitlin | pass event to validators fisrt, before using the dynami... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Vadim Zeitlin | got rid of wxEvtHandler::m_isWindow, use virtual functi... |
blob | commitdiff | raw | diff to current |
2003-06-25 |
Vadim Zeitlin | some more #if wxUSE_BASE (but still not enough) |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Partially applied patch [ 531199 ] new EVT_MOVING and... |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Julian Smart | Applied some of patch [ 688466 ] MSVC7 build & bug... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-02-25 |
Robin Dunn | Changed how the dynamic event tables (used for all... |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-01 |
Julian Smart | Copy event type too |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Vadim Zeitlin | added ENDSCROLL event (patch 576176) |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Vadim Zeitlin | wxUniv compilation fixes (patch 559620) |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | added/documented wxApp::FilterEvent |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | implemented explicit copy constructors (needed for... |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Vadim Zeitlin | added EVT_MENU_OPEN and EVT_MENU_CLOSE events |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Julian Smart | Linking now |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Vadim Zeitlin | added check for NULL Clone() return |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | 1. removed wxObject::CopyObject() and Clone() - some... |
blob | commitdiff | raw | diff to current |
2001-11-18 |
Gilles Depeyrot | use class name instead of generic message in event... |
blob | commitdiff | raw | diff to current |
2001-11-18 |
Robert Roebling | This form of the event cloning patch survived my |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Robin Dunn | Moved client data stuff directly into wxEvtHandler... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | added and documented wxWS_EX_BLOCK_EVENTS flag |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | 1. slightly changed how wxControlContainer is used |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | wxBase compilation fix |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | 1. added wxTE_AUTO_URL style and support for it under... |
blob | commitdiff | raw | diff to current |
2001-06-30 |
Julian Smart | More fixes for wxUniv |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Vadim Zeitlin | merged fixes for accel and command event non propagatio... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #421554: implementation of wxEVT_CONTEXT_MENU |
blob | commitdiff | raw | diff to current |
2001-05-04 |
Robin Dunn | Added mouse wheel support for MSW. It generates a... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
George Tasker | Moved the declaration of wxEVT_NULL to event.cpp and... |
blob | commitdiff | raw | diff to current |
next |