2010-07-28 |
Vadim Zeitlin | Correct the check for MRU menu items range. |
blob | commitdiff | raw |
2010-07-28 |
Vadim Zeitlin | Return after activating already opened document in... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Vadim Zeitlin | Just call wxDocManager::CloseDocument() instead of... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Vadim Zeitlin | Fix processing of events for MRU entries #10 and more... |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Vadim Zeitlin | Don't disable wxID_PRINT_SETUP even when there is no... |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Vadim Zeitlin | Activate the view of a newly created document. |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Vadim Zeitlin | Store page setup data in wxDocManager. |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Vadim Zeitlin | Document wxDocument::DeleteContents(). |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Vadim Zeitlin | Refactor wxDocParentFrame and wxDocMDIParentFrame to... |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Vadim Zeitlin | Use ProcessEventLocally() instead of ProcessEventHere... |
blob | commitdiff | raw | diff to current |
2010-05-04 |
Václav Slavík | Move wxFileHistory out of docview framework, add wxUSE_... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Vadim Zeitlin | Only allow opening existing files in docview framework. |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Vadim Zeitlin | Allow overriding print preview frame creation in docview. |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Vadim Zeitlin | Implement wxDocument::Revert() and show its use in... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Vadim Zeitlin | Always call wxView::Close() when closing it. |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Julian Smart | Don't crash if no document |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Julian Smart | Safer access of member variables |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Vadim Zeitlin | Don't add default extension in wxDocument::SaveAs(). |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied #10892: Remove wxDocManager instance check |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied #10828 (Hourglass in wxDocManager::OnPreview) |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied: wxDocument: Adding an asterix to the title |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Vadim Zeitlin | Fix wxDocManager::GetLastDirectory() when there is... |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Vadim Zeitlin | Use wxFile for IO if wxFFile is not available. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Vadim Zeitlin | use the directory of the most recently opened file... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Vadim Zeitlin | remove unneeded wxFindSuitableParent() |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Vadim Zeitlin | close the associated frame if the view is deleted direc... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Vadim Zeitlin | don't use wxScopedPtr<> in wxDocTemplate::CreateDocumen... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Vadim Zeitlin | PCH-less build fix after r59452 |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Vadim Zeitlin | don't leak memory if exceptions are thrown during a... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Vadim Zeitlin | don't call neither OnSaveModified() nor Modify(false... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Vadim Zeitlin | refactor wxDocChildFrame and wxDocMDIChildFrame to... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
blob | commitdiff | raw | diff to current |
2009-01-29 |
Vadim Zeitlin | don't fall back to the only currently existing document... |
blob | commitdiff | raw | diff to current |
2009-01-29 |
Vadim Zeitlin | no real changes, just minor refactoring and cleanup |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | don't use the not always appropriate word "document... |
blob | commitdiff | raw | diff to current |
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 |
next |