Added wxWakeUpIdle() to wxGTK,
[wxWidgets.git] / src / common / event.cpp
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-01  Guilhem LavauxwxMemoryStream doc updated
1999-07-29  Ove KaavenBy assigning wxEmptyString instead of NULL to m_command...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-23  Guilhem Lavaux* wxSocket seems to work with the async requester turne...
1999-05-22  Robert Roebling Played a little with sockets.
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-13  Guilhem Lavaux* Some more CopyObject()
1999-05-13  Robert Roebling Added m_scanCode field to wxKeyEvent
1999-05-12  Robert Roebling added wxScrollWinEvent
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-05-06  Robert Roebling minor fixes
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-24  Robert Roebling minimal now works in Unicode mode
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-23  Vadim Zeitlinsmall optimizations: m_isWindow and m_isCommandEvent...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-29  Vadim Zeitlinsmall optimization in ProcessEvent() (IsKindOf(wxWindow...
1998-12-21  Julian SmartAdded convenience form of wxEvtHandler::Connect, only...
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-12-02  Robert Roebling Removed the new flicker code.
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-10-18  Julian SmartMotif additions
1998-08-27  Julian SmartwxUpdateUIEvent derives from wxCommandEvent now
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-27  Julian SmartChanged event type ids to constants instead of enum...
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-08  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommand...
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Julian SmartChanges to aid debugging.
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-05-30  Robert Roebling Same as last one..
1998-05-21  Robert RoeblingAdd support for dynamic event tables
1998-05-20  Karsten BallüderInitial revision