Did somework on the generic dialogs,
[wxWidgets.git] / include / wx / event.h
1999-07-24  Ove KaavenBlargh, every time someone adds an assert or fail thing...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-24  Unknown (BV)Added wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING.
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-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-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-19  Julian SmartFixed wxexpr.cpp bug (quote wasn't being removed in...
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-02  Julian SmartCorrected event.h for wxKeyEvent/wxMouseEvent, and...
1999-02-23  Vadim Zeitlinsmall optimizations: m_isWindow and m_isCommandEvent...
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Vadim Zeitlinmore wxCloseEvent changes: now the behaviour should...
1999-02-05  Vadim ZeitlinwxWindow::OnClose() removed completely from wxGTK,...
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-14  Julian SmartAdded OnKeyDown, OnKeyUp.
1998-12-29  Robert Roebling Tried to fix some socket things. Wasn't enough.
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-21  Julian SmartAdded convenience form of wxEvtHandler::Connect, only...
1998-12-16  Robert Roebling Added layout constraints call to wxNotebook
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-11-26  Julian SmartFixed Dialog Editor compilation and window sizing bug...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-10-27  Robert Roebling Fixes, typos etc...
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-12  Julian SmartChanges related to stream includes
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-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
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-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Julian SmartAltered event.h to reflect new toolbar event handling...
1998-07-10  Robert Roeblingtree control and dc::drawlines bug
1998-07-08  Vadim ZeitlinwxNavigationKeyEvent class and corresponding macro...
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-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-06-26  Julian SmartChanges for wxEventType
1998-06-26  Julian SmartwxEventType alterations.
1998-06-19  Karsten Ballüderfixed stupid compiler warning
1998-06-14  Vadim Zeitlinadded notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHAN...
1998-06-14  Julian SmartAdded #define wxHelpController to help.h; added wxWinHe...
1998-06-13  Julian SmartCorrection to dnd.h; EVT_MOUSE_EVENTS now includes...
1998-05-21  Robert RoeblingAdd support for dynamic event tables
1998-05-20  Karsten BallüderInitial revision