]> git.saurik.com Git - wxWidgets.git/history - src/common/fileconf.cpp
Removed DrawOpenSpline since it doesn't seem to be needed, with required changes
[wxWidgets.git] / src / common / fileconf.cpp
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-03  Vadim ZeitlinwxFileConfig ctor now (again) uses the files in the...
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Karsten BallüderAdded configure option --with-dmalloc to use the dmallo...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-08  Denis PershinDP:
1998-08-05  Vadim Zeitlincompilation problem under Windows fixed (Karsten, you...
1998-08-05  Karsten Ballüderadded SetRecordDefaults() and IsRecordingDefaults(...
1998-08-04  Karsten Ballüderre-fixed wxFileConfig(wxString, wxString) constructor
1998-08-03  Vadim Zeitlin1) wxFileConfig now longer tries to delete system-wide...
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-03  Karsten Ballüderfixed GetGlobalFilename()
1998-08-03  Karsten Ballüder*** empty log message ***
1998-08-03  Karsten Ballüderfixed wxFileConfig constructor bug
1998-08-02  Vadim ZeitlinwxConfig -> wxConfigBase renaming plus some minor changes
1998-08-02  Karsten Ballüderadded slash to path
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-22  Vadim Zeitlinwarning under gcc removed
1998-07-20  Vadim Zeitlinbug in wxFileConfig::DeleteEntry/Group corrected
1998-07-18  Vadim Zeitlinseveral bugs fixes
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-07-16  Vadim ZeitlinwxFileConfig uses sorted arrays (big performance improv...
1998-07-15  Vadim Zeitlinspeed optimizations: some functions now use wxString...
1998-07-12  Vadim Zeitlinmemory leak plugged
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-07  Vadim Zeitlinadded HasEntry/Group function to wxConfig, corrected...
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-06-18  Vadim ZeitlinwxFileConfig bugs corrected (now the new entries belong...
1998-05-26  Vadim ZeitlinwxFileConfig now has it's own header, the config file...
1998-05-20  Karsten BallüderInitial revision