Disable wxUSE_ENH_METAFILE for wxGTK builds.
[wxWidgets.git] / include / wx / fileconf.h
2009-05-15  Vadim Zeitlinmove virtual GetPath() implementation out of line to...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
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-03-18  Vadim Zeitlinuse wxStandardPaths and wxFileName in wxFileConfig...
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-01  Václav Slavíkallow using both char* and wchar_t* in wxFileConfig...
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...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-01  Vadim Zeitlinfixed bug with HasGroup() creating groups as side effect
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2004-10-04  Vadim Zeitlinforward declare wxOutputStream (compilation fix for...
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-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-03  Vadim Zeitlinuse global file/regkey by default
2003-12-18  Dimitri SchoolwerthInclude wx/confbase.h which is needed by this file.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
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-06-22  Vadim Zeitlinallow wxFileConfig be created with empty name (will...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-23  Václav SlavíkwxFileConfig in Unicode fixes
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-03-05  Vadim Zeitlinadded missing default values for the 2nd argument of...
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-07-23  Vadim Zeitlin1. fixed bug with empty value not being written to...
2000-07-15  Bryan Pettymerged 2.2 branch
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-15  Robert Roebling Added a few #if wxUSE_XXX
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-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-20  Vadim ZeitlinRenameEntry/Group() functions added to wxConfig and...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-08  Unknown (UG)no message
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-11-26  Julian SmartFixed Dialog Editor compilation and window sizing bug...
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-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-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-02  Vadim Zeitlinthe base class is now called wxConfigBase, wxConfig...
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-18  Vadim Zeitlina couple of functions added (GetNumberOfGroups/Entries...
1998-07-17  Vadim Zeitlinfixed compilation problems under Windows
1998-07-16  Vadim ZeitlinwxFileConfig uses sorted arrays (big performance improv...
1998-07-07  Vadim Zeitlinadded HasEntry/Group function to wxConfig, corrected...
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-06-18  Vadim ZeitlinwxFileConfig bugs corrected (now the new entries belong...
1998-06-02  Vadim Zeitlinadded #if USE_WXCONFIG check (TODO: add configure switc...
1998-05-26  Vadim ZeitlinwxFileConfig now has it's own header, the config file...