2002-08-12 |
Václav Slavík | fixed another typo |
blob | commitdiff | raw |
2002-08-11 |
Julian Smart | Corrected typos for |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Julian Smart | Returned value from operator= |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Julian Smart | operator = implemented inline. |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Julian Smart | Made wxMouseEvent = operator public |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Robin Dunn | signned/unsigned fix |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Robin Dunn | Moved the check for page scrolling with the wheel into... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Julian Smart | Applied patch [ 583877 ] Clone events correction |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Vadim Zeitlin | added ENDSCROLL event (patch 576176) |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Vadim Zeitlin | added wxID_ANY, replaced #define's with enum |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Ron Lee | added DECLARE_EXPORTED_LOCAL_EVENT_TYPE for use with... |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Vadim Zeitlin | wxUniv compilation fixes (patch 559620) |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | implemented explicit copy constructors (needed for... |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Vadim Zeitlin | forbid copying wxEvtHandlers |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Vadim Zeitlin | added EVT_MENU_OPEN and EVT_MENU_CLOSE events |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | fixed wxDropFilesEvent dtor, added copy ctor and implem... |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | 1. removed wxObject::CopyObject() and Clone() - some... |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
blob | commitdiff | raw | diff to current |
2001-11-18 |
Vadim Zeitlin | fixes for wxEvent and wxKeyEvent operator=() |
blob | commitdiff | raw | diff to current |
2001-11-18 |
Robert Roebling | This form of the event cloning patch survived my |
blob | commitdiff | raw | diff to current |
2001-11-08 |
Robert Roebling | wxListBox mouse events now report coords relative |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Robin Dunn | Moved client data stuff directly into wxEvtHandler... |
blob | commitdiff | raw | diff to current |
2001-10-11 |
Ron Lee | added DEFINE_LOCAL_EVENT_TYPE() macro |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Robin Dunn | Moved the [Set|Get]Client[Data|Object] and such out... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | don't check for Meta key in wxKeyEvent::HasModifiers() |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | 1. slightly changed how wxControlContainer is used |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Vadim Zeitlin | declare and define wxEVT_COMMAND_TEXT_UPDATED even... |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | 1. added wxTE_AUTO_URL style and support for it under... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | compilation fixes |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Vadim Zeitlin | we now send iconize events |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #421554: implementation of wxEVT_CONTEXT_MENU |
blob | commitdiff | raw | diff to current |
2001-05-04 |
Robin Dunn | Added mouse wheel support for MSW. It generates a... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
George Tasker | Moved the declaration of wxEVT_NULL to event.cpp and... |
blob | commitdiff | raw | diff to current |
2001-04-03 |
Vadim Zeitlin | second part of Markus' BC++ fix |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Robin Dunn | Added DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLE... |
blob | commitdiff | raw | diff to current |
2001-02-08 |
Vadim Zeitlin | applied (slightly modified) wxToggleButton patch from... |
blob | commitdiff | raw | diff to current |
2001-02-01 |
Vadim Zeitlin | added missing WXDLLEXPORT |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | oops... fixed a typo |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | event handling seems to work again, new sample (event... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Vadim Zeitlin | readded wxEVT_HELP inadvertently deleted the last... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Vadim Zeitlin | compatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Vadim Zeitlin | wxEVT_USER_FIRST readded |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Vadim Zeitlin | dynamic event types actually work with these changes... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Robert Roebling | Corrected typo. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Robert Roebling | Updated ten thousand macros for new event type code. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Julian Smart | Changed m_eventType to int |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Robert Roebling | New event types for use in external libs (and from |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Julian Smart | Applying submitted wxOS2 mod |
blob | commitdiff | raw | diff to current |
2000-10-07 |
Robin Dunn | Added a WXDLLEXPORT |
blob | commitdiff | raw | diff to current |
2000-09-10 |
Vadim Zeitlin | 1. added wxHelpProvider and (unfinished) wxSimpleHelpPr... |
blob | commitdiff | raw | diff to current |
2000-09-08 |
Julian Smart | Put wxContextHelp into cshelp.h/cpp, added wxContextHel... |
blob | commitdiff | raw | diff to current |
2000-09-06 |
Julian Smart | Added wxHelpEvent, wxContextHelp (MSW only so far)... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-15 |
Julian Smart | Various compiler changes |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Vadim Zeitlin | 1. status bar can now be positioned on top (and anywher... |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Vadim Zeitlin | more long/double to int conversion warnings from HP... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robert Roebling | Readded plot event constants. |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Vadim Zeitlin | oops... another incorrectly resolved cvs conflict |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Vadim Zeitlin | 1. implemented wxRegKey::Copy() and CopyValue() |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Guillermo Rodrigue... | Added wxEVT_SCROLL[WIN]_THUMBRELEASE |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Robert Roebling | Whole lotta stuff for wxPlotWindow, |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Vadim Zeitlin | 1. wxTimer change - now generates EVT_TIMER() |
blob | commitdiff | raw | diff to current |
2000-01-31 |
David Webster | VA 4.0 fixes |
blob | commitdiff | raw | diff to current |
2000-01-28 |
David Webster | VA 4.0 fixes |
blob | commitdiff | raw | diff to current |
2000-01-26 |
David Webster | Visualage C++ V4.0 duplicate symbol fixes |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Vadim Zeitlin | 1. wxMSW::wxNotebook::SetPageSize() and SetPadding... |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Guillermo Rodrigue... | isScrolling() in wxScroll[Win]Event |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Julian Smart | 16-bit fixes |
blob | commitdiff | raw | diff to current |
1999-12-30 |
Vadim Zeitlin | added support for several new events in wxCalendarCtrl... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | 1. wxCalendarCtrl |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Robert Roebling | GUI thread update and event corrections. |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | String changes for translations, |
blob | commitdiff | raw | diff to current |
1999-11-22 |
David Webster | OS/2 thread updates |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Robert Roebling | Added wxEvtHandler::Disconect() |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Julian Smart | Added some makefiles, fixed a BC++ problem in controls... |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | and the compilation fix for the warning fixes |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | many warnings fixed (from HP-UX compilation log) |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Robert Roebling | New wxDataObject etc. Almost works. |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Vadim Zeitlin | 1. wxPostEvent added and documented |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Unknown (CR) | Added tree control item click events |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | MSW compilation (and other) fixes |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-09-08 |
Julian Smart | Added wxTE_NO_VSCROLL style; corrected joystick event... |
blob | commitdiff | raw | diff to current |
1999-08-18 |
Vadim Zeitlin | wxWizard added |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Ove Kaaven | Blargh, every time someone adds an assert or fail thing... |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Vadim Zeitlin | 1. more wxMotif fixes |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Vadim Zeitlin | 1. minor fixes in wxDynLib |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Vadim Zeitlin | 1. wxDialogs are now destroyed when they go out of... |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Robert Roebling | windows emit wxCreateWindowEvent |
blob | commitdiff | raw | diff to current |
next |