2009-01-25 |
Vadim Zeitlin | don't use the not always appropriate word "document... |
blob | commitdiff | raw |
2009-01-21 |
Vadim Zeitlin | added wxStandardPaths::GetAppDocumentsDir() and use... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Francesco Montorsi | call event.Enable(true) in OnUpdateFileOpen and OnUpdat... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Francesco Montorsi | minor cleanup; add wxDocument::OnChangeFilename for... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | always remember to test IsOk() after using wxFileInputS... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr... |
blob | commitdiff | raw | diff to current |
2008-12-30 |
Vadim Zeitlin | handle exceptions thrown from overridden wxView::OnCrea... |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Vadim Zeitlin | added wxDocument::AlreadySaved() and use it in OnUpdate... |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Vadim Zeitlin | fix assert when adding an entry to an already full... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Vadim Zeitlin | add a more readable wrapper for CreateDocument(wxEmptyS... |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Vadim Zeitlin | don't test for both stream.fail() and stream.bad()... |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Vadim Zeitlin | specify the file name in IO errors messages; also make... |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Vadim Zeitlin | hook the docview-specific customization of event handli... |
blob | commitdiff | raw | diff to current |
2008-08-07 |
Vadim Zeitlin | don't call OnCloseDocument() from OnNewDocument(),... |
blob | commitdiff | raw | diff to current |
2008-08-04 |
Vadim Zeitlin | general docview.cpp code cleanup; use wxVector<> instea... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | OSX regrouping |
blob | commitdiff | raw | diff to current |
2008-05-11 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistory... |
blob | commitdiff | raw | diff to current |
2008-01-26 |
Vadim Zeitlin | don't fail in wxTransferStreamToFile if file size is... |
blob | commitdiff | raw | diff to current |
2008-01-09 |
Julian Smart | Don't ignore path when prompting for file in SaveAs() |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Julian Smart | Made dialog captions more standard |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Václav Slavík | compilation fix for broken libstdc++ visibility |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Vadim Zeitlin | replace wxDocument::GetPrintableName(wxString&) and... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Vadim Zeitlin | don't use obsolete functions (mostly copystring() and... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Julian Smart | Use the associated document manager, not the global one |
blob | commitdiff | raw | diff to current |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Paul Cornett | add Create to wxDocParentFrame |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Włodzimierz Skiba | Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Include wx/mdi.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | File/dir dialog styles and other changes (patch 1488371): |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Włodzimierz Skiba | Include wx/msgdlg.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Włodzimierz Skiba | Include wx/list.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Włodzimierz Skiba | Fixed using list of wildcards in filter of wxDocTemplate. |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMSW part). |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Michael Wetherell | Warning fixes for win64 |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | fix hiding a local variable by another one in the inner... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-26 |
Vadim Zeitlin | open fstream with ios::binary flag to be compatible... |
blob | commitdiff | raw | diff to current |
2005-07-16 |
Vadim Zeitlin | handle '&' in the names of the files in the history... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Vadim Zeitlin | use wxLogError() instead of wxMessageBox in wxDocument... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Julian Smart | Applied patch [ 1171467 ] Fix for DocManager not checki... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Julian Smart | Applied patch [ 1163322 ] Patch to prevent MDI app... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | 1. undid the "simplification" of patch 1096066 which... |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | .empty() string cleaning. |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | reset m_currentView in wxDocManager::Clear() (patch... |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | apparently unneeded temporary iterator variable removed... |
blob | commitdiff | raw | diff to current |
2004-10-31 |
Robert Roebling | Moved the wxPageSetupDialogData <-> native conversion |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | added DoCreate/Load/SaveDocument() (patches 983570... |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Włodzimierz Skiba | wxUSE_STL/wxArrayString fixes. |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Mattia Barbon | Compilation fix for wxUSE_STL == 1. |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Julian Smart | If several doc templates use the same document and... |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Julian Smart | Separated creation and initialisation of a document... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied [ 872574 ] fix of fatal error of preview withou... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Mattia Barbon | Fix for crash when wxUSE_STL=1. wxDocument::DeleteAll... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | applied an extended version of patch 685795: clean... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | deTABified |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Mattia Barbon | Quick and dirty fix for building with COMPATIBILITY_2... |
blob | commitdiff | raw | diff to current |
2003-06-05 |
Julian Smart | Fixed bug [ 749471 ] wxDocument with no command processor |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Vadim Zeitlin | wxDocManager::GetNoHistoryFiles() renamed to GetHistory... |
blob | commitdiff | raw | diff to current |
2003-05-03 |
Julian Smart | Applied some of patch [ 622660 ] consistent behaviour... |
blob | commitdiff | raw | diff to current |
2003-05-02 |
Julian Smart | Corrected a memory leak I introduced in the last patch |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Julian Smart | Implemented delayed closing of an existing document |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Vadim Zeitlin | fixed yet another printf() format warning |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Vadim Zeitlin | fixed a printf() format warning |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Vadim Zeitlin | added possibility to use several wxFileHistories (patch... |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Julian Smart | Moved ffile inclusion |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Vadim Zeitlin | compilation fix for non-PCH |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Vadim Zeitlin | more std iostream + Unicode fixes; copy streams in... |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Vadim Zeitlin | (blind) fix for compilation in standard iostreams ... |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Julian Smart | Removed spurious character |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Julian Smart | Applied wxFileHistory menu separator patch |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Stefan Csomor | added code for respecting the creator & types when... |
blob | commitdiff | raw | diff to current |
2002-12-27 |
Julian Smart | Fixed bug [ 657949 ] Segmentation fault in ~wxFileHistory |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Julian Smart | Replaced wcslen with wxWcslen |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Chris Elliott | lost log.h fixed |
blob | commitdiff | raw | diff to current |
2002-07-12 |
Julian Smart | Added wxView::OnClosingDocument so the application... |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Julian Smart | Applied docview patch |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Julian Smart | Undo/Redo update handlers now set the text as well |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Vadim Zeitlin | applied patch 528960 (a few minor bug fixes) |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | added Close All command support to wxDocView (patch... |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | wxDocument::SaveAs sets m_savedYet flag correctly ... |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | fixed memory leak in wxDocManager::CreateDocument ... |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Julian Smart | Updated version to 2.3.2 so apps can test for differenc... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-07 |
Julian Smart | Bug in wxDocument::Save logic corrected, whereby Save... |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Vadim Zeitlin | applied patch for compilation with gcc 3.0 |
blob | commitdiff | raw | diff to current |
2001-03-05 |
Julian Smart | wxFileSelector should have file name only, not path... |
blob | commitdiff | raw | diff to current |
2001-02-06 |
Vadim Zeitlin | applied patch 103610 |
blob | commitdiff | raw | diff to current |
next |