Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / generic / logg.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-09  Vadim ZeitlinRemove wxLogWindow::OnFrameCreate() virtual method.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-03-22  Vadim Zeitlinmove forward declarations unneeded in wx/log.h to wx...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-06-28  Václav Slavíkdon't use wxChar* arguments in wxLogWindow API
2007-06-22  Vadim Zeitlinsuppress virtual function hiding warnings due to the...
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-14  Vadim Zeitlinallow to use any window, not just wxFrame, as wxLogFram...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-25  Václav Slavíksplit log.h into GUI and base parts