2009-02-25 |
Vadim Zeitlin | fix for DLL build: wxEvtHandlerArray should be in wxBas... |
blob | commitdiff | raw |
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 |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Vadim Zeitlin | made AddPendingEvent() virtual (patch 1652077) |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Vadim Zeitlin | corrected WXDLLIMPEXP_ declaration for wxEventBlocker... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Stefan Csomor | adding scroll axis to wheel events |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Vadim Zeitlin | added wxEventBlocker class (patch 1622444) |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Robin Dunn | Revert reentrancy patch (#1573619) |
blob | commitdiff | raw | diff to current |
2006-11-03 |
Vadim Zeitlin | don't define EMPTY_PARAMETER_VALUE macro without wx... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Robert Roebling | Added part of patch |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Vadim Zeitlin | added wxPowerEvent; moved power functions stubs 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-04-21 |
Vadim Zeitlin | made wxCommandEvent::GetInt() return int, not long... |
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-02-12 |
Vadim Zeitlin | it is not possible to show/hide the window from the... |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Julian Smart | Applied patch [ 1355809 ] Add ability to use templates... |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Vadim Zeitlin | added wxKeyEvent::GetModifiers() |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Michael Wetherell | Export wxFindFocusDescendant |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | disable VC++ warning 4355 in wx/defs.h once and for... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | removed wxABI_VERSION checks |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Vadim Zeitlin | define WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's... |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Michael Wetherell | Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL... |
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 |
Mattia Barbon | Avoid warnings with MSVC 5. |
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-07 |
Włodzimierz Skiba | First part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | use pragma warning push/pop under MSVC instead of enabl... |
blob | commitdiff | raw | diff to current |
next |