Add wxDEPRECATED_MSG() and use it in a couple of places.
[wxWidgets.git] / include / wx / log.h
2013-08-31  Vadim ZeitlinRewrite wxLogXXX() macros to avoid "ambiguous else...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-09-01  Vadim ZeitlinFix wxVLogStatus definition.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-12-22  Vadim ZeitlinAdd wxLogFormatter to allow easier wxLog output customi...
2011-02-19  Vadim ZeitlinMove "static" keyword out from wxDEPRECATED() macros...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE/IMPLEM...
2010-05-18  Vadim ZeitlinCompilation fix for wxUSE_LOG_DEBUG==0 case.
2010-01-04  Vadim ZeitlinMake calling wxLog::IsAllowedTraceMask() safe during...
2009-09-12  Vadim ZeitlinDefine wxDEBUG_LEVEL in both debug and release builds...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-18  Vadim ZeitlinFix compilation for wxUSE_LOG==0.
2009-08-18  Vadim ZeitlinFix last error display in wxLogSysError().
2009-07-23  Vadim ZeitlinImplement wxVLogTrace() accidentally removed by recent...
2009-07-18  Vadim ZeitlinNo changes, just fix a typo: wxGuiLog was used instead...
2009-07-15  Vadim Zeitlinfix log target auto creation broken by recent changes
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-07-12  Vadim ZeitlinRemoved critical section protecting last repeat counter.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-09  Vadim Zeitlindon't mark GetTraceMask() deprecated as we use it in...
2009-07-09  Vadim Zeitlinfix MSVC compilation: as string literals are of non...
2009-07-09  Vadim Zeitlinimplement wxLogTrace(wxTraceMask, format, ...) overload too
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-09  Vadim Zeitlinfix VC6 warnings about not enough parameters for wxDEPR...
2009-07-08  Vadim Zeitlinadded wxLog::IsLevelEnabled() helper; document it and...
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-06-16  Vadim Zeitlinremove more occurrences of MSVC #pragma warning(default...
2009-06-01  Francesco Montorsino change: fix a couple typos
2009-03-23  Vadim Zeitlindon't disable wxLogTrace() at debug levels < 2
2009-03-22  Vadim Zeitlinadd WXWIN_COMPATIBILITY_2_8 test around another wxLogTr...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
2009-03-22  Vadim Zeitlinmove forward declarations unneeded in wx/log.h to wx...
2009-03-22  Vadim Zeitlindefine wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as...
2009-02-22  Vadim Zeitlinadd public wxLog::Log() to avoid ugly casts needed...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-10-20  Vadim Zeitlina couple of more left over Borland unused variable...
2008-03-17  Vadim Zeitlinuse static functions instead of static variables for...
2008-03-15  Vadim Zeitlinprotect access to ms_aTraceMasks with a critical sectio...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-01-02  Vadim Zeitlindon't lock the gs_prevCS critical section recursively...
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-11-01  Vadim Zeitlinmade LogLastRepetitionCountIfNeeded() non static to...
2007-10-24  Vadim Zeitlinuse LogLastRepetitionCountIfNeeded() instead of DoLogNu...
2007-10-24  Vadim Zeitlinadd a critical section protecting ms_prev variables...
2007-10-24  Vadim Zeitlinslightly simplified wxLog repetition counting code
2007-08-13  Václav SlavíkMingw compilation fix
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-27  Vadim Zeitlinadded wxLog::DisableTimestamp() to be used as a synonym...
2007-06-22  Vadim Zeitlinsuppress virtual function hiding warnings due to the...
2007-06-21  Julian SmartAdded DetachOldLog to avoid destruction of old log...
2007-06-19  Václav SlavíkwxLog::Get/Settimestamp() now use wxString
2007-06-15  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-05-21  Václav Slavík1. make debugging macros compatible with ANSI build...
2007-05-18  David ElliottAdd a wxLog::DoCreateOnDemand and call it from DoCommon...
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-04-30  Václav Slavíkfixed release build compilation with compilers without...
2007-04-29  Václav Slavíkcompilation fixes for --disable-log
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-03-27  Václav Slavíkdisabled VC6 warning about passing a macro that expands...
2007-03-23  Václav SlavíkwxLogGeneric usage compilation fix
2007-03-20  Vadim Zeitlinremoved extraneous semicolons
2007-03-17  Vadim Zeitlincorrected WX_DEFINE_VARARG_FUNC_NOP usage
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-09-09  Vadim Zeitlindefine debugging log functions as (empty inline) wxLogN...
2006-09-05  Václav Slavíkuse macros to completely remove wxLogTrace, wxLogDebug...
2006-08-31  Vadim Zeitlindon't use static buffer needing a critical section...
2006-07-31  Václav Slavíkavoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE...
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Vadim Zeitlinfix SGI CC warning about last parameter of vararg funct...
2005-07-17  Michael WetherellAdd wxABI_VERSION > 20601 wrappers
2005-06-17  Vadim Zeitlindon't show wxLogDebug during app startup output in...
2005-06-06  Vadim Zeitlinadded wxLogBuffer which collects all log messages in...
2005-04-05  Włodzimierz SkibaWarning fix for wxUSE_LOG off.
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-10-12  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-14  Vadim Zeitlinallow to use any window, not just wxFrame, as wxLogFram...
2004-06-20  Mattia Barbon Compilation fixes.
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-18  Włodzimierz SkibawxSafeShowMessage needs wxString regardles wxUSE_LOG.
2004-02-10  Vadim Zeitlincompilation fix for wxUSE_LOG == 0 (part of patch 843206)
2004-02-08  David ElliottAdd wxCocoa-specific trace masks
2004-02-01  Dimitri SchoolwerthReverted part of patch #876969 ("Fixes to Borland warni...
2004-01-27  Dimitri SchoolwerthApplied patch #876969: "Fixes to Borland warnings"...
2003-11-30  Vadim Zeitlinremoved wxLogTrace() without mask to fix DMC compilation
2003-09-30  Vadim ZeitlinUnicode fixes for Watcom (part of patch 813225)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
next