2012-01-07 |
Vadim Zeitlin | Set Z-position correctly for wxEVT_JOY_ZMOVE events. |
blob | commitdiff | raw |
2011-12-30 |
Robin Dunn | Interface fixes and tweaks for Phoenix |
blob | commitdiff | raw | diff to current |
2011-12-28 |
Vadim Zeitlin | Complete wxEVT_MENU_{OPEN,CLOSE} implementation in... |
blob | commitdiff | raw | diff to current |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Vadim Zeitlin | Document that wxEraseEvent::GetDC() never returns NULL. |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Implement EVT_CHAR_HOOK for wxOSX/Cocoa. |
blob | commitdiff | raw | diff to current |
2011-11-22 |
Vadim Zeitlin | Add wxEventFilter and related functionality. |
blob | commitdiff | raw | diff to current |
2011-11-22 |
Stefan Csomor | fixes #13684 |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Robin Dunn | Interface updates for Phoenix. Add wxNativeFontInfo. |
blob | commitdiff | raw | diff to current |
2011-09-27 |
Robin Dunn | More interface updates for Phoenix |
blob | commitdiff | raw | diff to current |
2011-09-16 |
Vadim Zeitlin | Fix int field of wxCommandEvents generated by menu... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Vadim Zeitlin | Remove mentions of wxCommandEvent from wxThreadEvent... |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Václav Slavík | Move wxThreadEvent into wxBase. |
blob | commitdiff | raw | diff to current |
2011-05-13 |
Vadim Zeitlin | Remove duplicated portability warning from wxShowEvent... |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Vadim Zeitlin | Add WXK_CONTROL_A..WXK_CONTROL_Z constants. |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Bryan Petty | Extensive documentation typo patch (closes #13063). |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Vadim Zeitlin | Slightly improve wxMouseCaptureLostEvent documentation. |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Vadim Zeitlin | Don't generate wxEVT_CHAR_HOOK events while the mouse... |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Vadim Zeitlin | Document EVT_CHAR_HOOK. |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Paul Cornett | add wxEVT_MAXIMIZE support to wxGTK |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Vadim Zeitlin | Mention that wxEVT_MAXIMIZE is only generated by a... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Vadim Zeitlin | Correct more wxEVT_AUXn_XXX event types names. |
blob | commitdiff | raw | diff to current |
2011-02-05 |
Vadim Zeitlin | Re-enable generation of wxEVT_MOVE_{START,END} events... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Steve Lamerton | Add missing code tag before lots of wxEventTypes in... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Robin Dunn | Fix some bad parameter names, add missing methods,... |
blob | commitdiff | raw | diff to current |
2010-10-24 |
Vadim Zeitlin | Set wxKeyEvent::m_rawFlags to hardware key code in... |
blob | commitdiff | raw | diff to current |
2010-10-22 |
Vadim Zeitlin | Restore the note about auto-repeat in key events docume... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Generate the same flags for modifier key events in... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Generate unshifted Unicode key codes in wxEVT_KEY_XXX... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Fixes to key codes in keyboard events generated by... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Add WXK_NONE symbolic constant indicating absence of... |
blob | commitdiff | raw | diff to current |
2010-08-15 |
Vadim Zeitlin | Improve EVT_SHOW documentation. |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | WIP |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
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-05-27 |
Vadim Zeitlin | Correct wxEVT_AUXn_XXX event types names. |
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-05-09 |
Vadim Zeitlin | Call wxEvtHandler::TryBefore() only once from ProcessEv... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Vadim Zeitlin | Allow to not create wxPaintDC in EVT_PAINT handler... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Václav Slavík | Add wxThreadEvent::SetPayload<T>(). |
blob | commitdiff | raw | diff to current |
2009-11-21 |
Jaakko Salli | Added a new documentation overview section 'Caveats... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Vadim Zeitlin | Fix typo in Bind() documentation: s/binded/bound/ |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Vadim Zeitlin | Explicitly document event types for EVT_CLOSE(). |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Vadim Zeitlin | Make wxSizeEvent::GetSize() description more precise. |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Mattia Barbon | Copy wxPerl notes from the LaTeX documentation. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Stefan Csomor | documenting events that are not available on OSX, close... |
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-04-29 |
Vadim Zeitlin | don't duplicate wxMouseState in wxMouseEvent but reuse... |
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 | update documentation for Bind() (closes #10594) |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Francesco Montorsi | wxEvtHandler derives from wxTrackable, too |
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 |
Francesco Montorsi | move pending event processing back to wxApp (these... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Francesco Montorsi | fix doxygen warnings |
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-20 |
Francesco Montorsi | recategorize many misplaced classes; move lots of class... |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Francesco Montorsi | mention wxThreadEvent in wxEVT_CATEGORY_THREAD and... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Francesco Montorsi | name wxThreadEvent and YieldFor in wxProgressDialog... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Francesco Montorsi | make distinction between classes which send events... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Bryan Petty | Fix manual references to the events overview after... |
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-07 |
Vadim Zeitlin | update custom event definition documentation; document... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | update/reorganize events overview and changed links... |
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 | check in the 'selective yield' patch (see ticket #10320): |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Robert Roebling | Make wxCheckListBox call event.SetString() on all platf... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Vadim Zeitlin | emphasize that you need to specify eventSink when conne... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Francesco Montorsi | fix doxygen warnings |
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-21 |
Vadim Zeitlin | send destroy events for children before they're fully... |
blob | commitdiff | raw | diff to current |
2009-01-18 |
Francesco Montorsi | no real change: divide in groups the wxEvtHandler methods |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Bryan Petty | Replaced @ingroup with @addtogroup for all global func... |
blob | commitdiff | raw | diff to current |
2008-12-30 |
Francesco Montorsi | document wxEVT_NULL |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Francesco Montorsi | name also QueueEvent |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Vadim Zeitlin | mention that mouse events carry position in window... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Francesco Montorsi | formatting change; added @c in front of wxEVT_ constants |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Francesco Montorsi | document GetWheelAxis |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Francesco Montorsi | document the main event table macros, wxEventType,... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Vadim Zeitlin | better documentation for wxEvent ctor |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Francesco Montorsi | added note about GetTimestamp() (fixes #1986) |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Francesco Montorsi | provide an example implementation of wxCloseEvent handler |
blob | commitdiff | raw | diff to current |
2008-11-22 |
Francesco Montorsi | minor fixes; replace references to Windows95 with refer... |
blob | commitdiff | raw | diff to current |
2008-11-09 |
Francesco Montorsi | ifacecheck manual fixes |
blob | commitdiff | raw | diff to current |
2008-11-08 |
Francesco Montorsi | ifacecheck fixes |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Francesco Montorsi | moved to appropriate 'protected' sections all functions... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Francesco Montorsi | automated ifacecheck fixed |
blob | commitdiff | raw | diff to current |
2008-10-27 |
Francesco Montorsi | other ifacecheck fixes, resulting in removal of the... |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Francesco Montorsi | fixed the anchor names for @section used in interface... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Francesco Montorsi | misc fixes to function signatures |
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-09-18 |
Francesco Montorsi | few details fixed |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bryan Petty | Commit 3 of 3 for Doxygen path fixes, this one finally... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bryan Petty | Moved all interface headers into a 'wx' subdirectory... |
blob | commitdiff | raw | diff to current |
|