added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
[wxWidgets.git] / include / wx / docview.h
2008-10-29  Vadim Zeitlinadded wxDocument::AlreadySaved() and use it in OnUpdate...
2008-10-29  Vadim Zeitlindocument wxDocument::GetDocumentSaved()
2008-10-01  Vadim Zeitlinadd a more readable wrapper for CreateDocument(wxEmptyS...
2008-09-22  Vadim Zeitlinhook the docview-specific customization of event handli...
2008-08-04  Vadim Zeitlingeneral docview.cpp code cleanup; use wxVector<> instea...
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-16  Vadim Zeitlinreplace wxDocument::GetPrintableName(wxString&) and...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-11  Vadim Zeitlincompilation fix after last commit
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-01-31  Vadim Zeitlinremoved wxABI_TESTS, they're irrelvant in 2.9
2007-01-14  Vadim Zeitlinadded wxABI_VERSION check around new public wxFileHisto...
2007-01-14  Julian SmartProvide access to file history base id
2006-09-14  Paul Cornettadd Create to wxDocParentFrame
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2005-09-25  Vadim Zeitlindon't use deprecated cast operator to wxList&
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-04  Julian SmartAdded licence/copyright information
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-23  Vadim Zeitlinfixed VC++ size_t -> int conversion warning
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-07-25  Vadim Zeitlinadded DoCreate/Load/SaveDocument() (patches 983570...
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
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Vadim Zeitlinapplied an extended version of patch 685795: clean...
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-05-09  Vadim Zeitlinuse wxDEPRECATED around GetNoHistoryFiles()
2003-05-09  Vadim ZeitlinwxDocManager::GetNoHistoryFiles() renamed to GetHistory...
2003-05-01  Julian SmartImplemented delayed closing of an existing document
2003-03-02  Vadim Zeitlinadded possibility to use several wxFileHistories (patch...
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-07-12  Julian SmartAdded wxView::OnClosingDocument so the application...
2002-04-12  Julian SmartApplied docview patch
2001-12-30  Vadim Zeitlinadded Close All command support to wxDocView (patch...
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-11-02  Václav Slavíkmingw compilation fixc
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-09  Vadim Zeitlinapplied patch 431596 (fixes some crashes in wxDocView...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-01-24  George TaskerAdded optional parameter to SelectDocumentType() and...
2001-01-05  Julian SmartChanged GetDocuments() to remove cast, added GetTemplates()
2000-12-03  Julian SmartAdded accelerators to Undo/Redo menu items
2000-03-20  Julian SmartDocview mended (grrr) and OGL studio partially working...
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-20  Julian SmartwxImage::Rotate corrections added; docview improvements...
1999-10-19  Julian SmartFixed wxSlider95 bug; updated .dsp files; added Set...
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-08-02  David Webster*** empty log message ***
1999-08-01  Robert Roebling Updated testconf,
1999-06-29  Robert Roebling wxChoiceDialog fix.
1999-05-10  Vadim Zeitlinpatch from Janos Vegh (2nd try, now it even compiles)
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
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 ZeitlinwxWindow::OnClose() removed completely from wxGTK,...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-08  Robert Roebling Compile improvemnts for strict compilers and the...
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-10-26  Julian SmartMotif and other mods
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-12  Julian SmartChanges related to stream includes
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-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-28  Robert Roebling Fixed bug in wxListCtrl
1998-07-28  Julian SmartAdded MDI support for Document/view, plus an example.
1998-07-18  Julian SmartwxDocManager gets the only view if none other specified...
1998-07-13  Julian SmartIn splitter sample, forwarded OnIdle events to wxFrame...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision