]> git.saurik.com Git - wxWidgets.git/history - src/generic/logg.cpp
added missing header
[wxWidgets.git] / src / generic / logg.cpp
2001-11-03  Ron Leeadded missing header
2001-11-02  Vadim Zeitlindon't make the log dialog taller than the screen (patch...
2001-07-26  Vadim Zeitlinmade the log dialog resizeable (again?)
2001-07-26  Vadim Zeitlinavoid nested modal log dialogs
2001-07-26  Vadim Zeitlintimestampt trace/debug messages under Unix too, this...
2001-07-17  Vadim Zeitlininitialize gs_pFrame to NULL
2001-07-11  Vadim Zeitlinadded wxLogChain and wxLogPassThrough classes
2001-07-04  Vadim Zeitlinremoved obsolete comment
2001-07-04  Julian SmartGetting wxMicroWindows compiled again
2001-07-04  Julian SmartAdded some missing tests; replaced scrolwin.cpp with...
2001-07-03  Vadim Zeitlinrenamed scrolwin file - no other way to make wxGTK...
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-08-19  Robert RoeblingThe mac text ctrl wants '/r' from the log system for...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartVarious compiler changes
2000-03-15  Julian SmartAdded missing includes
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-24  Vadim ZeitlinwxLogWindow now uses standard menu ids
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-07  Vadim ZeitlinwxLogFatalError() should abort now
2000-02-05  Julian SmartOk -> OK; status bar typo/cast
2000-02-02  Vadim Zeitlindon't show the same message twice when wxLog called...
2000-01-26  Vadim Zeitlin'Details' button is now disabled if no details
2000-01-22  Robert Roebling Fixed wxListCtrl::GetNextItem()
2000-01-21  Guillermo Rodrigue... msgdlg.h missing - please try compiling without precomp...
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-18  Vadim Zeitlin1. fixed compilation of wxExecute() for !wxUSE_IPC
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlincompilation fix
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-09-20  Vadim Zeitlinstarted separating GUI parts of wxLog from the rest