]> git.saurik.com Git - wxWidgets.git/history - src/common/log.cpp
wxLogWindoe changed again: now takes a parent frame in ctor
[wxWidgets.git] / src / common / log.cpp
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