2006-08-24 |
Włodzimierz Skiba | Keep wxPalmOS buildable - missing functions. |
blob | commitdiff | raw |
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 |
2004-08-24 |
Stefan Csomor | FSRef transition |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Dimitri Schoolwerth | doc typo |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | added and documented SplitVolume() and GetPathTerminato... |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Vadim Zeitlin | don't treat filenames starting with dot as having empty... |
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-04-28 |
Vadim Zeitlin | let wxFileName::GetModificationTime() work with files... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | normalize the case of the volume names too (patch 925887) |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-01-26 |
Václav Slavík | don't include GetShortcutTarget if OLE is not available... |
blob | commitdiff | raw | diff to current |
2004-01-25 |
Stefan Csomor | extensions management unified |
blob | commitdiff | raw | diff to current |
2003-12-23 |
Julian Smart | Added comments for WinCE shortcut suggestion |
blob | commitdiff | raw | diff to current |
2003-12-21 |
Julian Smart | Correction for gcc |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Julian Smart | Added wxPATH_NORM_SHORTCUT |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 850594 ] wxFileName(_T("/fred")).GetFul... |
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-11-20 |
Dimitri Schoolwerth | Fixed gcc compiler warning (size_t was assumed to equal... |
blob | commitdiff | raw | diff to current |
2003-10-21 |
Vadim Zeitlin | fix for mistakenly prepending slash to the filenames... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Vadim Zeitlin | wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Vadim Zeitlin | check directories passed to Append/Insert/PrependDir... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Stefan Neis | Minor correction for OS/2. |
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-21 |
Mattia Barbon | Use wxStringBuffer[Length] instead of explicit calls to |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | added GetForbiddenChars() and TRUE -> true (patch 757777) |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Vadim Zeitlin | added format parameter to File/DirName() |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Vadim Zeitlin | treat the string passed to MakeRelativeTo() as director... |
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-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Stefan Csomor | pid removed from temp file name |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Mattia Barbon | Moved some methods/classes inside COMPATIBILITY_2_4. |
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-03-01 |
Stefan Csomor | applied fix to MkDir for mac |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Vadim Zeitlin | allow compilation with wxUSE_DATETIME == 0 (patch 679822) |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Vadim Zeitlin | File/DirExists() are const now |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Julian Smart | Applied patch [ 601072 ] wxFileName::GetLongPath error... |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Stefan Neis | EMX (OS/2) defines _MAX_PATH only |
blob | commitdiff | raw | diff to current |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Vadim Zeitlin | fixed m_relative initialization in wxFileName default... |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Stefan Csomor | const char correction for mac |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Robert Roebling | Lots more Unicode fixes. |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Vadim Zeitlin | Fixed size buffers are not a good thing. Period. |
blob | commitdiff | raw | diff to current |
2002-08-10 |
Robert Roebling | (char*)(const char*)xxx.mb_str() is not a good |
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-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Vadim Zeitlin | fixedb ug with normalization of UNC paths (patch 558701) |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Vadim Zeitlin | no, we shouldn't inconditionally add the separator... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Stefan Csomor | filename workaround CW bug in debug builds |
blob | commitdiff | raw | diff to current |
2002-04-27 |
Vadim Zeitlin | fixed wxFileName::GetModificationTime() |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Julian Smart | Fixed my sloppy fix for redundant path separators |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Julian Smart | In GetPath(), don't append separator if there's already... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Vadim Zeitlin | fixed 2 bugs which were fixed in GetFullPath() but... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Vadim Zeitlin | fixed GetPath() trailing separator bug, rewrote GetFull... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Vadim Zeitlin | added missing WINAPI to GET_LONG_PATH_NAME typedef... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | fixed format parameter in wxGetVolumeString() (closes... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | fixed several bugs in Mkdir() and also modified its... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | added GetPath(flags) version to allow retrieving the... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Julian Smart | Re-enabled dynamic library code in wxFileName so |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | fix for splitting the UNC paths |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Vadim Zeitlin | minor fix to wxFileName::MakeRelativeTo(), removed... |
blob | commitdiff | raw | diff to current |
2002-03-31 |
Robert Roebling | Compile fix for MinGW32 |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Vadim Zeitlin | basic wxFileName functions seem to work under Windows |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Vadim Zeitlin | wxFileName::Get/SetTimes() finally seem to work under... |
blob | commitdiff | raw | diff to current |
next |