]> git.saurik.com Git - wxWidgets.git/history - include/wx/event.h
we now send iconize events
[wxWidgets.git] / include / wx / event.h
2001-05-31  Vadim Zeitlinwe now send iconize events
2001-05-16  Julian SmartApplied patch #421554: implementation of wxEVT_CONTEXT_MENU
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  George TaskerMoved the declaration of wxEVT_NULL to event.cpp and...
2001-04-03  Vadim Zeitlinsecond part of Markus' BC++ fix
2001-03-28  Robin DunnAdded DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLE...
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...
2001-02-01  Vadim Zeitlinadded missing WXDLLEXPORT
2001-01-31  Vadim Zeitlinoops... fixed a typo
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-31  Vadim Zeitlinevent handling seems to work again, new sample (event...
2001-01-27  Vadim Zeitlinreadded wxEVT_HELP inadvertently deleted the last...
2001-01-27  Vadim Zeitlincompatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES...
2001-01-27  Vadim ZeitlinwxEVT_USER_FIRST readded
2001-01-26  Vadim Zeitlindynamic event types actually work with these changes...
2001-01-26  Robert Roebling Corrected typo.
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2001-01-26  Julian SmartChanged m_eventType to int
2001-01-25  Robert Roebling New event types for use in external libs (and from
2000-10-23  Julian SmartApplying submitted wxOS2 mod
2000-10-07  Robin DunnAdded a WXDLLEXPORT
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartVarious compiler changes
2000-03-14  Vadim Zeitlin1. status bar can now be positioned on top (and anywher...
2000-02-18  Vadim Zeitlinmore long/double to int conversion warnings from HP...
2000-02-15  Robert Roebling Readded plot event constants.
2000-02-15  Vadim Zeitlinoops... another incorrectly resolved cvs conflict
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-10  Robert Roebling Whole lotta stuff for wxPlotWindow,
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
2000-01-31  David WebsterVA 4.0 fixes
2000-01-28  David WebsterVA 4.0 fixes
2000-01-26  David WebsterVisualage C++ V4.0 duplicate symbol fixes
2000-01-23  Vadim Zeitlin1. wxMSW::wxNotebook::SetPageSize() and SetPadding...
2000-01-18  Guillermo Rodrigue... isScrolling() in wxScroll[Win]Event
2000-01-15  Julian Smart16-bit fixes
1999-12-30  Vadim Zeitlinadded support for several new events in wxCalendarCtrl...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Robert Roebling GUI thread update and event corrections.
1999-12-04  Robert Roebling String changes for translations,
1999-11-22  David WebsterOS/2 thread updates
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-02  Vadim Zeitlinand the compilation fix for the warning fixes
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-13  Unknown (CR)Added tree control item click events
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim ZeitlinMSW compilation (and other) fixes
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-08  Julian SmartAdded wxTE_NO_VSCROLL style; corrected joystick event...
1999-08-18  Vadim ZeitlinwxWizard added
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
next