projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
wxChar -> char
[wxWidgets.git]
/
include
/
wx
/
file.h
2007-05-11
Václav Slavík
use const wxMBConv& instead of wxMBConv& in public...
blob
|
commitdiff
|
raw
2007-05-04
Václav Slavík
use wxString instead of const wxChar* in wxFile's publi...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-05
Václav Slavík
provide both const char* and const wchar_t* implicit...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Vadim Zeitlin
moved Write(const wxString&) to .cpp files as they...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Julian Smart
Test for encoding conversion success in wxFile::Write...
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-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-06-08
Włodzimierz Skiba
[ 1216436 ] cleanup 'shadow variable' warnings from...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
blob
|
commitdiff
|
raw
|
diff to current
2005-03-16
Włodzimierz Skiba
Use defs.h (and automatically setup.h and chkconf.h...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-13
Michael Wetherell
Add wxTempFileOutputStream
blob
|
commitdiff
|
raw
|
diff to current
2005-02-12
Michael Wetherell
Rename wxGetFileType to wxGetFileKind
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Michael Wetherell
Add wxGetFileType and IsSeekable
blob
|
commitdiff
|
raw
|
diff to current
2004-11-12
Ron Lee
Cruft cleanup from MJW, strip the tabs out of sound.cpp
blob
|
commitdiff
|
raw
|
diff to current
2004-11-10
Vadim Zeitlin
new set of fixes for problems due to huge files support...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-15
Vadim Zeitlin
made Tell/Seek/Length() return wxFileSize_t as well
blob
|
commitdiff
|
raw
|
diff to current
2004-10-15
Vadim Zeitlin
added wxFileSize_t, changed types of wxFile methods...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-25
Vadim Zeitlin
support for huge files (patch 1002226)
blob
|
commitdiff
|
raw
|
diff to current
2004-07-04
Vadim Zeitlin
typo/spelling fixes (patch 983448)
blob
|
commitdiff
|
raw
|
diff to current
2004-06-12
Dimitri Schoolwerth
removed SetAutoLayout(true) calls when a corresponding...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-30
Julian Smart
Include filefn.h always (or problems on at least Mac)
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
2003-12-11
Julian Smart
Applied [ 841609 ] wxFile::m_error not initialised
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-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-03-17
Julian Smart
Removed erroneous copyright names and corrected licence...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-26
Václav Slavík
unified default values for conv arguments
blob
|
commitdiff
|
raw
|
diff to current
2002-09-04
Václav Slavík
compilation fix for wxUSE_WCHAR_T=0
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-08-19
Robert Roebling
Lots more Unicode fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-01
Ron Lee
Added wxFile::write_excl and use it from wxTempFile...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-06
Václav Slavík
Unicodification of wxTempFile
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
1999-07-14
Vadim Zeitlin
1. new wxFFile class - as wxFile but uses fopen/fread...
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
1998-11-24
Vadim Zeitlin
1. new wxList code
blob
|
commitdiff
|
raw
|
diff to current
1998-09-04
Guilhem Lavaux
* wxFileInputStream and wxFileOutputStream doesn't...
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-15
Julian Smart
Changes mostly as a result of __WXSTUBS__ compilation...
blob
|
commitdiff
|
raw
|
diff to current
1998-08-11
Vadim Zeitlin
static wxFile::Access() added (access() isn't ANSI...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-27
Guilhem Lavaux
* Bug fixes
blob
|
commitdiff
|
raw
|
diff to current
1998-07-27
Karsten Ballüder
make wxS_DEFAULT consistend with standard Unix behaviour
blob
|
commitdiff
|
raw
|
diff to current
1998-07-24
Robert Roebling
wxFrame::CreateToolBar() stuff
blob
|
commitdiff
|
raw
|
diff to current
1998-07-24
Guilhem Lavaux
* New wxStream classes: wxStreamBuffer and wxObject...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-24
Vadim Zeitlin
added "access" parameter to wxFile::Create and Open...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-17
Vadim Zeitlin
wxTString removed
blob
|
commitdiff
|
raw
|
diff to current
1998-07-14
Vadim Zeitlin
common constants (wxSeekMode) and types (off_t) to...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-14
Guilhem Lavaux
* wxStream: I've rewritten the inheritance
blob
|
commitdiff
|
raw
|
diff to current
1998-05-28
Robert Roebling
GTK wxBitmapButton added
blob
|
commitdiff
|
raw
|
diff to current
1998-05-26
Vadim Zeitlin
added write_append mode to wxFile, implemented eof...
blob
|
commitdiff
|
raw
|
diff to current
1998-05-20
Karsten Ballüder
Initial revision
blob
|
commitdiff
|
raw
|
diff to current