don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / src / common / fileconf.cpp
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-03-18  Vadim Zeitlindon't check if the file exists if we don't use it
2007-03-18  Vadim Zeitlinuse wxStandardPaths and wxFileName in wxFileConfig...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-08  Vadim Zeitlinfix the bug which could have resulted in failing to...
2007-03-01  Václav Slavíkallow using both char* and wchar_t* in wxFileConfig...
2007-02-11  Vadim Zeitlinwrite the entire file at once in Flush() instead of...
2007-01-20  Vadim Zeitlinname user config file appname.conf when it's locayed...
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2006-11-11  Vadim Zeitlinfix the bug with renaming groups leaving wxFileConfig...
2006-07-24  Vadim Zeitlinadded static casts to void * for pointers used with...
2006-07-14  Vadim Zeitlindon't create non-existing groups in HasEntry()
2006-07-14  Vadim Zeitlinfix the bug with the current path being restored if...
2006-06-25  Vadim Zeitlinfix gcc warnings about in printf format (partly modifi...
2006-05-03  Włodzimierz SkibaInclude wx/stream.h according to precompiled headers...
2006-05-03  Paul CornettwxASSERT(false) --> wxFAIL
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-10  Vadim Zeitlinfix for the previous commit: delete m_conv after callin...
2006-04-07  Vadim Zeitlinfix recently introduced memory leak of m_conv (bug...
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-02-09  Julian SmartApplied patch [ 1427626 ] Fix wxFileConfig so that...
2006-01-20  Vadim Zeitlindon't look beyond the end of the string if it ends...
2006-01-09  Włodzimierz SkibaMinor reformat.
2005-10-31  Włodzimierz SkibawxMGL revitalised with OpenWatcom.
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-05  Vadim Zeitlinfixed (harmless) assert triggered by renaming the first...
2005-07-01  Vadim Zeitlinfixed bug with HasGroup() creating groups as side effect
2005-06-04  Robin DunnDeleteEntry should SetDirty when any entry is removed...
2005-05-30  Robin DunnBlind fix for bug #1209944, wxFileConfig constructor...
2005-04-06  Vadim Zeitlinreversed change of rev 1.127: this resulted in bug...
2005-03-27  Vadim Zeitlinapplied part of patch 1169925: fix errors with multibyt...
2005-03-20  Mattia Barbon Fix wxFileConf crash demonstrated by the 'DeleteLastG...
2005-03-20  Julian SmartCompilo fix
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2004-10-17  Vadim Zeitlinfixed bug with adding new entries to a root group with...
2004-10-04  Robin Dunnfix compile error
2004-10-04  Vadim Zeitlinassert that name, not full path, is used in RenameEntry...
2004-10-04  Vadim Zeitlinfixed deletion of last group in the config file (bugs...
2004-10-04  Vadim Zeitlindon't try to delete our config file in DeleteAll()...
2004-10-04  Vadim Zeitlindon't add dummy empty line at the end when reading...
2004-10-03  Vadim Zeitlinadded wxFileConfig::Save(stream); documented it in...
2004-10-03  Vadim Zeitlindon't keep a dirty flag in each entry/group, this is...
2004-10-03  Vadim Zeitlinuse wxFileName::MacSetTypeAndCreator() in Flush() inste...
2004-10-03  Vadim Zeitlinadded wxUmaskChanger class and wxCHANGE_UMASK macro...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-08-24  Stefan CsomorFSRef transition
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-16  Vadim Zeitlinreally fixed calling isspace() for non-ASCII characters
2004-03-13  Vadim Zeitlinfixed debug assert in VC 7.1 CRT due to calling isalnum...
2004-03-02  Robin DunnTrim trailing spaces from key names when parsing
2004-02-15  Robert Roebling This allows white space to be in the name
2003-11-08  Vadim Zeitlinfix for previous commit
2003-11-07  Vadim Zeitlinfix for infinite loop in wxFileConfig when reading...
2003-10-16  Vadim Zeitlindon't complain if file doesn't exist in DeleteFile...
2003-08-16  Vadim Zeitlinfix bug with entries present in both global and local...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  Vadim Zeitlincompilation fix after warning fix
2003-08-03  Vadim Zeitlinfixed warning in non-DLL build
2003-08-03  Vadim Zeitlinmissing or wrong DLLEXPORTs for DLL build
2003-07-11  Julian SmartMore WinCE mods.
2003-05-20  Julian SmartA fix to prevent mungeing of the config file after...
2003-05-01  Vadim Zeitlinread numbers even if they're followed by spaces
2003-04-02  Vadim Zeitlinfixed problem of deleting an entry added to an initiall...
2003-03-28  Vadim Zeitlinfixed deleting entries at root level
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-23  Václav SlavíkwxFileConfig in Unicode fixes
2003-02-09  Vadim Zeitlindon't trigger an assert in wxFileConfigGroup::DeleteSub...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-20  Vadim Zeitlinadded support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS...
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-01-13  Stefan Csomorreverted DoReadLong
2002-01-13  Stefan Csomorcorrected DoReadLong
2002-01-13  Stefan Csomorcorrected retrieval of a long
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2001-12-09  Václav Slavíkmore MSDOS fixes (config file location)
2001-12-04  Václav Slavík1. Who the hell wrote that idiotencode for choosing...
2001-11-22  Mattia BarbonMust convert the last part, too
2001-11-22  Vadim Zeitlinfix for Unicode build
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-10-29  Gilles Depeyrotpath/file corrections for Darwin/Mac OS X
2001-10-21  Robert Roebling Correction for wxFileConfig where UNIX was taken
2001-09-30  Vadim ZeitlinDLL compilation fix
2001-07-23  Vadim Zeitlin1. fixed bug with empty value not being written to...
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
next