No changes, just fix a typo in a comment in docview event handling code.
[wxWidgets.git] / src / common / docview.cpp
2005-07-16  Vadim Zeitlinhandle '&' in the names of the files in the history...
2005-07-14  Vadim Zeitlinuse wxLogError() instead of wxMessageBox in wxDocument...
2005-03-30  Julian SmartApplied patch [ 1171467 ] Fix for DocManager not checki...
2005-03-30  Julian SmartApplied patch [ 1163322 ] Patch to prevent MDI app...
2005-02-19  Vadim Zeitlin1. undid the "simplification" of patch 1096066 which...
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2005-01-31  Vadim Zeitlinreset m_currentView in wxDocManager::Clear() (patch...
2005-01-31  Vadim Zeitlinapparently unneeded temporary iterator variable removed...
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-07-25  Vadim Zeitlinadded DoCreate/Load/SaveDocument() (patches 983570...
2004-07-23  Włodzimierz SkibawxUSE_STL/wxArrayString fixes.
2004-06-05  Mattia Barbon Compilation fix for wxUSE_STL == 1.
2004-06-03  Julian SmartIf several doc templates use the same document and...
2004-06-03  Julian SmartSeparated creation and initialisation of a document...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-08  Julian SmartApplied [ 872574 ] fix of fatal error of preview withou...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-18  Mattia Barbon Fix for crash when wxUSE_STL=1. wxDocument::DeleteAll...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlinapplied an extended version of patch 685795: clean...
2003-07-10  Vadim ZeitlindeTABified
2003-07-02  Mattia Barbon Quick and dirty fix for building with COMPATIBILITY_2...
2003-06-05  Julian SmartFixed bug [ 749471 ] wxDocument with no command processor
2003-05-09  Vadim ZeitlinwxDocManager::GetNoHistoryFiles() renamed to GetHistory...
2003-05-03  Julian SmartApplied some of patch [ 622660 ] consistent behaviour...
2003-05-02  Julian SmartCorrected a memory leak I introduced in the last patch
2003-05-01  Julian SmartImplemented delayed closing of an existing document
2003-04-13  Vadim Zeitlinfixed yet another printf() format warning
2003-04-13  Vadim Zeitlinfixed a printf() format warning
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-02  Vadim Zeitlinadded possibility to use several wxFileHistories (patch...
2003-02-06  Julian SmartMoved ffile inclusion
2003-02-02  Vadim Zeitlincompilation fix for non-PCH
2003-02-02  Vadim Zeitlinmore std iostream + Unicode fixes; copy streams in...
2003-02-02  Vadim Zeitlin(blind) fix for compilation in standard iostreams ...
2003-01-24  Julian SmartRemoved spurious character
2003-01-24  Julian SmartApplied wxFileHistory menu separator patch
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-10  Stefan Csomoradded code for respecting the creator & types when...
2002-12-27  Julian SmartFixed bug [ 657949 ] Segmentation fault in ~wxFileHistory
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Julian SmartReplaced wcslen with wxWcslen
2002-08-30  Chris Elliottlost log.h fixed
2002-07-12  Julian SmartAdded wxView::OnClosingDocument so the application...
2002-04-12  Julian SmartApplied docview patch
2002-04-11  Julian SmartUndo/Redo update handlers now set the text as well
2002-03-16  Vadim Zeitlinapplied patch 528960 (a few minor bug fixes)
2001-12-30  Vadim Zeitlinadded Close All command support to wxDocView (patch...
2001-12-30  Vadim ZeitlinwxDocument::SaveAs sets m_savedYet flag correctly ...
2001-12-30  Vadim Zeitlinfixed memory leak in wxDocManager::CreateDocument ...
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-07  Julian SmartBug in wxDocument::Save logic corrected, whereby Save...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-03-05  Julian SmartwxFileSelector should have file name only, not path...
2001-02-06  Vadim Zeitlinapplied patch 103610
2001-01-29  George TaskerThe new SORT parameter for SelectViewType() and SelectD...
2001-01-24  George TaskerAdded optional parameter to SelectDocumentType() and...
2001-01-17  Vadim Zeitlinapplied file history patch
2000-12-03  Julian SmartAdded accelerators to Undo/Redo menu items
2000-11-09  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2 and some...
2000-10-12  Vadim Zeitlinanother GetInt/GetId bug fix
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-19  Ove KaavenThe wxFopen() fix again, but in the main branch.
2000-07-15  Bryan Pettymerged 2.2 branch
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
next