don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / include / wx / log.h
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...
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-25  Václav Slavíksplit log.h into GUI and base parts
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-20  David WebsterTRUE not true, FALSE not false
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-10  Vadim Zeitlinremoved wxLog::HasPendingMessages() (it can't be made...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-01  Robin DunnChanged wxLOG_Max to be a smaller (but still large...
2003-01-01  Robin DunnAdded wxLog::Get/SetLogLevel
2002-12-07  Robert Roebling Various compile fixes for WinCE.
2002-09-04  Ron LeeAdded (and documented) GetTraceMasks so userspace can...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-26  Vadim Zeitlinfixed warning about printf format specifications <...
2002-06-21  Gilles Depeyrotadded attribute printf checks to printf like functions...
2002-05-09  Robin DunnAdded a couple missing WXDLLEXPORTs
2002-05-09  Vadim Zeitlinadded (and documented) wxSafeShowMessage, use it in...
2002-05-08  Gilles Depeyrotadded DECLARE_NO_COPY_CLASS where appropriate since...
2002-04-27  Vadim Zeitlinfixed memory leak in wxLogChain
2002-03-08  Ron LeeAdded SetLogBuffer method.
2002-01-19  Gilles Depeyrotrenamed wxLogXXX functions with va_list argument to...
2002-01-14  Gilles Depeyrotadded wxLog functions with a variable argument list...
2001-12-17  Vadim Zeitlinadded __TDATE__ and __TTIME__ and use them instead...
2001-07-13  Vadim Zeitlinfix for wxBase compilation (misplaced #if wxUSE_GUI)
2001-07-12  Vadim Zeitlinfixed VC++ warning
2001-07-11  Vadim Zeitlinadded wxLogChain and wxLogPassThrough classes
2001-07-10  Vadim Zeitlinmade wxLog::Set/GetVerbose() static back again
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-05-17  Vadim Zeitlinadded wxLog::ClearTraceMasks()
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-02-22  Vadim Zeitlinadded wxLog::Suspend/Resume and wxYield() uses them...
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-03  Ove KaavenThose wxTRACE_* string constants appears to need wxT()
next