XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / common / fileconf.cpp
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
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2000-10-03  Jouk Jansen Modified Files:
2000-10-02  Vadim Zeitlinfix for group names containing ']'
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-15  Vadim Zeitlinfixed bug in handling value names with escaped chars
2000-02-03  Vadim Zeitlinfixed bug in handling quoted characters in value names
2000-01-26  Stefan NeisLINKAGEMODE is defined in defs.h. No need to have the...
2000-01-22  Vadim Zeitlin1. added wxMemoryConfig (private) class
1999-12-26  Vadim Zeitlin1. misc compilation (errors, warnings) fixes (from...
1999-11-22  Jouk Jansen Committing in .
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-29  David Webster*** empty log message ***
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-05-11  Vadim Zeitlinspaces around '=' are not needed any more in config...
1999-05-05  J. Russell SmythAdded wxCONFIG_USE_RELATIVE_PATH option to allow relati...
1999-04-16  Vadim Zeitlinbug in handling escaped chars in entries/group names...
1999-04-16  Vadim Zeitlinattempted Borland C++ compilation fix
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-04-07  Karsten BallüderI seem to have fixed the DeleteSubGroups() bug - PLEASE...
1999-03-09  Vadim Zeitlinarbitrary characters allowed in wxFileConfig entry...
1999-02-02  Vadim Zeitlinallow 8bit chars in the group names in wxFileConfig
1999-02-01  Stefan Csomorlatest CW additions
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-07  Julian SmartDoc & Symantec C++ fixes
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-26  Vadim Zeitlinsome sprintf()s replaced with wxString::Printf
1998-11-16  Robert Roebling Fixed bug in dc::blit()
1998-11-15  Julian SmartFix to parser.y to make it compile with makefile.unx...
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-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-03  Vadim ZeitlinwxFileConfig ctor now (again) uses the files in the...
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Karsten BallüderAdded configure option --with-dmalloc to use the dmallo...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-08  Denis PershinDP:
1998-08-05  Vadim Zeitlincompilation problem under Windows fixed (Karsten, you...
1998-08-05  Karsten Ballüderadded SetRecordDefaults() and IsRecordingDefaults(...
1998-08-04  Karsten Ballüderre-fixed wxFileConfig(wxString, wxString) constructor
1998-08-03  Vadim Zeitlin1) wxFileConfig now longer tries to delete system-wide...
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-03  Karsten Ballüderfixed GetGlobalFilename()
1998-08-03  Karsten Ballüder*** empty log message ***
1998-08-03  Karsten Ballüderfixed wxFileConfig constructor bug
1998-08-02  Vadim ZeitlinwxConfig -> wxConfigBase renaming plus some minor changes
1998-08-02  Karsten Ballüderadded slash to path
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-22  Vadim Zeitlinwarning under gcc removed
1998-07-20  Vadim Zeitlinbug in wxFileConfig::DeleteEntry/Group corrected
1998-07-18  Vadim Zeitlinseveral bugs fixes
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-07-16  Vadim ZeitlinwxFileConfig uses sorted arrays (big performance improv...
1998-07-15  Vadim Zeitlinspeed optimizations: some functions now use wxString...
1998-07-12  Vadim Zeitlinmemory leak plugged
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-07  Vadim Zeitlinadded HasEntry/Group function to wxConfig, corrected...
next