put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / log.h
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()
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlin1. wxLog::FlushActive() added
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-20  Vadim Zeitlinstarted separating GUI parts of wxLog from the rest
1999-07-15  Vadim Zeitlin1. wxFFile::Close() buglet fixed
1999-07-11  Robert Roebling A few compile things.
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-06-01  Vadim Zeitlincompilation fixes
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-04-12  Ove KaavenUses Unicode strings. Now we've got a __TFILE__ macro...
1999-03-29  Vadim Zeitlinlast fixes to fixes (MSW compilation works now)
1999-03-29  Brian MacyAdded time.h so it would compile
1999-03-29  Vadim Zeitlinheader changes for the fixes commited previously
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1999-01-03  Robert Roebling Proofed that iostreams break threads
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-10-26  Julian SmartMotif and other mods
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-10-12  Julian SmartChanges related to stream includes
1998-09-20  Vadim Zeitlinsomehow log target wasn't being created automatically...
1998-09-07  Vadim Zeitlinok, now it _does_ compile
1998-09-07  Vadim Zeitlincvs incorrectly merged my last change somehow (there...
1998-09-07  Vadim Zeitlinminor change (using wxLogNull no doesn't flush the...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Vadim ZeitlinwxLogWindoe changed again: now takes a parent frame...
1998-08-08  Vadim Zeitlinsome minor changes in wxLogWindow
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-04  Vadim Zeitlinadded wxLogWindow::GetFrame()
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-02  Vadim Zeitlintrace mask made static variable (and corresponding...
1998-07-17  Vadim ZeitlinwxTString removed
1998-07-13  Julian SmartRemoved streams from VC++ makefile for now; corrected...
1998-07-12  Vadim ZeitlinwxLogDebug/Trace in release mode now don't give compile...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-06-22  Vadim ZeitlinwxLogWindow::GetOldLog() added
next