2013-10-02 |
Vadim Zeitlin | Add wxActivateEvent::GetActivationReason(). |
blob | commitdiff | raw |
2013-09-02 |
Václav Slavík | Replace @since 2.9.6 with 3.0 in the docs. |
blob | commitdiff | raw | diff to current |
2013-08-24 |
Vadim Zeitlin | Fix Doxygen warnings due to documenting overloaded... |
blob | commitdiff | raw | diff to current |
2013-08-21 |
Steve Lamerton | Fix various documentation warnings throughout core... |
blob | commitdiff | raw | diff to current |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
blob | commitdiff | raw | diff to current |
2013-07-21 |
Václav Slavík | Add functor-taking overload of CallAfter(). |
blob | commitdiff | raw | diff to current |
2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
blob | commitdiff | raw | diff to current |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Robin Dunn | Add missing interface items for Phoenix |
blob | commitdiff | raw | diff to current |
2013-01-20 |
Vadim Zeitlin | Fix wxKeyEvent::GetPosition() after the changes of... |
blob | commitdiff | raw | diff to current |
2013-01-10 |
Vadim Zeitlin | Fix a typo in wxKeyEvent::GetKeyCode() code example. |
blob | commitdiff | raw | diff to current |
2012-12-08 |
Robin Dunn | typo fix |
blob | commitdiff | raw | diff to current |
2012-12-01 |
Vadim Zeitlin | Fix premature truncation of brief descriptions in Doxyg... |
blob | commitdiff | raw | diff to current |
2012-11-26 |
Vadim Zeitlin | Disable CallAfter() for MSVC 7 too, it can't compile... |
blob | commitdiff | raw | diff to current |
2012-11-06 |
Vadim Zeitlin | Add wxUSE_{BASE,GUI} checks to interface headers. |
blob | commitdiff | raw | diff to current |
2012-11-03 |
Bryan Petty | Finished adding @tableofcontents to all overviews in... |
blob | commitdiff | raw | diff to current |
2012-10-30 |
Vadim Zeitlin | Revert "Split documentation of non-GUI wxEvent-related... |
blob | commitdiff | raw | diff to current |
2012-10-29 |
Vadim Zeitlin | Split documentation of non-GUI wxEvent-related classes. |
blob | commitdiff | raw | diff to current |
2012-10-24 |
Vadim Zeitlin | Disable wxEvtHandler::CallAfter() for VC6, it's too... |
blob | commitdiff | raw | diff to current |
2012-10-23 |
Vadim Zeitlin | Add wxEvtHandler::CallAfter() for asynchronous method... |
blob | commitdiff | raw | diff to current |
2012-10-16 |
Vadim Zeitlin | Add wxEvent::GetEventUserData() and improve user data... |
blob | commitdiff | raw | diff to current |
2012-09-23 |
Vadim Zeitlin | Explain EVT_CONTEXT_MENU generation in more details. |
blob | commitdiff | raw | diff to current |
2012-09-09 |
Vadim Zeitlin | Fix wxKeyEvent::GetKeyCode() descripotion: it doesn... |
blob | commitdiff | raw | diff to current |
2012-09-09 |
Vadim Zeitlin | Do not use wxIsprint() in EVT_CHAR example in the docum... |
blob | commitdiff | raw | diff to current |
2012-08-31 |
Vadim Zeitlin | Fix example of using GetUnicodeKey() in the documentation. |
blob | commitdiff | raw | diff to current |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
blob | commitdiff | raw | diff to current |
2012-07-14 |
Robin Dunn | Add missing wxEVT_COMMAND_TEXT_ENTER |
blob | commitdiff | raw | diff to current |
2012-07-01 |
Vadim Zeitlin | Forward WM_{CUT,COPY,PASTE} from edit control to wxComb... |
blob | commitdiff | raw | diff to current |
2012-05-24 |
Vadim Zeitlin | Document that SetFocus() can't be called from EVT_KILL_... |
blob | commitdiff | raw | diff to current |
2012-04-08 |
Vadim Zeitlin | Fix typo in wxKeyEvent::GetKeyCode() documentation... |
blob | commitdiff | raw | diff to current |
2012-03-22 |
Vadim Zeitlin | Use enum for wxMouseEvent::m_wheelAxis instead of int. |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Vadim Zeitlin | Fix spelling in the documentation. |
blob | commitdiff | raw | diff to current |
2012-02-20 |
Vadim Zeitlin | Remove documentation of inexistent wxEvtHandler::TryThis(). |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Vadim Zeitlin | Explicitly document that hidden windows get wxEVT_IDLE... |
blob | commitdiff | raw | diff to current |
2012-02-09 |
Vadim Zeitlin | Document MSW-only wxEVT_MOVING event. |
blob | commitdiff | raw | diff to current |
2012-01-07 |
Vadim Zeitlin | Set Z-position correctly for wxEVT_JOY_ZMOVE events. |
blob | commitdiff | raw | diff to current |
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 |
next |