]> git.saurik.com Git - wxWidgets.git/history - src/msw/regconf.cpp
1. serious bug in wxRegConfig corrected - deleting a value would delete the
[wxWidgets.git] / src / msw / regconf.cpp
1999-06-26  Vadim Zeitlin1. serious bug in wxRegConfig corrected - deleting...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-04-06  Vadim ZeitlinwxRegConfig::GetEntryType() added and some bugs fixed
1999-01-23  Vadim Zeitlin1. registry files corresponding to the recent registry...
1999-01-22  Vadim ZeitlinRename() (partly) implemented for wxRegConf
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-09  Julian SmartMore SC++ fixes; HelpGen starting to compile with VC...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-05  Vadim Zeitlin1. suppressed some messages from HasEntry()/HasKeys()
1998-11-28  Unknown (UG)no message
1998-10-16  Unknown (UG)no message
1998-09-07  Vadim ZeitlinwxRegConfig now works again
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-23  Vadim Zeitlinminor fixes
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-06  Julian SmartFixed someone's compile error in regconf.cpp (needed...
1998-08-05  Karsten Ballüderadded SetRecordDefaults() and IsRecordingDefaults(...
1998-08-02  Vadim ZeitlinwxIniConfig added (pre-alpha quality, many functions...
1998-07-30  Julian SmartMSWOnMouseMove arg bug in toolbar; compile bug in regco...
1998-07-24  Julian SmartRemoved compile bugs in regconf.cpp, added new toolbar...
1998-07-18  Vadim Zeitlinsmall bug fixes + a couple of new functions added
1998-07-08  Vadim ZeitlinHasGroup/Entry added
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-05-27  Vadim Zeitlinregistry based implementation of wxConfig (wxRegConfig)