Use int instead of wxWindowID in wxNewId() and friends.
[wxWidgets.git] / include / wx / confbase.h
2012-07-20  Vadim ZeitlinNo changes, just fix some typos in comments.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-05-29  Vadim ZeitlinAdd wxConfig::Read(float *) overload.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-20  Paul Cornettfix for HP aCC
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-11-03  Vadim Zeitlindefine wxHAS_CONFIG_TEMPLATE_RW if template wxConfig...
2008-06-15  Vadim Zeitlinoverload Write() for char and unsigned char too, otherw...
2008-03-02  Vadim Zeitlindefine wxConfig where the header implementing it is...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-10-05  Chris Elliottadd DMC to misbehaving compilers
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-08-15  Vadim Zeitlinadded ReadType convenience functions (patch 1764160)
2007-08-01  Julian SmartVC++ 6 reports ambiguities when using template Read...
2007-07-21  Vadim Zeitlinadded support for user-defined types to wxConfig (patch...
2007-07-16  Vadim Zeitlinadd wxUSE_BASE64 checks around DoRead/WriteBinary(...
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-03-11  Vadim Zeitlininclude wx/object.h now that wxConfigBase derives from...
2007-03-11  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-01  Václav Slavíkallow using both char* and wchar_t* in wxFileConfig...
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2006-07-15  Vadim Zeitlinfix the bug with the current path being restored if...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
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-10-17  Stefan Csomorremoving RTTI classinfo #define redirections, not neede...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-20  Vadim Zeitlinadded support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS...
2002-04-12  Vadim Zeitlina preprocessor constant must be 0, not FALSE
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-27  Vadim Zeitlinreally fixed wxConfig bug
2001-05-27  Vadim Zeitlinfixed wxConfig bug I've introduced yesterday
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-12  Julian SmartMade iniconf compile on BC++ 5.01 (involved adding...
2000-01-17  Václav Slavíkchanged wxConfigBase::Get signature to wxConfigBase...
1999-12-02  Vadim ZeitlinwxUSE_CONFIG_NATIVE fix
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-10-29  Vadim Zeitlincompilation fix for AIX
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-05-05  J. Russell SmythAdded wxCONFIG_USE_RELATIVE_PATH option to allow config...
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-04-06  Vadim ZeitlinwxRegConfig::GetEntryType() added and some bugs fixed
1999-04-06  Vadim ZeitlinwxConfig::GetEntryType() added
1999-01-31  Julian SmartVarious small fixes
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-20  Vadim ZeitlinRenameEntry/Group() functions added to wxConfig and...
1999-01-08  Unknown (UG)no message
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-01  Stefan Csomormac support as stubs added
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-25  Karsten Ballüderuse unsigned for wxString [] operator
1998-11-25  Julian SmartVarious fixes.
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-03  Vadim Zeitlinreplaced wxEmptyString with "" because it's defined...
1998-09-02  Robert Roebling New configure
1998-09-01  Robert Roebling Fixed a few compile things
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...