]> git.lyx.org Git - lyx.git/history - src/support/filetools.cpp
Fix shortenng of file names in MakeDisplayPath: it is not a good idea to slice an...
[lyx.git] / src / support / filetools.cpp
2011-11-06 Jean-Marc LasgouttesFix shortenng of file names in MakeDisplayPath: it...
2011-10-31 Georg BaumReplace a half-baked attempt to remove \lyxdot from...
2011-10-09 Enrico ForestieriAvoid unnecessary spaces with the Windows shell.
2011-09-25 Enrico ForestieriApparently, the env program does not strip quotes aroun...
2011-09-25 Enrico ForestieriAdjust the simple parser in ForkedCalls.cpp to also...
2011-09-25 Enrico ForestieriManage the setting of the latex environment for Systemc...
2011-08-28 Enrico ForestieriProtect against autorun commands on Windows (see also...
2011-08-23 Enrico ForestieriOn Windows, also fix call to octave (related to bug...
2011-08-22 Enrico ForestieriFix #7715 (Lyx 2.0.0 doesn't work with Mathematica...
2011-07-17 John C. McCabe-DanstedFix bug #7467: build failure on GNU/Hurd, which doesn...
2011-05-09 Enrico ForestieriIntroduce the possibility of setting a prefix for the...
2011-04-13 Peter Kümmel#7407, home_dir could be a static function and also...
2011-03-25 Enrico ForestieriInfrastructure for choosing different icon sets. This...
2011-02-17 Joost Verburguse return value of regex_match to check whether a...
2011-02-16 Joost Verburgfix replacement of multiple environment variables ...
2011-01-25 Stephan Wittintroduce the lyx_dir() of Package, automatically set...
2011-01-17 Richard HeckUpdate error message.
2011-01-16 Richard HeckUtility functions for converting preference files.
2010-12-29 Jürgen Spitzmüllerfix some typos. Patch by Yuri Chornoivan.
2010-12-16 Jean-Marc Lasgouttesfix comment
2010-12-03 Georg Baumfix bug #6584
2010-09-27 Uwe Stöhrfiletools.cpp: introduce a new method to be able to...
2010-09-25 Uwe Stöhrfiletools.cpp: revert r35499 until we found a proper...
2010-09-25 Uwe Stöhrfiletools.cpp: fix #6916 - round parentheses are valid...
2010-09-06 Abdelrazak YounesFix gcc warning.
2010-09-06 Abdelrazak Youneswhitespace
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
2010-06-29 Joost VerburgInclude io.h only on Windows
2010-06-28 Joost VerburgLaunch external Windows processes for e.g. display...
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-06 Pavel SandaFix unsafe use of fixed width arrays.
2009-12-19 Enrico ForestieriFix bug #4063: LyX cannot handle apostrophe characters...
2009-12-19 Enrico ForestieriImprove the command-line parser meant to be used for...
2009-12-18 Enrico ForestieriAllow double quotes in file names passed to converters.
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