2009-05-15 |
Vadim Zeitlin | move virtual GetPath() implementation out of line to... |
blob | commitdiff | raw |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Vadim Zeitlin | add wxUSE_BASE64 checks around DoRead/WriteBinary(... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Vadim Zeitlin | added support for binary data to wxConfig (slightly... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Vadim Zeitlin | use wxStandardPaths and wxFileName in wxFileConfig... |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Václav Slavík | allow using both char* and wchar_t* in wxFileConfig... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | 1. changed all "wxMBConv& conv" parameters to "const... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Vadim Zeitlin | fixed bug with HasGroup() creating groups as side effect |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Vadim Zeitlin | forward declare wxOutputStream (compilation fix for... |
blob | commitdiff | raw | diff to current |
2004-10-03 |
Vadim Zeitlin | added wxFileConfig::Save(stream); documented it in... |
blob | commitdiff | raw | diff to current |
2004-10-03 |
Vadim Zeitlin | don't keep a dirty flag in each entry/group, this is... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Vadim Zeitlin | use global file/regkey by default |
blob | commitdiff | raw | diff to current |
2003-12-18 |
Dimitri Schoolwerth | Include wx/confbase.h which is needed by this file. |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Vadim Zeitlin | allow wxFileConfig be created with empty name (will... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-02-23 |
Václav Slavík | wxFileConfig in Unicode fixes |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-03-05 |
Vadim Zeitlin | added missing default values for the 2nd argument of... |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Vadim Zeitlin | wxConfig clean up and bug fix for record defaults |
blob | commitdiff | raw | diff to current |
2001-11-14 |
Vadim Zeitlin | added wxTextBuffer and wxMemoryText which allow to... |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Vadim Zeitlin | 1. fixed bug with empty value not being written to... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
1999-11-11 |
Stefan Csomor | wxMac completed so far, generic listctrl extension |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-06-15 |
Robert Roebling | Added a few #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | Oh well, I'll just stuff in the rest of the Unicode... |
blob | commitdiff | raw | diff to current |
1999-04-07 |
Vadim Zeitlin | no more SetAppName/SetVendor in the config classes |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Julian Smart | Some compile warnings removed; file selector prototypes... |
blob | commitdiff | raw | diff to current |
1999-01-20 |
Vadim Zeitlin | RenameEntry/Group() functions added to wxConfig and... |
blob | commitdiff | raw | diff to current |
1999-01-16 |
Julian Smart | Various changes for Salford C++, and commited fileconf... |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Vadim Zeitlin | 1. NOT_FOUND -> wxNOT_FOUND |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1999-01-04 |
Robert Roebling | configure and #ifdef wxUSE_XXX updates |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Julian Smart | Fixed Dialog Editor compilation and window sizing bug... |
blob | commitdiff | raw | diff to current |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-09-03 |
Vadim Zeitlin | replaced wxEmptyString with "" because it's defined... |
blob | commitdiff | raw | diff to current |
1998-09-02 |
Robert Roebling | New configure |
blob | commitdiff | raw | diff to current |
1998-09-01 |
Robert Roebling | Fixed a few compile things |
blob | commitdiff | raw | diff to current |
1998-08-27 |
Julian Smart | wxConfig changes to be more logical. |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
blob | commitdiff | raw | diff to current |
1998-08-02 |
Vadim Zeitlin | the base class is now called wxConfigBase, wxConfig... |
blob | commitdiff | raw | diff to current |
1998-07-29 |
Vadim Zeitlin | 1) APPCONF_ constants renamed to wxCONFIG_ |
blob | commitdiff | raw | diff to current |
1998-07-18 |
Vadim Zeitlin | a couple of functions added (GetNumberOfGroups/Entries... |
blob | commitdiff | raw | diff to current |
1998-07-17 |
Vadim Zeitlin | fixed compilation problems under Windows |
blob | commitdiff | raw | diff to current |
1998-07-16 |
Vadim Zeitlin | wxFileConfig uses sorted arrays (big performance improv... |
blob | commitdiff | raw | diff to current |
1998-07-07 |
Vadim Zeitlin | added HasEntry/Group function to wxConfig, corrected... |
blob | commitdiff | raw | diff to current |
1998-07-03 |
Julian Smart | Added #pragmas for gcc. |
blob | commitdiff | raw | diff to current |
1998-06-18 |
Vadim Zeitlin | wxFileConfig bugs corrected (now the new entries belong... |
blob | commitdiff | raw | diff to current |
1998-06-02 |
Vadim Zeitlin | added #if USE_WXCONFIG check (TODO: add configure switc... |
blob | commitdiff | raw | diff to current |
1998-05-26 |
Vadim Zeitlin | wxFileConfig now has it's own header, the config file... |
blob | commitdiff | raw | diff to current |
|