]> git.lyx.org Git - lyx.git/history - src/tex2lyx/tex2lyx.cpp
tex2lyx : Also allow -h and -v command-line options, manpage update.
[lyx.git] / src / tex2lyx / tex2lyx.cpp
2011-10-06 Julien Riouxtex2lyx : Also allow -h and -v command-line options...
2011-10-03 Julien Riouxtex2lyx : More descriptive --help message and implement...
2011-05-14 Peter Kümmelrun in-place: don't speculate where the lyx binary...
2011-05-08 Georg BaumSmall improvement for bug #7509 as suggested by JMarc
2011-03-28 Peter Kümmeljust to be sure: don't know if other compilers mangle...
2011-03-28 Peter Kümmelfix msvc linker error: for the linker struct and class...
2011-03-25 Enrico ForestieriInfrastructure for choosing different icon sets. This...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-23 Georg BaumNext step towards a working roundtrip of files generate...
2010-12-30 Georg BaumAdd -roundtrip argument to tex2lyx for tex->lyx->tex...
2010-12-27 Georg Baumfix parsing of \let: tex2lyx must not enclose the argum...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-17 Richard HeckFix crash reported by Bennett. We could try to catch...
2010-03-29 Richard HeckMake these const, too. I mean, why not?
2010-03-12 Enrico ForestieriFix command line parsing and allow unicode arguments...
2010-01-17 Enrico ForestieriFix bug #5525: Windows XP doesn't shut down with LyX...
2009-08-14 Enrico ForestieriDon't rely on the signal delivered by raise(), as this...
2009-07-12 Jean-Marc LasgouttesRemove dummy gettext.cpp from tex2lyx source and use...
2009-04-19 Jean-Marc Lasgouttesimprove tex2lyx Usage display (on error...); describe...
2009-01-30 Jean-Marc LasgouttesAdd a new command line parameter -e that sets the defau...
2008-11-16 Jean-Marc LasgouttesNow tex2lyx is able to set the encoding from what it...
2008-11-16 Jean-Marc LasgouttesFirst serious step for utf8 file format format. tex2lyx...
2008-11-14 André Pönitzrevert accidental change
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-29 Jürgen Spitzmüllerrevert some new features so that tex2lyx outputs format...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-05 André Pönitzmore Lexer;
2008-03-21 José MatoxAdd headers necessary to compile with g++ 4.3 (I am...
2008-03-06 Richard HeckImprove performance of TextClass type objects by making...
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-01-14 Abdelrazak Younesheader cleanup
2007-12-23 Stefan Schimanski* tex2lyx support for multiple optional argument using...
2007-12-23 Stefan Schimanski* newlyxcommand support as LaTeX feature
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 André Pönitzsome de-boostification
2007-11-27 Abdelrazak Younestex2lyx.cpp does not need boost::filesystem. Only remai...
2007-11-25 Peter Kümmelfix compile
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-07 André Pönitzmore use of support::FileName.
2007-10-19 Bo PengFix tex2lyx for the isFileReadable change
2007-09-29 André Pönitzcompile fix
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-07-02 Jean-Marc LasgouttesFix bug 3750: this code is a kludge and should be remov...
2007-07-01 Jürgen Spitzmüller* src/tex2lyx/tex2lyx.cpp:
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two