]> git.lyx.org Git - lyx.git/history - src/support/filetools.cpp
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / filetools.cpp
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-05-11 Enrico ForestieriFix QProcess code on posix systems and reenable it...
2009-05-09 Vincent van RavesteijnFix bug #4177: Lyx fails to open files with a $ charact...
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2009-04-04 Richard HeckFix up a few little things after r29065. If we're calcu...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-07-23 Abdelrazak Younesuse new FileName::tempName() method.
2008-07-23 Abdelrazak YounesReplace home made temp file creation with safer (and...
2008-06-09 Abdelrazak YounescreateLyXTmpDir(): Don't hardcode /tmp, use package...
2008-06-09 Abdelrazak YounesMore sensible error messages.
2008-06-05 Richard HeckTypo.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-08 Jürgen Spitzmüller* src/support/filetools.cpp (unzippedFileName):
2008-01-26 Richard HeckFix some problems in makeAbsPath():
2008-01-26 Richard HeckAdd some comments, and change enum terminology to refle...
2007-12-17 Abdelrazak YounesNow that exceptions are allowed, handle gracefully...
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-17 Abdelrazak Younestransfer os::is_absolute_path() to FileName::isAbsolute().
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesTransfer getcwd() implementation to FileName.
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-14 Abdelrazak YounesInverse logic wrongly set in rev 22151.
2007-12-14 Abdelrazak YounesUse FileName::createDirectory() instead of support...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
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