2004-04-16 |
Vadim Zeitlin | added and documented wx_const/static_cast<> |
blob | commitdiff | raw |
2004-04-16 |
Vadim Zeitlin | wxEVT_MOVING = 442, not 4442, in event compatibility... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | changed return type of wxCommandEvent::GetClientObject... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Robin Dunn | Added missing wxNcPaintEventFunction and used it in... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | reverted wxStaticCast change which obviously can't... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | fixed wxMouseEvent::Moving() and Dragging() after the... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | wxMouseEvent::Moving() shouldn't return true when we... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Vadim Zeitlin | renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR |
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-30 |
Vadim Zeitlin | use wxEvent::ShouldPropagate() instead of its own propg... |
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-17 |
Vadim Zeitlin | moved all event handlers callign code in ProcessEventIf... |
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-09 |
Stefan Csomor | exposing the dynamic event table |
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 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | added NO_PTR versions of ARRAY macros to suppress warni... |
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-12 |
Julian Smart | Use WM_INITMENUPOPUP |
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-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Vadim Zeitlin | workaround BCC bug resulting in E2233 when building... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
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-26 |
Vadim Zeitlin | got rid of wxEvtHandler::m_isWindow, use virtual functi... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Get the initialization order right. |
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-03-21 |
David Elliott | Allow headers to be compiled in Objective-C++ mode |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | unTABbed |
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-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-23 |
Ron Lee | Updates for 2.3.3 debs. |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Vadim Zeitlin | removed extra semi colon which provoked CW warnings... |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Julian Smart | Added EVT_JOY_BUTTON_... macros as per the manual, |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Václav Slavík | fixed another typo |
blob | commitdiff | raw | diff to current |
2002-08-11 |
Julian Smart | Corrected typos for |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Julian Smart | Returned value from operator= |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Julian Smart | operator = implemented inline. |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Julian Smart | Made wxMouseEvent = operator public |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Robin Dunn | signned/unsigned fix |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Robin Dunn | Moved the check for page scrolling with the wheel into... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Julian Smart | Applied patch [ 583877 ] Clone events correction |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Vadim Zeitlin | added ENDSCROLL event (patch 576176) |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Vadim Zeitlin | added wxID_ANY, replaced #define's with enum |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Ron Lee | added DECLARE_EXPORTED_LOCAL_EVENT_TYPE for use with... |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Vadim Zeitlin | wxUniv compilation fixes (patch 559620) |
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-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Vadim Zeitlin | forbid copying wxEvtHandlers |
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-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | fixed wxDropFilesEvent dtor, added copy ctor and implem... |
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-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
blob | commitdiff | raw | diff to current |
2001-11-18 |
Vadim Zeitlin | fixes for wxEvent and wxKeyEvent operator=() |
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-11-08 |
Robert Roebling | wxListBox mouse events now report coords relative |
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-11 |
Ron Lee | added DEFINE_LOCAL_EVENT_TYPE() macro |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Robin Dunn | Moved the [Set|Get]Client[Data|Object] and such out... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | don't check for Meta key in wxKeyEvent::HasModifiers() |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
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 | moved knd handling logic from wxPanel to wxControlConta... |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Vadim Zeitlin | declare and define wxEVT_COMMAND_TEXT_UPDATED even... |
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-07-02 |
Vadim Zeitlin | compilation fixes |
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-31 |
Vadim Zeitlin | we now send iconize events |
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-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
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 |
2001-04-03 |
Vadim Zeitlin | second part of Markus' BC++ fix |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Robin Dunn | Added DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLE... |
blob | commitdiff | raw | diff to current |
2001-02-08 |
Vadim Zeitlin | applied (slightly modified) wxToggleButton patch from... |
blob | commitdiff | raw | diff to current |
2001-02-01 |
Vadim Zeitlin | added missing WXDLLEXPORT |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | oops... fixed a typo |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | event handling seems to work again, new sample (event... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Vadim Zeitlin | readded wxEVT_HELP inadvertently deleted the last... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Vadim Zeitlin | compatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Vadim Zeitlin | wxEVT_USER_FIRST readded |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Vadim Zeitlin | dynamic event types actually work with these changes... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Robert Roebling | Corrected typo. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Robert Roebling | Updated ten thousand macros for new event type code. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Julian Smart | Changed m_eventType to int |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Robert Roebling | New event types for use in external libs (and from |
blob | commitdiff | raw | diff to current |
next |