No changes, just fix a typo in a comment in docview event handling code.
[wxWidgets.git] / src / common / docview.cpp
1999-05-10  Vadim Zeitlinpatch from Janos Vegh (2nd try, now it even compiles)
1999-05-10  Vadim Zeitlinpatch from Janos Vegh for improved template handling
1999-04-20  Ove KaavenSome Unicode fixes (mostly for Borland's pickiness...
1999-04-13  Vadim Zeitlinsome typos in docs and code corrected (thanks Janos)
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-08  Robert Roebling Compile improvemnts for strict compilers and the...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-11-26  Vadim Zeitlinsome sprintf()s replaced with wxString::Printf
1998-11-07  Robert Roebling Fixed 5 bugs in wxImage and Blit
1998-10-18  Julian SmartMotif additions
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-12  Julian SmartChanges related to stream includes
1998-10-06  Julian SmartFreeBSD patch to sckaddr.cpp; include more files in...
1998-09-28  Julian SmartMore wxMotif work, OGL enhancements, USE_ macro correct...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-16  Julian SmartMade wxStubs compile on Unix.
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-08-08  Denis PershinDP:
1998-08-05  Julian SmartVarious bug fixes to OGL; wxStripExtension prototype...
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-28  Robert Roebling Fixed bug in wxListCtrl
1998-07-28  Julian SmartAdded MDI support for Document/view, plus an example.
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-18  Julian SmartwxDocManager gets the only view if none other specified...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision