projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.
[wxWidgets.git]
/
src
/
common
/
fileconf.cpp
2008-07-09
Stefan Csomor
adjusting endif comment to new #if
blob
|
commitdiff
|
raw
2008-07-07
Stefan Csomor
make sure mac pref files remain visible and named as...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-07
Stefan Csomor
cleaning up common OSX code
blob
|
commitdiff
|
raw
|
diff to current
2008-03-04
Vadim Zeitlin
remove leading dots from .ini/.conf in AddConfFileExtIf...
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-10-26
Vadim Zeitlin
reverted the change of r32940 which worked around a...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-26
Vadim Zeitlin
fix bug with adding entries to a root group containing...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-09
Vadim Zeitlin
no need to use ToAscii() explicitly in wxBase64Decode...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-19
Vadim Zeitlin
fix bug with deleting and recreating entries in wxFileC...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-26
Vadim Zeitlin
don't overwrite the existing local file if we failed...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
Vadim Zeitlin
corrected off by 1 error in cMB2WC() call (thanks valgrind)
blob
|
commitdiff
|
raw
|
diff to current
2007-07-23
Vadim Zeitlin
don't add an extra empty line to the end (fixes bug...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-20
Vadim Zeitlin
rewrite FilterInValue() using iterators, this results...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-18
Vadim Zeitlin
speed up reading wxFileConfig from wxInputStream by...
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-13
Vadim Zeitlin
compilation fix for DoReadBinary() in STL build
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-06-10
Václav Slavík
don't use implicit wxString->char*/wchar_t* conversion...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-21
Vadim Zeitlin
fix bug with not updating the last line correctly when...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Vadim Zeitlin
don't use obsolete functions (mostly copystring() and...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-18
Vadim Zeitlin
don't check if the file exists if we don't use it
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-17
Václav Slavík
first phase of transition to unified Unicode build:
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-08
Vadim Zeitlin
fix the bug which could have resulted in failing to...
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
2007-02-11
Vadim Zeitlin
write the entire file at once in Flush() instead of...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-20
Vadim Zeitlin
name user config file appname.conf when it's locayed...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Vadim Zeitlin
added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-07
Vadim Zeitlin
fix wxConfig::DeleteGroup() for arguments with trailing...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-11
Vadim Zeitlin
fix the bug with renaming groups leaving wxFileConfig...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Vadim Zeitlin
added static casts to void * for pointers used with...
blob
|
commitdiff
|
raw
|
diff to current
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
next