2005-12-20 |
Dimitri Schoolwerth | fixed unreachable code warnings (occurred in MSVC6... |
blob | commitdiff | raw |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Vadim Zeitlin | only call fsync() on disk files, otherwise we get an... |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | corrected test for HAVE_FSYNC: ifdef, not if |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | configure defines HAVE_FSYNC, not wxHAVE_FSYNC |
blob | commitdiff | raw | diff to current |
2005-03-20 |
Vadim Zeitlin | Seek(-1, mode) should work instead of giving an error... |
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-12 |
Ron Lee | Patch from MJW for ssize_t |
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 |
Włodzimierz Skiba | Fix for platforms where 64-bit value support is not... |
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-29 |
Włodzimierz Skiba | Include missing.h to find O_* flags. |
blob | commitdiff | raw | diff to current |
2004-09-25 |
Vadim Zeitlin | support for huge files (patch 1002226) |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Włodzimierz Skiba | Warning fix to unused variable. |
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-07-20 |
Vadim Zeitlin | fix for opening files with VC++ 8 (closes bug 994337) |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448) |
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-11-23 |
Stefan Neis | Fixed & improved file handling on OS/2. |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Vadim Zeitlin | added a TODO: clean up WinCE mess/horror |
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-02 |
Václav Slavík | Intel C++ needs time.h before sys/stat.h |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Václav Slavík | added <windows.h> wrapper |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Vadim Zeitlin | fixed wxTempFile::Commit() broken by last check in |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Stefan Csomor | unicode and __MACH__ additions for wxMac |
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-01-15 |
Julian Smart | Patch for Winlib: struct stat is defined in sys/stat... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Vadim Zeitlin | make wxFile::Exists() use wxFileExists(): this avoids... |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Robert Roebling | Lots more Unicode fixes. |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Robert Roebling | Changed wxStat, wxAccess and wxOpen to no longer |
blob | commitdiff | raw | diff to current |
2002-02-18 |
Václav Slavík | checked in forgottern parts of MSLU changes |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Vadim Zeitlin | always make the name of the file to replace absolute... |
blob | commitdiff | raw | diff to current |
2001-12-18 |
Vadim Zeitlin | 1. fixed file descriptors leak in wxFileName::CreateTem... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Václav Slavík | DOS compilation fixes |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Václav Slavík | Oops, Watcom doesn't have _mktemp in DOS |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Václav Slavík | compilation fixes for Watcom+MGL+MS-DOS |
blob | commitdiff | raw | diff to current |
2001-12-02 |
Vadim Zeitlin | fixed bug introduced earlier today in wxTempFile::Open() |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Robin Dunn | compilation fix |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Vadim Zeitlin | 1. added wxFileName::CreateTempFileName() and implement... |
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-10-23 |
Vadim Zeitlin | applied patch 473558: fixes for CW compilation under MSW |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Julian Smart | More wxMicroWindows fixes |
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-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Václav Slavík | one of error messages had way too much spaces in it |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Vadim Zeitlin | O_BINARY added to wxFile::Create |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
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-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
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-08-27 |
Patrick Albert | Removing some level 3 warning |
blob | commitdiff | raw | diff to current |
1999-07-29 |
David Webster | *** empty log message *** |
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-07-09 |
Patrick Albert | Some minors changes, like adding empty lines at end... |
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-15 |
Robert Roebling | Added a few #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Robert Roebling | WINE is so fine. |
blob | commitdiff | raw | diff to current |
1999-04-30 |
Karsten Ballüder | suppressed compiler warning about unitialised umask... |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Vadim Zeitlin | fix for the fix for the umask fix in wxTempFile |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Vadim Zeitlin | wxTempFile now respects umask when creating new files |
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-06 |
Vadim Zeitlin | wxTempFile now respects the access rights under Unix |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-02-01 |
Stefan Csomor | latest CW additions |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Julian Smart | Various small fixes |
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-12 |
Vadim Zeitlin | some really minor changes (the most important one:... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Julian Smart | Changes to allow Cygwin to compile in non-PCH mode |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Stefan Csomor | mac support as stubs added |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Stefan Csomor | CW Win32 support |
blob | commitdiff | raw | diff to current |
1998-12-15 |
Vadim Zeitlin | 1. log::save works with wxGTK |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Robert Roebling | Removed warnings |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
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 |
blob | commitdiff | raw | diff to current |
1998-08-08 |
Denis Pershin | DP: |
blob | commitdiff | raw | diff to current |
1998-07-27 |
Julian Smart | wxToolBar API changes; now frames manage their toolbar... |
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 | last traces of wxTString removed |
blob | commitdiff | raw | diff to current |
1998-07-14 |
Vadim Zeitlin | GetTempFileName used in wxTempFile now instead of tmpnam |
blob | commitdiff | raw | diff to current |
1998-07-14 |
Guilhem Lavaux | * wxStream: I've rewritten the inheritance |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes |
blob | commitdiff | raw | diff to current |
1998-06-09 |
Vadim Zeitlin | wxTempFile bug corrected: the temp file is now created... |
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 |
|