2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw |
2005-03-08 |
Włodzimierz Skiba | Casting fix for events. Needs check by ARM eVC4 users. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | fix to avoid eVC crashes: restored wxObjectEventFunctio... |
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-02-19 |
Vadim Zeitlin | added wxNavigationEvent::FromTab flag |
blob | commitdiff | raw | diff to current |
2005-02-17 |
Vadim Zeitlin | fixed typo in EVT_COMMAND definition |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | 'Compatibility' fix for connecting events. |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Vadim Zeitlin | (blind) fix for ambiguity between Disconnect() overloads |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Julian Smart | Added EVT_COMMAND_CONTEXT_MENU with id arg |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Vadim Zeitlin | define wxFooHandler() macros for all wxFooEvents to... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Włodzimierz Skiba | Various cleanings. |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Robin Dunn | Added setter to wxMoveEvent |
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 | Added DLL export for wxCommandEventStringHelper |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Kevin Hock | Move member m_ variables to be protected rather than... |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Robert Roebling | A little documentation about custom events as |
blob | commitdiff | raw | diff to current |
2004-10-28 |
Václav Slavík | wxKeyEvent::m_uniChar must be copied by operator= too |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Vadim Zeitlin | update g_isPainting in wxPaintEvent copy ctor |
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-09-04 |
Włodzimierz Skiba | Spelling fixes [#1017001], source cleaning. |
blob | commitdiff | raw | diff to current |
2004-07-12 |
Václav Slavík | oops, reverted clntdata.h change, it _is_ needed |
blob | commitdiff | raw | diff to current |
2004-07-12 |
Václav Slavík | clntdata.h is needed only if wxUSE_GUI |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Vadim Zeitlin | added wxNavigationKeyEvent::IsBackward to be able to... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448) |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | added and documented wxKey/MouseEvent::CmdDown() |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Vadim Zeitlin | added and documented wxKeyEvent::GetUnicodeKey(); made... |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Włodzimierz Skiba | Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions. |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Julian Smart | Enum becomes public |
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-04-16 |
Vadim Zeitlin | added and documented wx_const/static_cast<> |
blob | commitdiff | raw | diff to current |
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 |
next |