2005-03-27 |
Vadim Zeitlin | applied part of patch 1169925: fix errors with multibyt... |
blob | commitdiff | raw |
2005-03-20 |
Mattia Barbon | Fix wxFileConf crash demonstrated by the 'DeleteLastG... |
blob | commitdiff | raw | diff to current |
2005-03-20 |
Julian Smart | Compilo fix |
blob | commitdiff | raw | diff to current |
2005-03-20 |
Julian Smart | Fix wxFileConfig for WinCE |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | .empty() string cleaning. |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Vadim Zeitlin | fixed bug with adding new entries to a root group with... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Robin Dunn | fix compile error |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Vadim Zeitlin | assert that name, not full path, is used in RenameEntry... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Vadim Zeitlin | fixed deletion of last group in the config file (bugs... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Vadim Zeitlin | don't try to delete our config file in DeleteAll()... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Vadim Zeitlin | don't add dummy empty line at the end when reading... |
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-10-03 |
Vadim Zeitlin | use wxFileName::MacSetTypeAndCreator() in Flush() inste... |
blob | commitdiff | raw | diff to current |
2004-10-03 |
Vadim Zeitlin | added wxUmaskChanger class and wxCHANGE_UMASK macro... |
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-08-24 |
Stefan Csomor | FSRef transition |
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-16 |
Vadim Zeitlin | really fixed calling isspace() for non-ASCII characters |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Vadim Zeitlin | fixed debug assert in VC 7.1 CRT due to calling isalnum... |
blob | commitdiff | raw | diff to current |
2004-03-02 |
Robin Dunn | Trim trailing spaces from key names when parsing |
blob | commitdiff | raw | diff to current |
2004-02-15 |
Robert Roebling | This allows white space to be in the name |
blob | commitdiff | raw | diff to current |
2003-11-08 |
Vadim Zeitlin | fix for previous commit |
blob | commitdiff | raw | diff to current |
2003-11-07 |
Vadim Zeitlin | fix for infinite loop in wxFileConfig when reading... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | don't complain if file doesn't exist in DeleteFile... |
blob | commitdiff | raw | diff to current |
2003-08-16 |
Vadim Zeitlin | fix bug with entries present in both global and local... |
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-08-04 |
Vadim Zeitlin | compilation fix after warning fix |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | fixed warning in non-DLL build |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | missing or wrong DLLEXPORTs for DLL build |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Julian Smart | A fix to prevent mungeing of the config file after... |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Vadim Zeitlin | read numbers even if they're followed by spaces |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Vadim Zeitlin | fixed problem of deleting an entry added to an initiall... |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Vadim Zeitlin | fixed deleting entries at root level |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Stefan Csomor | wxMac Unicode support |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-02-23 |
Václav Slavík | wxFileConfig in Unicode fixes |
blob | commitdiff | raw | diff to current |
2003-02-09 |
Vadim Zeitlin | don't trigger an assert in wxFileConfigGroup::DeleteSub... |
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-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Vadim Zeitlin | added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS... |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Robert Roebling | Lots more Unicode fixes. |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Stefan Csomor | reverted DoReadLong |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Stefan Csomor | corrected DoReadLong |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Stefan Csomor | corrected retrieval of a long |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Stefan Csomor | removing dependancy on mac headers from public wx heade... |
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-12-09 |
Václav Slavík | more MSDOS fixes (config file location) |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Václav Slavík | 1. Who the hell wrote that idiotencode for choosing... |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Mattia Barbon | Must convert the last part, too |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Vadim Zeitlin | fix for Unicode build |
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-10-29 |
Gilles Depeyrot | path/file corrections for Darwin/Mac OS X |
blob | commitdiff | raw | diff to current |
2001-10-21 |
Robert Roebling | Correction for wxFileConfig where UNIX was taken |
blob | commitdiff | raw | diff to current |
2001-09-30 |
Vadim Zeitlin | DLL compilation fix |
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 |
2001-05-24 |
Stefan Csomor | reverting to native mac pathnames |
blob | commitdiff | raw | diff to current |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
blob | commitdiff | raw | diff to current |
2001-02-08 |
Stefan Csomor | updated mac sources (CW 5.3 working , CW6 still having... |
blob | commitdiff | raw | diff to current |
2000-10-03 |
Jouk Jansen | Modified Files: |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Vadim Zeitlin | fix for group names containing ']' |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Vadim Zeitlin | fixed bug in handling value names with escaped chars |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Vadim Zeitlin | fixed bug in handling quoted characters in value names |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Stefan Neis | LINKAGEMODE is defined in defs.h. No need to have the... |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Vadim Zeitlin | 1. added wxMemoryConfig (private) class |
blob | commitdiff | raw | diff to current |
1999-12-26 |
Vadim Zeitlin | 1. misc compilation (errors, warnings) fixes (from... |
blob | commitdiff | raw | diff to current |
1999-11-22 |
Jouk Jansen | Committing in . |
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-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
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-07-29 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Robert Roebling | Some #include and #if wxUSE_XX things |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Vadim Zeitlin | 1. some more of "#if wxUSE_XXX" here and there |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Vadim Zeitlin | spaces around '=' are not needed any more in config... |
blob | commitdiff | raw | diff to current |
1999-05-05 |
J. Russell Smyth | Added wxCONFIG_USE_RELATIVE_PATH option to allow relati... |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Vadim Zeitlin | bug in handling escaped chars in entries/group names... |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Vadim Zeitlin | attempted Borland C++ compilation fix |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | It now compiles all these files without warnings in... |
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-04-07 |
Karsten Ballüder | I seem to have fixed the DeleteSubGroups() bug - PLEASE... |
blob | commitdiff | raw | diff to current |
1999-03-09 |
Vadim Zeitlin | arbitrary characters allowed in wxFileConfig entry... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Vadim Zeitlin | allow 8bit chars in the group names in wxFileConfig |
blob | commitdiff | raw | diff to current |
1999-02-01 |
Stefan Csomor | latest CW additions |
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-07 |
Julian Smart | Doc & Symantec C++ fixes |
blob | commitdiff | raw | diff to current |
1999-01-04 |
Robert Roebling | configure and #ifdef wxUSE_XXX updates |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Stefan Csomor | mac support as stubs added |
blob | commitdiff | raw | diff to current |
1998-12-09 |
Vadim Zeitlin | "wxGDIObject * => &" related changes (see mail to the... |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Vadim Zeitlin | some sprintf()s replaced with wxString::Printf |
blob | commitdiff | raw | diff to current |
1998-11-16 |
Robert Roebling | Fixed bug in dc::blit() |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Julian Smart | Fix to parser.y to make it compile with makefile.unx... |
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 |
next |