2006-07-24 |
Vadim Zeitlin | added static casts to void * for pointers used with... |
blob | commitdiff | raw |
2006-07-14 |
Vadim Zeitlin | don't create non-existing groups in HasEntry() |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Vadim Zeitlin | fix the bug with the current path being restored if... |
blob | commitdiff | raw | diff to current |
2006-06-25 |
Vadim Zeitlin | fix gcc warnings about in printf format (partly modifi... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Włodzimierz Skiba | Include wx/stream.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Paul Cornett | wxASSERT(false) --> wxFAIL |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Vadim Zeitlin | fix for the previous commit: delete m_conv after callin... |
blob | commitdiff | raw | diff to current |
2006-04-07 |
Vadim Zeitlin | fix recently introduced memory leak of m_conv (bug... |
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 |
2006-02-09 |
Julian Smart | Applied patch [ 1427626 ] Fix wxFileConfig so that... |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Vadim Zeitlin | don't look beyond the end of the string if it ends... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Włodzimierz Skiba | Minor reformat. |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Włodzimierz Skiba | wxMGL revitalised with OpenWatcom. |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
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-05 |
Vadim Zeitlin | fixed (harmless) assert triggered by renaming the first... |
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-06-04 |
Robin Dunn | DeleteEntry should SetDirty when any entry is removed... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Robin Dunn | Blind fix for bug #1209944, wxFileConfig constructor... |
blob | commitdiff | raw | diff to current |
2005-04-06 |
Vadim Zeitlin | reversed change of rev 1.127: this resulted in bug... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | applied part of patch 1169925: fix errors with multibyt... |
blob | commitdiff | raw | diff to current |
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 |
next |