fix assert when adding an entry to an already full file history (closes #10118)
[wxWidgets.git] / src / common / docview.cpp
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-23  Vadim Zeitlinfix to allow non-extension based template choosing...
2000-02-20  Julian SmartwxImage::Rotate corrections added; docview improvements...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-07  Robert Roebling doc view code inteprets wxSTREAM_EOF as correct,
1999-12-04  Robert Roebling String changes for translations,
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-02  Robert Roebling wxDialogs now use GTK_WINDOW_DIALOG,
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-24  Ove KaavenChanged wxGetSingleChoiceData() to take void* client...
1999-10-24  Vadim Zeitlin1. compilation fix for wxArrayTreeItemIds
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-19  Julian SmartFixed wxSlider95 bug; updated .dsp files; added Set...
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-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-08-27  Michael BedwardFixes for compilation under AIX.
1999-08-01  Robert Roebling Updated testconf,
1999-07-29  David Webster*** empty log message ***
1999-07-24  Ove KaavenwxString(file.fn_str()) doesn't make sense. If just...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-11  Robert Roebling DocView and wxStream things
1999-06-29  Robert Roebling wxChoiceDialog fix.
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-11  Vadim Zeitlinunussed param warning suppressed
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