2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent... |
blob | commitdiff | raw |
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 |
2005-05-31 |
Vadim Zeitlin | added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Dimitri Schoolwerth | restored the EVT_SCROLL and EVT_COMMAND_SCROLL definiti... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | wxCloseEvent::GetLoggingOff() is for [query] end sessio... |
blob | commitdiff | raw | diff to current |
2005-05-19 |
Włodzimierz Skiba | Fix for 'using default arguments would be overload... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Vadim Zeitlin | added wxEvtHandler::Disconnect(evtType, ...) overload |
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-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 |
next |