2012-06-30 |
Vadim Zeitlin | Use wxString::t_str(), not fn_str(), with Windows API... |
blob | commitdiff | raw |
2012-05-07 |
Vadim Zeitlin | No real changes, just fix some typos in comments. |
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-02-26 |
Vadim Zeitlin | Add minimal support for building non-GUI parts of wxWid... |
blob | commitdiff | raw | diff to current |
2012-02-25 |
Vadim Zeitlin | Suppress harmless MSVC warnings about int to bool conve... |
blob | commitdiff | raw | diff to current |
2012-02-25 |
Vadim Zeitlin | Compare file inodes if possible in wxFileName::SameAs(). |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Vadim Zeitlin | Added wxFileName::Exists(). |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Vadim Zeitlin | Refactor wxFileName existence checking code. |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Vadim Zeitlin | Set the file name for temporary wxFFile objects. |
blob | commitdiff | raw | diff to current |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Vadim Zeitlin | Don't duplicate INVALID_FILE_ATTRIBUTES definition. |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Vadim Zeitlin | Don't consider extra ".." an error in wxFileName::Norma... |
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 |
2010-06-20 |
Vadim Zeitlin | Ensure that wxFileName::GetTempDir() doesn't return... |
blob | commitdiff | raw | diff to current |
2010-04-25 |
Václav Slavík | Don't include wx/msw/private.h from dynlib.h. |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Vadim Zeitlin | Work around "possibly uninitialized variable" warning... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Francesco Montorsi | fix typos introduced by error in r63870 (see #10673) |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Vadim Zeitlin | Add support for IEC and SI size units to wxFileName... |
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-12-05 |
Vadim Zeitlin | Add support for MSW unique volume names to wxFileName. |
blob | commitdiff | raw | diff to current |
2009-11-28 |
Vadim Zeitlin | Define INVALID_FILE_ATTRIBUTES in filename.cpp too. |
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-11-24 |
Vadim Zeitlin | Don't change file access time implicitly when setting... |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Vadim Zeitlin | Fix handling of invalid paths with multiple columns... |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Vadim Zeitlin | Recognize UNCs starting with forward slashes too in... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Jouk Jansen | omitting assert that makes no sense for OpenVMS |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Vadim Zeitlin | interpret ~ specially only when it is the first charact... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887) |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868) |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Vadim Zeitlin | implement deprecated wxStripExtension() in terms of... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | added wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Vadim Zeitlin | implement SetTimes() for directories too under MSW... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | rewrite wxContractPath as wxFileName::ReplaceEnvVariabl... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | don't use wxChar arrays and wxStrncpy (especially as... |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Vadim Zeitlin | don't replace . and .. with the corresponding directoti... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | added wxFileName::GetVolumeString() (#9950) |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | OSX regrouping |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Vadim Zeitlin | do case normalization after long path one, this fixes... |
blob | commitdiff | raw | diff to current |
2008-04-03 |
Vadim Zeitlin | replace wrong wxUSE_DYNAMIC_LOADER test with the correc... |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | export wxInvalidSize from DLL builds (patch 1805738) |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_LONGLONG==0 |
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 | don't use implicit wxString->char*/wchar_t* conversion... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Vadim Zeitlin | fix GetSize() for large files (patch 1680876) |
blob | commitdiff | raw | diff to current |
2007-03-14 |
Václav Slavík | constructing a sentence dynamically is not i18n-friendl... |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Vadim Zeitlin | don't treat foo in c:\\foo\bar as network share |
blob | commitdiff | raw | diff to current |
2006-12-16 |
Vadim Zeitlin | for for initializing wxFileName with empty string retur... |
blob | commitdiff | raw | diff to current |
2006-12-10 |
Vadim Zeitlin | GetLongPath() should just do nothing under CE as there... |
blob | commitdiff | raw | diff to current |
2006-11-18 |
Robert Roebling | Restore correct behaviour of GetTimes() wrt to |
blob | commitdiff | raw | diff to current |
2006-11-07 |
Michael Wetherell | Fix for CreateTempFileName with wxFFile for Windows... |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Julian Smart | IsDir() test is pretty useless, use DirExists |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Robert Roebling | [ 1585253 ] Various important bugfixes to wxFileName... |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Julian Smart | Added GetTempDir |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Michael Wetherell | wxFileName::CreateTempFileName changes. Open the tempfi... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Włodzimierz Skiba | Keep wxPalmOS buildable - missing functions. |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Vadim Zeitlin | fixed a crash and a leak in GetShortcutTarget() (closes... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Julian Smart | Applied patch [ 1531615 ] size support for wxFileName |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | use GetPath() instead of GetFullPath() in the directory... |
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-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Julian Smart | Use temp directory and don't prepend two backslashes... |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1381016 ] wxFileName should use TMPDIR |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Włodzimierz Skiba | Minor cleaning. |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Applied patch [ 1370718 ] WinCE does not support drive... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Stefan Neis | Some OS/2 specific improvements. |
blob | commitdiff | raw | diff to current |
2005-12-10 |
Stefan Csomor | add reasonable default TEMP for __WXMAC__ when running... |
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-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
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-05-30 |
Julian Smart | Applied patch to fix silly filenames in CreateTempFileName |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Włodzimierz Skiba | Build fix (Watcom). |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Vadim Zeitlin | fixed GetLongPath(): it never used ::GetLongPath()... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Włodzimierz Skiba | Fix for ambiguities which happen in STL=1 mode under... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Vadim Zeitlin | compilation fix for non-debug build |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Vadim Zeitlin | support filenames with empty extension (foo.) (bug... |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Włodzimierz Skiba | Next step on bringing PalmOS build to the same filelist... |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Vadim Zeitlin | changed Remove/InsertDir() parameter type to size_t... |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Stefan Csomor | NULL warning fixes |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | .empty() string cleaning. |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Vadim Zeitlin | handle volume part of the path correctly in wxFileName... |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Vadim Zeitlin | made IsPathSeparator(NUL) work (by returning false) |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Włodzimierz Skiba | Oups :-( incomplete previous undo. |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Włodzimierz Skiba | Correct fix to the compile time assert under OW. Kudos... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Włodzimierz Skiba | OW warning fix. Our compile time asserts warns when... |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Włodzimierz Skiba | Warning fix for wxDateTime_t <-> MSW data exchange. |
blob | commitdiff | raw | diff to current |
2004-10-09 |
Julian Smart | Workaround for incorrect header in some versions of... |
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 |
next |