2010-09-27 |
Vadim Zeitlin | Fix wx/event.h compilation with Sun CC compiler. |
blob | commitdiff | raw |
2010-07-18 |
Vadim Zeitlin | Ensure that validators work even in presence of pushed... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE_EVENT_... |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Vadim Zeitlin | Fix recently broken forwarding of events between event... |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Vadim Zeitlin | Replace public wxEvtHandler::ProcessEventHere() with... |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Vadim Zeitlin | Refactor the event processing code to add ProcessEventL... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Václav Slavík | Add wxThreadEvent::SetPayload<T>(). |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Václav Slavík | Don't make full copy of string in wxThreadEvent::Clone(). |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Stefan Csomor | fixing parameter names |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Jaakko Salli | Fixed builds without wxHAS_EVENT_BIND (typeinfo.h inclu... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Jaakko Salli | Added typeinfo.h which implements wxTypeId, using C... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Václav Slavík | Check that event's IDs range is valid, i.e. that lower... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Vadim Zeitlin | Make WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Vadim Zeitlin | Added wxKeyEvent::IsKeyInCategory() method. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | Fix typo in wxNewEventFunctor() comment. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-05-03 |
Vadim Zeitlin | check for wxHAS_EVENT_BIND instead of its converse... |
blob | commitdiff | raw | diff to current |
2009-05-02 |
Vadim Zeitlin | allow passing temporary functors to Bind() too (closes... |
blob | commitdiff | raw | diff to current |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
blob | commitdiff | raw | diff to current |
2009-04-29 |
Vadim Zeitlin | don't duplicate wxMouseState in wxMouseEvent but reuse... |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Vadim Zeitlin | really fix compilation with wxEVENTS_COMPATIBILITY_2_8... |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Vadim Zeitlin | compilation fix for wxEVENTS_COMPATIBILITY_2_8 build... |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Vadim Zeitlin | remove wxNewEventFunctor() overload which allowed calls... |
blob | commitdiff | raw | diff to current |
2009-04-14 |
Vadim Zeitlin | remove semicolon from wxDECLARE_EVENT; having it there... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Vadim Zeitlin | no real changes, jus renames some parameters (see ... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Vadim Zeitlin | no changes, just correct some comments and variable... |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Francesco Montorsi | include all events categories in wxEVT_CATEGORY_ALL |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Francesco Montorsi | add wxAppConsoleBase::DeletePendingEvents and wxEvtHand... |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Vadim Zeitlin | add ugly macros to abstract the difference between... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Vadim Zeitlin | move functions using deprecated methods out of line... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Vadim Zeitlin | compilation fix after the previous commit |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Vadim Zeitlin | fix for DLL build: wxEvtHandlerArray should be in wxBas... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Vadim Zeitlin | replace templae Connect() overloads with separate Bind... |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Francesco Montorsi | implement wxThreadEvent safe copy ctor |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Paul Cornett | fix for IBM and HP compilers, which don't allow ->... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | fix typo in last commit |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT |
blob | commitdiff | raw | diff to current |
2009-02-06 |
Vadim Zeitlin | allow handling events in a function taking the base... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | add a wxEventType argument to wxThreadEvent for coheren... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | use WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | fix the new wxThreadEvent class adopting the new type... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Vadim Zeitlin | work around VC6 ICE in DLL build |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Vadim Zeitlin | use explicit this-> with non-dependent names (compilati... |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Vadim Zeitlin | Changes to template Connect() to make it compile with... |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Vadim Zeitlin | don't always disable new events code; leave it enabled... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Vadim Zeitlin | remove WXDLLIMPEXP_BASE from template classes to fix... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Vadim Zeitlin | no real changes, just add some comments |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Vadim Zeitlin | fix wxEVT_SPIN_XXX definitions in a nicer (compatible... |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Francesco Montorsi | fix wxWindow::PushEventHandler and related wxWindow... |
blob | commitdiff | raw | diff to current |
2009-01-18 |
Julian Smart | Applied Peter Most's EVT_SPIN crash fix |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Vadim Zeitlin | ensure that ProcessEvent() is called for all the event... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Vadim Zeitlin | disable new event code unconditionally for now |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | fix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | restored the default value of wxObjectEventFunctor... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | fix VC6 ICE; don't call the function which doesn't... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | don't use wxDELETE unnecessarily |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-12-28 |
Francesco Montorsi | no real change: rename wxPendingEvents to wxHandlersWit... |
blob | commitdiff | raw | diff to current |
2008-11-09 |
Francesco Montorsi | use wxEventType coherently with the docs |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Vadim Zeitlin | work around Borland compilation errors |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Vadim Zeitlin | reverted r55167, see #9854 |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Vadim Zeitlin | extracted the part of ProcessEvent() which is repeated... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Vadim Zeitlin | make wxKeyEvent and wxMouseEvent derive from the same... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
Robert Roebling | #9854 (AddPendingEvent - protect during wxEvtHandler... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Vadim Zeitlin | fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks... |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Vadim Zeitlin | add wxShowEvent::IsShown() and wxIconizeEvent::IsIconiz... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Vadim Zeitlin | use more general pointer-to-member representation for... |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Robert Roebling | Disable disabling wxWeakRef<T> |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Robert Roebling | Let wxCommandEvent's copy constr copy its string via... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Vadim Zeitlin | add wxUSE_WEAKREF (modified partially applied patch... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
Vadim Zeitlin | make wxIdleEventHandler available in console applicatio... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
blob | commitdiff | raw | diff to current |
2008-01-13 |
Vadim Zeitlin | improvements to wxWeakRef and related classes |
blob | commitdiff | raw | diff to current |
2008-01-09 |
Paul Cornett | check for self-assignment in operator= |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Robert Roebling | Last part from weak ref patch for event sink disconnection |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | clean up wxEvtHandler::m_eventsLocker weirdness: there... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | process one event at once in wxEvtHandler::ProcessPendi... |
blob | commitdiff | raw | diff to current |
2007-12-20 |
Robert Roebling | Remove old event type compatibility |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Paul Cornett | remove unneccessary header dependencies on wx/thread.h |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Vadim Zeitlin | add wxMouseEvent::GetClickCount() and implement it... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Julian Smart | Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for... |
blob | commitdiff | raw | diff to current |
2007-07-29 |
Vadim Zeitlin | added support for 2 extra mouse buttons (patch 1757630) |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Vadim Zeitlin | changed AddPendingEvent() to take const wxEvent referen... |
blob | commitdiff | raw | diff to current |
2007-05-24 |
Vadim Zeitlin | disable clearing event tables by default, only do it... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Vadim Zeitlin | added support for drop down toolbar buttons (patch... |
blob | commitdiff | raw | diff to current |
next |