2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
blob | commitdiff | raw |
2013-07-10 |
Václav Slavík | Fix lots of warnings reported by Clang. |
blob | commitdiff | raw | diff to current |
2013-07-08 |
Vadim Zeitlin | Check for buffer being big enough in wxPathOnly(). |
blob | commitdiff | raw | diff to current |
2012-12-29 |
Vadim Zeitlin | Including wx/msw/missing.h to define INVALID_FILE_ATTRI... |
blob | commitdiff | raw | diff to current |
2012-12-08 |
Vadim Zeitlin | Check wxDir::GetNext() return value in wxFindNextFile(). |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Vadim Zeitlin | No changes, just silence some MSVC 11 static analyzer... |
blob | commitdiff | raw | diff to current |
2012-07-02 |
Stefan Csomor | handling illegal fsrefs by returning an empty string... |
blob | commitdiff | raw | diff to current |
2012-07-01 |
Stefan Csomor | using common code |
blob | commitdiff | raw | diff to current |
2012-06-30 |
Vadim Zeitlin | Use wxString::t_str(), not fn_str(), with Windows API... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS kind checks and reserve __WXMSW_... |
blob | commitdiff | raw | diff to current |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Vadim Zeitlin | Always give error message when file-related functions... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Vadim Zeitlin | Don't duplicate INVALID_FILE_ATTRIBUTES definition. |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Vadim Zeitlin | Simplify wxFileNameFromPath() implementation to avoid... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Vadim Zeitlin | Fix Cygwin 1.7 build. |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Stefan Csomor | no trailing slash for OSX_CARBON |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Stefan Csomor | avoiding string conversions on 1st param of wxStat... |
blob | commitdiff | raw | diff to current |
2009-11-28 |
Vadim Zeitlin | Implement wx{File,Dir}Exists() in terms of wxFileName... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-05-03 |
Vadim Zeitlin | add missing fn_str() calls to fix wxUSE_STL=1 wxWinCE... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Vadim Zeitlin | more order in wxCRT_filefunctions: define A and W versi... |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Vadim Zeitlin | implement deprecated wxStripExtension() in terms of... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Vadim Zeitlin | log error message in wxRmdir() for consistency with... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | fix OS/2 compilation of wxDoGetCwd() |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | MYcopystring is not required anymore when compat2.8... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Vadim Zeitlin | VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Vadim Zeitlin | use GetFileAttributes() to check for readonly files... |
blob | commitdiff | raw | diff to current |
2008-08-06 |
Vadim Zeitlin | replace wxASSERT in wxFindNextFile() with wxCHECK to... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | OSX regrouping |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Václav Slavík | reverted Robert's premature removal of deprecated 2... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Robert Roebling | Remove 2_6 compatibility code |
blob | commitdiff | raw | diff to current |
2008-07-04 |
Robert Roebling | added wxString.t_str() and used it in filefn.cpp |
blob | commitdiff | raw | diff to current |
2008-07-03 |
Robert Roebling | Make wxMSW wxBase compile in UTF-8 mode |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Vadim Zeitlin | workarounds for Palm compiler errors (pacc-error.diff... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | PalmOS 6 compilation fixes (patch 1849757) |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Paul Cornett | fix for HP and IBM compilers, calls to static template... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Julian Smart | Corrected wxAccess arg |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Julian Smart | Applied [ 1767537 ] [wxOS2]Watcom build - filefn |
blob | commitdiff | raw | diff to current |
2007-07-28 |
Vadim Zeitlin | blind OS/2 compilation fix in wxSetWorkingDirectory() |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Vadim Zeitlin | include wx/dynarray.h to fix compilation with minimal... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | compilation fixes for PCH-less build |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | add support for resources forks in wxCopyFile() (modifi... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Stefan Neis | OS/2 specific compilation fix for wxCStrData handling. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | fix error handling in the generic branch of wxCopyFile() |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Václav Slavík | changes wxDirExists() to accept wxString instead of... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Stefan Neis | Fixed switching to a different drive/volume on OS/2. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Robert Roebling | I blindly believe that WinCE doesn't delete a |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Julian Smart | Wine fix |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Michael Wetherell | Workaround for BCC 5.5/5.5.1 _wopen bug. |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | don't compile in wxCheckWin32Permission() when it's... |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Robert Roebling | [ 1585270 ] Further fixes to wxPathList |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Włodzimierz Skiba | Verify wx/filefn.h can be placed as first header in... |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Michael Wetherell | Warning fix for vc8, and move wxGetFileKind out of... |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Stefan Neis | Extended #1560785 (wxFileName::IsReadable/Writable... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Vadim Zeitlin | don't use GetFileAttributesEx() which doesn't exist... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Vadim Zeitlin | added wxLstat() (one of patches from bug 1052385) |
blob | commitdiff | raw | diff to current |
2006-10-19 |
Vadim Zeitlin | fixed the problem in 2 last commits |
blob | commitdiff | raw | diff to current |
2006-10-19 |
Robert Roebling | Fix mem leak. |
blob | commitdiff | raw | diff to current |
2006-10-19 |
Vadim Zeitlin | fix memory leak in wxGetTempFileName(const wxString... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Stefan Csomor | cleanup for 10.5 |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Robert Roebling | [ 1560785 ] wxFileName::IsReadable/Writable/Executable |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Robert Roebling | [ 1521481 ] wxPathList modernization |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | wxFileModificationTime() needs wxDateTime, put it insid... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | wxPathList cleanup by Francesco (patch 1521481) |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Vadim Zeitlin | add default value for the encoding parameter of wxMacCF... |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Stefan Csomor | making sure mac filenames are always decomposed D Unico... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Michael Wetherell | Use the posix S_ISREG instead of S_IFREG if it is defin... |
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-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | implement wxFileModificationTime() in terms of wxFileNa... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | added overwrite parameter to wxRenameFile (patch 1467041) |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | remove dead code from wxMatchWild (patch 1445809) |
blob | commitdiff | raw | diff to current |
2006-02-27 |
Vadim Zeitlin | fix for wxPathList::FindValidPath() for wxUSE_STL |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | don't always find the file if it's in the current direc... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Włodzimierz Skiba | Watcom fix. |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Stefan Neis | Some OS/2 specific improvements. |
blob | commitdiff | raw | diff to current |
2005-12-11 |
Stefan Neis | Fixed wxDirExists implementation for OS/2. |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Włodzimierz Skiba | Macros for simplified testing Open Watcom version and... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Włodzimierz Skiba | Fixed #1338966. |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Włodzimierz Skiba | wxGetWorkingDirectory() deprecated. Fixed #1338966. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Vadim Zeitlin | blind compilation fix for cygwin Unicode build (bug... |
blob | commitdiff | raw | diff to current |
2005-08-13 |
Michael Wetherell | Let wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Włodzimierz Skiba | Corrections for future OW 1.4. Warning fixes. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
blob | commitdiff | raw | diff to current |
next |