]> git.lyx.org Git - lyx.git/history - src/tex2lyx/Parser.h
tex2lyx: support qualified citation lists (biblatex)
[lyx.git] / src / tex2lyx / Parser.h
2018-03-06 Juergen Spitzmuellertex2lyx: support qualified citation lists (biblatex)
2017-07-03 Richard HeckFix whitespace at EOL.
2016-06-07 Georg BaumRequire a C++11 compiler
2015-05-22 Jean-Marc LasgouttesUse macro LYX_USE_CXX11 in one more location
2014-04-29 Georg BaumFix C++11 test
2014-04-22 Georg BaumMake iparserdocstream more like std::istream
2014-03-04 Georg BaumFix compilation with libc++
2013-11-11 Georg BaumFix encoding for copying LaTeX from clipboard
2013-05-12 Lars Gullik BjønnesRemove ; from end of function definitions
2013-03-04 Georg BaumRemove confusing warning
2013-02-22 Jean-Marc LasgouttesImprovements to Parser::verbatimStuff
2013-02-22 Jean-Marc LasgouttesSome fixes to parsing in tex2lyx
2013-02-17 Georg BaumMake tex2lyx encoding changes more robust
2013-02-16 Georg BaumFix dangerous parser use
2013-02-15 Jean-Marc LasgouttesFix bug with reading of verbatim environment
2013-02-15 Jean-Marc LasgouttesMove stuff around (again!)
2013-02-15 Jean-Marc LasgouttesImplement deparsing of tokens
2013-02-15 Jean-Marc LasgouttesMove stuff
2013-02-15 Jean-Marc LasgouttesMove stuff around
2013-02-04 Jean-Marc LasgouttesContinue support for verbatim
2013-02-04 Jean-Marc LasgouttesFix bug #5408: tex2lyx cannot handle verbatim code
2013-01-22 Julien RiouxSeparation of the various names for encodings.
2012-10-04 Georg BaumReally fix bug #4468.
2012-06-27 Uwe Stöhrtexlyx: re-privatize a variable as suggested
2012-06-24 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-06-24 Uwe StöhrCJK support for tex2lyx
2012-03-10 Vincent van RavesteijnFix typo and whitespace
2012-03-05 Uwe Stöhrtex2lyx: support for inline listings (fixes last part...
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-06 Georg Baumforgot to declare debugToken() in r37117
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-06-14 Uwe Stöhrtex2lyx:
2009-05-11 Jean-Marc LasgouttesHopefully complete fix to bug #5935
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 Lasgouttesforgot that
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ö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-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two