XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / common / fileconf.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-04-28  Vadim ZeitlinFix crash in wxFileConfig when deleting last entry...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2011-12-29  Vadim ZeitlinAllow using '(' and ')' in wxFileConfig entry names...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-08-08  Vadim ZeitlinCorrect a print format specifier mismatch in wxFileConf...
2010-01-23  Vadim ZeitlinDon't crash when input is empty in wxFileConfig(wxInput...
2009-11-14  Vadim ZeitlinNo real changes, just remove the ugly CONST_CAST macro.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-15  Vadim Zeitlinmove virtual GetPath() implementation out of line to...
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-07-29  Stefan CsomorOSX regrouping
2008-07-09  Stefan Csomoradjusting endif comment to new #if
2008-07-07  Stefan Csomormake sure mac pref files remain visible and named as...
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-04  Vadim Zeitlinremove leading dots from .ini/.conf in AddConfFileExtIf...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-10-26  Vadim Zeitlinreverted the change of r32940 which worked around a...
2007-10-26  Vadim Zeitlinfix bug with adding entries to a root group containing...
2007-10-09  Vadim Zeitlinno need to use ToAscii() explicitly in wxBase64Decode...
2007-09-19  Vadim Zeitlinfix bug with deleting and recreating entries in wxFileC...
2007-08-26  Vadim Zeitlindon't overwrite the existing local file if we failed...
2007-07-24  Vadim Zeitlincorrected off by 1 error in cMB2WC() call (thanks valgrind)
2007-07-23  Vadim Zeitlindon't add an extra empty line to the end (fixes bug...
2007-07-20  Vadim Zeitlinrewrite FilterInValue() using iterators, this results...
2007-07-18  Vadim Zeitlinspeed up reading wxFileConfig from wxInputStream by...
2007-07-16  Vadim Zeitlinadd wxUSE_BASE64 checks around DoRead/WriteBinary(...
2007-07-13  Vadim Zeitlincompilation fix for DoReadBinary() in STL build
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-21  Vadim Zeitlinfix bug with not updating the last line correctly when...
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
next