Add wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / msw / regconf.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-08-22  Václav Slavíkadded wxUSE_REGKEY checks
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2006-07-14  Vadim Zeitlinfix the bug with the current path being restored if...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-03  Vadim Zeitlinfixed bug with not reading settings from HKLM
2004-02-29  Vadim Zeitlinhonour the 2nd parameter of DeleteEntry() instead of...
2003-10-08  Vadim Zeitlinfixed enumerating of entries/groups under '/' in wxRegC...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-03-22  Vadim Zeitlinavoid an assert in wxString::GetWriteBuf()
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2001-09-22  Vadim Zeitlinfixed yet another bug in wxRegConfig::SetPath() - SetPa...
2001-06-15  Vadim Zeitlinapplied patch 430963 (fix for wxRegConfig::SetPath...
2001-05-19  Vadim Zeitlinmerged wxRegConf rename fix from 2.2
2001-05-10  Václav Slavíkfixed handling of root paths: now checks if string...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-22  Vadim Zeitlinfixing mngw32 (cross)compilation
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2000-12-21  Julian SmartAdded m_keyGlobal.Open()
2000-12-20  Vadim Zeitlin2nd part of wxRegConfig fix
2000-12-20  Vadim Zeitlinfix for wxRegConfig::GetNextGroup
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
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)