wxWidgets.git
1998-08-08  Denis PershinSmall modification
1998-08-08  Denis PershinLooks like I did that...
1998-08-08  Denis PershinThird try to commit....
1998-08-08  Denis PershinDP:
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim Zeitlinstray #include "wincmn.cpp" removed
1998-08-07  Vadim ZeitlinwxTREE_INSERT_XXX constants were incorrectly defined...
1998-08-07  Vadim Zeitlinthe modal dialogs restore the focus to the control...
1998-08-07  Vadim ZeitlinProcessEvent() now saves the m_lastXXX parameters in...
1998-08-07  Vadim Zeitlincode using ms_PaintDC changed a little (a couple of...
1998-08-07  Vadim Zeitlinimproved handling of frames with parent: now they have...
1998-08-07  Vadim ZeitlinVZ: I removed (CASTWNDPROC) from ::CallWndProc - it...
1998-08-07  Vadim ZeitlinWM_GETDLGCODE handling correctly implemented
1998-08-07  Vadim Zeitlina couple of missing calls to UngetWriteBuf() added
1998-08-07  Vadim Zeitlinnow process UDN_DELTAPOS notification: up-down control...
1998-08-07  Vadim Zeitlinadded call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) ...
1998-08-07  Vadim Zeitlincouple of minor bug fixes/enhancements (interface uncha...
1998-08-07  Robert Roebling More configure fixes
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-08-07  Robin DunnAdded missing call to wxInitializeStockLists() in Commo...
1998-08-07  Robin DunnRemoved a ">>>>>>> 1.5" (a CVS conflict indicator)...
1998-08-07  Robin DunnRemoved duplicate definitions of GetMenuCount and GetMe...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Guilhem Lavaux* Typo fix.
1998-08-06  Julian SmartFixed someone's compile error in regconf.cpp (needed...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-08-06  Karsten Ballüderseveral fixes
1998-08-06  Robert Roebling Fixed compilation (add serbase.cpp)
1998-08-06  Robert Roebling Now configure actually finds Lesstif and Qt
1998-08-06  Robert Roebling New Unix configure system
1998-08-05  Vadim Zeitlincompilation problem under Windows fixed (Karsten, you...
1998-08-05  Guilhem Lavaux* Added source file info in utils/serialize/*
1998-08-05  Julian SmartFixed popup menu processing
1998-08-05  Robert Roebling Removed /install/gtk/configure from cvs
1998-08-05  Karsten Ballüderadded SetRecordDefaults() and IsRecordingDefaults(...
1998-08-05  Julian SmartVarious bug fixes to OGL; wxStripExtension prototype...
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-08-04  Guilhem Lavaux* Added serialization code to the repository
1998-08-04  Vadim Zeitlinadded wxLogWindow::GetFrame()
1998-08-04  Vadim Zeitlinsize_t -> int conversion and the warnings about it...
1998-08-04  Karsten Ballüderre-fixed wxFileConfig(wxString, wxString) constructor
1998-08-04  Julian SmartSmall fixes
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 Zeitlincrash in wxLog::GetActiveTarget() fixed
1998-08-03  Vadim Zeitlinadded framecmn.cpp and wincmn.cpp (hmm... how could...
1998-08-03  Vadim ZeitlinSelectItem() always sends the notification messages
1998-08-03  Vadim ZeitlinwxApp::Get/SetVendorName functions added
1998-08-03  Vadim Zeitlinadded wxLocale::Init() and ctor without arguments for...
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-03  Vadim ZeitlinwxConfig sample + wxGTK makefiles
1998-08-03  Karsten Ballüdergrmbl, typo
1998-08-03  Karsten Ballüderfixed GetGlobalFilename()
1998-08-03  Karsten Ballüder*** empty log message ***
1998-08-03  Karsten Ballüderadded another link
1998-08-03  Karsten Ballüderfixed wxFileConfig constructor bug
1998-08-02  Vadim ZeitlinwxIniConfig added (pre-alpha quality, many functions...
1998-08-02  Vadim ZeitlinwxConfig -> wxConfigBase renaming plus some minor changes
1998-08-02  Vadim Zeitlintrace mask made static variable
1998-08-02  Vadim Zeitlintrace mask made static variable (and corresponding...
1998-08-02  Vadim Zeitlinthe base class is now called wxConfigBase, wxConfig...
1998-08-02  Vadim Zeitlinminor changes to registry classes and wxIniConfig added
1998-08-02  Robert Roebling Fixed Fontdialog
1998-08-02  Karsten Ballüderadded slash to path
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-31  Julian SmartAdded wxAccelerationTable class
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-31  Julian SmartSome manual updates; in MDI sample, child frames now...
1998-07-31  Karsten Ballüderadded a comment and hopefully improved extent detectionn
1998-07-31  Karsten Ballüderfixed stupid typo
1998-07-30  Julian SmartMSWOnMouseMove arg bug in toolbar; compile bug in regco...
1998-07-30  Robert Roebling Pretty redical change concerning the underlying
1998-07-29  Karsten BallüderSetting of background colours is now correct.
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-29  Vadim ZeitlinwxApp::(S|G)etVendorName added
1998-07-29  Julian SmartAdded missing OGL files; added defaults to wxDocMDIPare...
1998-07-29  Karsten Ballüderfixed compiler warning
1998-07-29  Karsten Ballüderimplemented correct setting of background colour for...
1998-07-29  Robert Roebling wxListCtrl selection improved
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-28  Robert Roebling Fixed bug in wxListCtrl
1998-07-28  Guilhem Lavaux* Added Peek() to wxMemoryInputStream.
1998-07-28  Julian SmartAdded ODBC classes manual (Word 97).
1998-07-28  Unknown (MO)Fixed wxOVERWRITE_PROMPT bug in gtk file selector
1998-07-28  Julian SmartAdded MDI support for Document/view, plus an example.
1998-07-28  Karsten Ballüderfixed compiler warning (newline at last line missing)
1998-07-28  Julian SmartAdded ODBC database classes and sample from RemStar...
1998-07-28  Julian SmartChanged files to work with wxDataFormat
1998-07-28  Robert Roebling Fixed bug in MDI
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-27  Robert Roeblingwarning msgs
1998-07-27  Karsten Ballüdermore comments
1998-07-27  Guilhem Lavaux* Bug fixes
1998-07-27  Julian SmartChanged event type ids to constants instead of enum...
1998-07-27  Karsten Ballüdermake wxS_DEFAULT consistend with standard Unix behaviour
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-26  Vadim Zeitlindouble wxMenuItem definition problem fixed
1998-07-25  Guilhem Lavaux* Deleted #include "wx/bufstrm.h"
1998-07-25  Robert RoeblingRemoved warnings mesgs
next