Misc fixes
[wxWidgets.git] / src / common / config.cpp
2000-05-05  Julian SmartMisc fixes
1999-12-02  Vadim Zeitlina small compilation fix
1999-12-02  Vadim Zeitlina small compilation fix
1999-12-02  Vadim ZeitlinwxUSE_CONFIG_NATIVE fix
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-16  Ove KaavenUnicodified wxSplitPath
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-20  Vadim ZeitlinwxString::Right() changed to AfterLast() (config works...
1999-01-20  Julian SmartFixed wxConfig (I hope) and disabled wxRegConfig::Delet...
1999-01-08  Robert Roebling Compile improvemnts for strict compilers and the...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-21  Julian SmartAdded convenience form of wxEvtHandler::Connect, only...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-25  Julian SmartVarious fixes.
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-12  Robert Roebling Removed warnings
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-16  Karsten Ballüderadded one extra check for emptyness
1998-08-16  Vadim ZeitlinKarsten's correction undone - this code is (was) correct!
1998-08-15  Karsten Ballüderfixed a logical error (! isempty) instead of isempty
1998-08-11  Vadim Zeitlin'\\' can be used to suppress special meaning in '%...
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-02  Vadim ZeitlinwxConfig -> wxConfigBase renaming plus some minor changes
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-20  Karsten Ballüderfixed config incosistency
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-07-15  Vadim Zeitlinspeed optimizations: some functions now use wxString...
1998-07-14  Vadim ZeitlinExpandEnvVars was eating backslashes - no more.
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-06-22  Vadim Zeitlinbug in SplitPath() corrected - now ".." handled correctly
1998-05-26  Vadim Zeitlinadded "const char *Read()" returning pointer to statis...
1998-05-20  Karsten BallüderInitial revision