]> git.lyx.org Git - lyx.git/history - src/support/FileName.h
Account for old versions of Pygments
[lyx.git] / src / support / FileName.h
2015-06-23 Stephan Witt#7896 add support for symlink creation by the LyX binar...
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-06-09 Georg BaumImprove file saving strategy
2013-05-02 Jean-Marc LasgouttesA first batch of potential bugs spotted by llvm/clang
2013-04-14 Georg BaumAdd class for threadsafe temp file handling
2012-05-03 Vincent van RavesteijnAlways require a mask to get a temporary filename
2012-03-11 Stephan Witt#7855 subversion 1.7.x support: use svn info to check...
2012-02-21 Georg BaumMake guessFormatFromContents() a bit more private,...
2012-02-21 Georg BaumUse libmagic for file format detection if available.
2012-01-12 Georg Baumget rid of dead code and silly function
2010-07-17 Peter KümmelUNDO: enc
2010-07-17 Peter Kümmeladd first version of .lyx file encryption. It's disable...
2010-04-21 Pavel SandaDocFileName::unzippedFilename -> DocFileName::unzippedF...
2010-04-21 Pavel SandaDocFileName.outputFilename -> DocFileName.outputFileName
2010-04-21 Pavel SandaFileName.mangledFilename -> FileName.mangledFileName
2010-04-21 Pavel SandaFilename.relFilename -> Filename.relFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-02-22 Enrico ForestieriOn windows, allow saving a document whose pathname...
2010-02-21 Enrico ForestieriFix bug #5238: LyX 1.6 fails with non-ascii chars in...
2009-12-05 Vincent van RavesteijnAdd a FileName::refresh function and replace one call...
2009-07-08 Richard HeckMore comments.
2009-07-07 Richard HeckAdd and update some comments.
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2009-05-01 Enrico ForestieriWhen performing a reverse DVI search and the tmpdir...
2009-01-30 Pavel Sandatypo
2008-10-05 Peter KümmelFix bug 2235: jpeg capital letters (.JPG) does not...
2008-09-22 Abdelrazak Younesadd FileName::extension() method.
2008-07-29 Abdelrazak YounesPartially fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-29 Abdelrazak YounesAdd new FileName::set() method.
2008-07-23 Abdelrazak YounesIntroduce a new tempName() method with base directory.
2008-07-22 Abdelrazak Younestentatively fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-20 Pavel SandaThis comment is wrong and causes bug in revision control.
2008-04-29 Stefan Schimanski* Some more clever elide mode for the LyX buffer tabs...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-05 Bo PengEmbedding: adjust how InsetGraphics interacts with...
2007-12-17 Abdelrazak Younestransfer os::is_absolute_path() to FileName::isAbsolute().
2007-12-16 Abdelrazak YounesTransfer getcwd() implementation to FileName.
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-15 Abdelrazak YounesChange semantics of FileName::copyTo(): we now overwrit...
2007-12-14 Abdelrazak Younes* get rid of lyxlib.h:mkdir() and makedir()
2007-12-14 Abdelrazak YounesThe rename() function removed in rev had in fact move...
2007-12-13 Abdelrazak YounesFix comments.
2007-12-13 Abdelrazak Younescompile fix following undo/redo mixup. Sorry.
2007-12-13 Abdelrazak YounesIntroduce FileName::changePermission() and fix Converte...
2007-12-13 Abdelrazak Younesadd FileName::renameTo() method.
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-12-02 Peter Kümmelmove funtion with std::vector to filetools
2007-12-01 Peter Kümmelfix memory leak, cleanup FileName interface
2007-12-01 André Pönitzmove chdir to FileName
2007-11-30 André PönitzI'll find a solution for the 'dirList problem', Abdel.
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-28 Abdelrazak Younes* FileName:
2007-11-27 Abdelrazak YounesIntroducing FileName::dirList() to replace the one...
2007-11-26 Abdelrazak Younes* support/FileName:
2007-11-25 Abdelrazak YounesFree src/ from boost::filesystem.
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-14 Enrico ForestieriFix bug that files with nonascii filenames are always...
2007-11-07 André Pönitzmore use of support::FileName.
2007-11-03 André Pönitzsome std::string -> filename changes
2007-10-20 André Pönitzcosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzuse FileName::isDirectory()
2007-10-18 André Pönitzcreate FileName::isDir function
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-17 André Pönitzcreate some helper functions in FileName
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two