]> git.lyx.org Git - lyx.git/history - src/support/filetools.cpp
Expose python 3 support to some testing
[lyx.git] / src / support / filetools.cpp
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-12-02 Peter Kümmelcompile also without pch
2007-12-02 Peter Kümmelmove funtion with std::vector to filetools
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* makeLatexName(): port to FileName.
2007-11-28 Abdelrazak Younes* FileName:
2007-11-28 Abdelrazak Younes* FileName:
2007-11-27 Abdelrazak YounesGetting rid of normalizePath() which is unneeded for...
2007-11-27 Abdelrazak YounesIntroducing FileName::dirList() to replace the one...
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 Enrico ForestieriFix some other thinkos in r21048
2007-11-15 André Pönitzreduce line noise
2007-11-07 André Pönitzmore use of support::FileName.
2007-10-20 Bo Pengmake trunk compile
2007-10-20 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzuse FileName::isDirectory()
2007-09-03 Bo PengMove two minizip functions from filetools.cpp to its...
2007-08-30 André Pönitzxpm -> png
2007-08-21 André Pönitz"proper" fix for utime use in filetools.cpp
2007-08-21 André Pönitzcompile fix for ubuntu, probably not generic enough
2007-08-21 Bo PengFix file inclusion in src/support/filetools.cpp under mac
2007-08-21 Peter Kümmelminizip fixes for msvc and cmake
2007-08-21 Bo PengEmbedding feature patch 1: add zipFiles and unzipToDir...
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-07 Jean-Marc Lasgouttes[the "translation" patch series] Part 3: improving...
2007-06-26 Jürgen SpitzmüllerFix bug 2753: LyX doesn't support paths and filenames...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two