new makefiles (part I)
[wxWidgets.git] / src / common / log.cpp
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-04-21  Ove KaavenUnicode fixes.
1999-04-16  Ove KaavenHad changed the prototype of wxOnAssert after the disco...
1999-04-16  Vadim Zeitlinlog unknown log levels too
1999-04-16  Vadim ZeitlinwxLog shouldn't complain about log levels it doesn...
1999-04-16  Vadim Zeitlindon't log empty status messages in wxLogWindow
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-14  Vadim Zeitlintypos in error messages corrected
1999-03-10  Vadim ZeitlinwxLogStderr sends output to debugger too under Windows
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-15  Vadim Zeitlinenable verbose messages by default in debug builds
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-02-02  Vadim Zeitlinclicking on the messages about assert failures in VC...
1999-01-28  Vadim ZeitlinwxLogMessage()s are now shown (again)
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-19  Vadim Zeitlin1. wxMotif fixes for compilation in "no compatible...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1999-01-03  Robert Roebling Proofed that iostreams break threads
1999-01-01  Stefan Csomormac support as stubs added
1998-12-15  Vadim Zeitlin1. log::save works with wxGTK
1998-12-12  Vadim Zeitlinsome very minor changes
1998-11-29  Julian SmartAdded Win95 implementation of OutputDebugString; added...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-23  Robert Roebling Build fix in wxLog
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
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-09-25  Vadim Zeitlin2nd part of USE_xxx to wxUSE_xxx change
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-12  Robert Roebling Removed warnings
1998-09-07  Vadim Zeitlinok, now it _does_ compile
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-16  Vadim Zeitlin1) corrected bug in log.cpp which only affected wxGTK...
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-12  Vadim Zeitlinone more minor wxLogWindow fix (I try to get it really...
1998-08-11  Vadim Zeitlinmore minor changes to wxLogWindow
1998-08-08  Vadim Zeitlinsome minor changes in wxLogWindow
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlincouple of minor bug fixes/enhancements (interface uncha...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-08-04  Vadim Zeitlinadded wxLogWindow::GetFrame()
1998-08-03  Vadim Zeitlin1) wxFileConfig now longer tries to delete system-wide...
1998-08-03  Vadim Zeitlincheck that wxTheApp != NULL in wxLog::GetActiveTarget
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-02  Vadim Zeitlintrace mask made static variable
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-23  Vadim Zeitlinchoosing "Cancel" in the message box which appears...
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
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-08  Vadim Zeitlintrace messages are now turned off by default
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-06-19  Vadim Zeitlinput wxMessageBox() arguments in OnAssert() in the right...
1998-06-12  Vadim Zeitlinin wxOnAssert() abort() replaced with raise(SIGTRAP...
1998-06-09  Vadim ZeitlinwxLogWindow is now not a top-level frame, so it doesn...
1998-06-08  Vadim ZeitlinBool changed to bool
1998-06-03  Vadim Zeitlinbug preventing compilation of wxLogGui under !Windows...
1998-05-26  Vadim Zeitlin1) log leves are now global wxLOG_ prefixed constants...
1998-05-21  Julian SmartMinor changes to make files compile (return values...
1998-05-20  Karsten BallüderInitial revision