]> git.lyx.org Git - lyx.git/history - src/tex2lyx/tex2lyx.cpp
forgot that
[lyx.git] / src / tex2lyx / tex2lyx.cpp
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