]> git.lyx.org Git - lyx.git/history - src/tex2lyx/Parser.cpp
tex2lyx: support qualified citation lists (biblatex)
[lyx.git] / src / tex2lyx / Parser.cpp
2018-03-06 Juergen Spitzmuellertex2lyx: support qualified citation lists (biblatex)
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-06-12 Guillaume MunchReplace foreach with for
2016-06-09 Jean-Marc LasgouttesInitialize Parse::theCatCode_ in constructor
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-03 Georg BaumFix parsing of verbatim options (bug #9113)
2013-12-11 Georg BaumFix writer2latex quote handling (bug #8903)
2013-11-11 Georg BaumFix encoding for copying LaTeX from clipboard
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-17 Uwe StöhrParser.cpp: a workaround for bug #8525
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 LasgouttesImplement deparsing of tokens
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-12-30 Georg BaumFix import of shift-jis and big5 CJK texts.
2012-12-14 Jean-Marc LasgouttesWhitespace only
2012-10-06 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-05 Georg BaumFix regression introduced in commit 7cfac95
2012-10-04 Georg BaumReally fix bug #4468.
2012-07-02 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-07-02 Uwe Stöhrtex2lyx: update a command
2012-07-01 Uwe Stöhrtex2lyx/Parser.cpp: refine \verb handling
2012-06-30 Uwe Stöhrtex2lyx: fix handling of \verb
2012-06-24 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-06-23 Uwe Stöhrtex2lyx/Parser.cpp: fix bug #4468: single '\' are allow...
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