Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / common / config.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2010-11-13  Vadim ZeitlinDon't assert if config file contains an invalid boolean...
2010-10-22  Vadim ZeitlinUse single BeforeLast() call in wxConfigPathChanger...
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-05-31  Vadim ZeitlinUse C locale for numbers in wx(File)Config.
2010-05-29  Vadim ZeitlinAdd wxConfig::Read(float *) overload.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-07-21  Vadim Zeitlinadded support for user-defined types to wxConfig (patch...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-05-24  Vadim Zeitlinadded wxAppTraits::CreateConfig() (patch 1721149)
2007-04-26  Chris Elliotttested and applied article.gmane.org/gmane.comp.lib...
2007-03-17  Vadim Zeitlinoutput '}' as wxChar, not char, which results in using...
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-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-07-14  Vadim Zeitlinfix the bug with the current path being restored if...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaInclude wx/arrstr.h according to precompiled headers...
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-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-27  Vadim Zeitlinwe don't need to include wx/textfile.h here
2006-01-20  Vadim Zeitlinalways initialize m_bChanged in wxConfigPathChanger...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-16  Stefan NeisMoved enum definition out of function body to work...
2005-02-17  Ryan Nortonint argument/unsigned int arg warning fix
2004-12-29  Włodzimierz SkibaEmpty container and design description for native PalmO...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-10  Julian SmartWorkaround for memory bug when using wxRegConfig and...
2004-11-11  Vadim Zeitlinfix reading beyond the end of the string if the last...
2004-10-20  Vadim Zeitlinfixed bug introduced by last commit: if we don't change...
2004-10-13  Włodzimierz SkibaDarwin fixes (OW,BCC,MinGW,DMC tested).
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-04  Vadim Zeitlinsmall optimization in wxConfigPathChanger: don't change...
2004-09-16  Vadim Zeitlinfixes for harmless mingw32 warnings
2004-09-09  Włodzimierz SkibaSource cleaning: TRUE/true, FALSE/false, whitespaces...
2004-05-25  Włodzimierz SkibaMissed headers.
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...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartFurther wxUniv fixes
2001-05-28  Vadim Zeitlincompilation fixes
2001-05-27  Vadim Zeitlinreally fixed wxConfig bug
2001-05-27  Vadim Zeitlinfixed wxConfig bug I've introduced yesterday
2001-05-27  Vadim Zeitlinoops, typo leading to compilation problem fixed
2001-05-27  Vadim Zeitlinfixed 'patch' #422993 (Error in wxConfigBase::Write...
2001-05-10  Václav Slavíkfixed handling of root paths: now checks if string...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-05-05  Julian SmartMisc fixes
1999-12-02  Vadim Zeitlina small compilation fix
1999-12-02  Vadim Zeitlina small compilation fix
1999-12-02  Vadim ZeitlinwxUSE_CONFIG_NATIVE fix
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-16  Ove KaavenUnicodified wxSplitPath
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
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-08  Robert Roebling Compile improvemnts for strict compilers and the...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-21  Julian SmartAdded convenience form of wxEvtHandler::Connect, only...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-25  Julian SmartVarious fixes.
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-12  Robert Roebling Removed warnings
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-16  Karsten Ballüderadded one extra check for emptyness
1998-08-16  Vadim ZeitlinKarsten's correction undone - this code is (was) correct!
1998-08-15  Karsten Ballüderfixed a logical error (! isempty) instead of isempty
1998-08-11  Vadim Zeitlin'\\' can be used to suppress special meaning in '%...
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-02  Vadim ZeitlinwxConfig -> wxConfigBase renaming plus some minor changes
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-20  Karsten Ballüderfixed config incosistency
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
next