]> git.lyx.org Git - lyx.git/history - src/tex2lyx/Parser.cpp
- tex2lyx/text.cpp:
[lyx.git] / src / tex2lyx / Parser.cpp
2012-03-10 Vincent van RavesteijnFix typo and whitespace
2012-03-05 Uwe Stöhrtex2lyx: support for inline listings (fixes last part...
2012-03-05 Uwe Stöhrtex2lyx/text.cpp: don't parse catBegin in verbatim...
2012-03-04 Uwe Stöhr- text.cpp: - fix tex2lyx parsing of verbatim environments
2011-11-20 Georg BaumFix bug in paragraph detection (can be seen in test...
2011-01-28 Georg BaumClean up parsing of optional arguments:
2011-01-21 Georg BaumTranslate all known box insets. This is needed since...
2011-01-05 Georg BaumFix several false errors "stray '}' in text" that were...
2011-01-02 Georg BaumFix wrong setting of bibinset options if \cite{*} was...
2011-01-02 Georg BaumImprove tex2lyx roundtrip of test-insets.tex:
2010-12-30 Georg BaumTranslate "\LyX{}" and "LyX" correctly in tex2lyx
2010-12-19 Georg BaumImprove roundtrip of tex2lyx test documents:
2009-12-09 Jean-Marc LasgouttesGet rid of Token::asString(), which is equivalent to...
2009-08-24 Jean-Marc Lasgouttesfix part of ticket #6142: avoid a memory access error...
2009-06-14 Uwe Stöhrtex2lyx:
2009-05-11 Jean-Marc LasgouttesHopefully complete fix to bug #5935
2009-05-03 Abdelrazak YounesFix MSVC warning.
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-15 Jean-Marc LasgouttesNow the document is not parsed at the beginning anymore.
2008-11-15 Jean-Marc Lasgouttesmove the catInit call around
2008-11-15 Jean-Marc Lasgoutteslet Parser store the stream it is working on
2008-11-15 Jean-Marc Lasgouttesbreak parser::tokenize in parts
2008-11-15 Jean-Marc Lasgouttesremove unused method
2008-11-14 André Pönitzintroduce unneeded whitespace
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-04-18 Jean-Marc Lasgouttescleanup parser code at least
2008-04-17 Uwe Stöhrtex2lyx/Parser.cpp: rename a function since it returns...
2008-04-12 Uwe Stöhrtex2lyx: text.cpp, Parser.h, Parser.cpp:
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two