2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
blob | commitdiff | raw |
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 | Translate strings used in doc-view printing code. |
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-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 |
2009-09-24 |
Julian Smart | Applied: wxDocument: Adding an asterix to the title |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | disable MSVC warning 4275 correctly (closes #10885) |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Vadim Zeitlin | initialize wxDocChildFrameAnyBase before creating the... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Vadim Zeitlin | allow 2 step creation of wxDocChildFrameAnyBase and... |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Vadim Zeitlin | reset the associated view frame pointer when the frame... |
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-02-27 |
Vadim Zeitlin | add missing WXDLLIMPEXP_CORE (which surprisingly is... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Vadim Zeitlin | VC6 compilation fix after last change: WXDLLIMPEXP_TEMP... |
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-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
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-21 |
Vadim Zeitlin | added wxStandardPaths::GetAppDocumentsDir() and use... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Francesco Montorsi | minor cleanup; add wxDocument::OnChangeFilename for... |
blob | commitdiff | raw | diff to current |
2008-11-08 |
Francesco Montorsi | use wxFrameNameStr where possible instead of 'frame... |
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 | document wxDocument::GetDocumentSaved() |
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-22 |
Vadim Zeitlin | hook the docview-specific customization of event handli... |
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-05-11 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistory... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2007-11-23 |
Vadim Zeitlin | use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Vadim Zeitlin | replace wxDocument::GetPrintableName(wxString&) and... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Vadim Zeitlin | compilation fix after last commit |
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-31 |
Vadim Zeitlin | removed wxABI_TESTS, they're irrelvant in 2.9 |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Vadim Zeitlin | added wxABI_VERSION check around new public wxFileHisto... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Julian Smart | Provide access to file history base id |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Paul Cornett | add Create to wxDocParentFrame |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | don't use deprecated cast operator to wxList& |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Julian Smart | Added licence/copyright information |
blob | commitdiff | raw | diff to current |
2004-10-31 |
Robert Roebling | Moved the wxPageSetupDialogData <-> native conversion |
blob | commitdiff | raw | diff to current |
2004-10-23 |
Vadim Zeitlin | fixed VC++ size_t -> int conversion warning |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-10-13 |
Włodzimierz Skiba | Semicolon fixes according to Vadim's note about being... |
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-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 |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
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-10 |
Vadim Zeitlin | applied an extended version of patch 685795: clean... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Julian Smart | Added m_ prefix to wxColourData and wxFontData members... |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Vadim Zeitlin | use wxDEPRECATED around GetNoHistoryFiles() |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Vadim Zeitlin | wxDocManager::GetNoHistoryFiles() renamed to GetHistory... |
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-03-02 |
Vadim Zeitlin | added possibility to use several wxFileHistories (patch... |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Vadim Zeitlin | added iosfwrap.h (wrapper for <iosfwd>) |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
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-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Julian Smart | Applied patch [ 597398 ] Generic MDI, wxNotebook based. |
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 |
2001-12-30 |
Vadim Zeitlin | added Close All command support to wxDocView (patch... |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Václav Slavík | mingw compilation fixc |
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-09 |
Vadim Zeitlin | applied patch 431596 (fixes some crashes in wxDocView... |
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-01-24 |
George Tasker | Added optional parameter to SelectDocumentType() and... |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Julian Smart | Changed GetDocuments() to remove cast, added GetTemplates() |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Julian Smart | Added accelerators to Undo/Redo menu items |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Julian Smart | Docview mended (grrr) and OGL studio partially working... |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Vadim Zeitlin | 1. some patches from Janos Vegh to docview template... |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Julian Smart | wxImage::Rotate corrections added; docview improvements... |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Julian Smart | Fixed wxSlider95 bug; updated .dsp files; added Set... |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Vadim Zeitlin | 1. added a brief overview of Unicode support |
blob | commitdiff | raw | diff to current |
1999-08-02 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-08-01 |
Robert Roebling | Updated testconf, |
blob | commitdiff | raw | diff to current |
1999-06-29 |
Robert Roebling | wxChoiceDialog fix. |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Vadim Zeitlin | patch from Janos Vegh (2nd try, now it even compiles) |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | Oh well, I'll just stuff in the rest of the Unicode... |
blob | commitdiff | raw | diff to current |
1999-02-16 |
Julian Smart | Some doc corrections; removed wxDocument arg from wxVie... |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Vadim Zeitlin | wxWindow::OnClose() removed completely from wxGTK,... |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Robert Roebling | Compile improvemnts for strict compilers and the... |
blob | commitdiff | raw | diff to current |
next |