]> git.lyx.org Git - lyx.git/history - src/tex2lyx/Context.cpp
tex2lyx: support all MoreOpts
[lyx.git] / src / tex2lyx / Context.cpp
2019-03-31 Juergen Spitzmuellertex2lyx: support for list preambles
2018-08-28 Juergen SpitzmuellerImprove comment
2018-08-24 Juergen Spitzmuellertex2lyx: also support rotated xltabulars
2018-08-24 Juergen Spitzmuellertex2lyx: support rotated longtable
2018-03-14 Juergen Spitzmuellertex2lyx: More work on beamer support
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-03-24 Jean-Marc LasgouttesPass big parameters by address
2015-02-24 Georg BaumFix plaintext output of dashes (bug #3647)
2012-12-30 Georg BaumFix bug #8468: Wrong import of UTF8 CJK.
2012-12-14 Jean-Marc Lasgouttestex2lyx: there is no need to have a blank line after...
2012-12-14 Jean-Marc LasgouttesWhitespace only
2012-10-06 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-05 Georg BaumAcknowledge additional \lang command
2010-03-12 Vincent van RavesteijnFix bug #6377: Tex2lyx error with multiple languages.
2008-05-07 Jean-Marc LasgouttesFix bug 4806
2008-04-05 André Pönitzmore Lexer;
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
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 std' instead of 'using std::xxx'
2007-09-29 André Pönitzcompile fix
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two