]> git.lyx.org Git - lyx.git/history - src/tex2lyx
fix msvc warning, somehow msvc thinks !line[0] is a boolean
[lyx.git] / src / tex2lyx /
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-28 Georg BaumImprove roundtrip of Customization.lyx:
2011-01-28 Georg BaumClean up parsing of optional arguments:
2011-01-23 Georg BaumNext step towards a working roundtrip of files generate...
2011-01-22 Georg BaumThe roundtrip of the math manual produces a compilable...
2011-01-21 Georg Baumhandle commands from xargs.sty correctly
2011-01-21 Georg BaumTranslate all known box insets. This is needed since...
2011-01-14 Georg BaumIgnore \protect if it is directly in front of \LyX...
2011-01-14 Georg BaumImport notefontcolor (one more step towards a working...
2011-01-12 Georg BaumExclude more conditional commands from preamble parsing:
2011-01-12 Georg Baumadd list of missing tex2lyx features
2011-01-12 Georg BaumFix language handling in tex2lyx:
2011-01-07 Georg BaumParse Flex insets defined in the layout. This is needed...
2011-01-07 Georg Baummath macros do not understand \newcommand* and \renewco...
2011-01-07 Georg BaumFix invalid \size output with no active layout before...
2011-01-06 Georg BaumFix misparsing of \usepackage in
2011-01-06 Georg Baumhyperref support for tex2lyx
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 Baumtex2lyx: Do not swallow a user defined \parindent
2011-01-02 Georg BaumImprove tex2lyx roundtrip of test-insets.tex:
2010-12-31 Georg BaumAlso prevent replacement of LyX => \LyX{} if it is...
2010-12-31 Georg Baumpartial man page update (it is still horribly outdated)
2010-12-31 Uwe Stöhrtex2lyx/preamble.cpp: support for
2010-12-30 Georg BaumTranslate "\LyX{}" and "LyX" correctly in tex2lyx
2010-12-30 Georg BaumFix translation of \pagebreak and \linebreak with optio...
2010-12-30 Georg Baumfix translation of \nobreakdash in tex2lyx
2010-12-30 Georg BaumAdd -roundtrip argument to tex2lyx for tex->lyx->tex...
2010-12-27 Georg Baumfix parsing of test document
2010-12-27 Georg Baumfix parsing of \let: tex2lyx must not enclose the argum...
2010-12-27 Georg BaumIncrease tex2lyx output format to 345 (LyX 1.6.x).
2010-12-27 Georg BaumIncrease tex2lyx output format to 343.
2010-12-27 Georg BaumIncrease tex2lyx output format to 342.
2010-12-27 Georg BaumIncrease tex2lyx output format to 334.
2010-12-27 Georg BaumIncrease tex2lyx output format to 330.
2010-12-27 Georg BaumIncrease tex2lyx output format to 323.
2010-12-27 Georg BaumIncrease tex2lyx output format to 322.
2010-12-20 Georg Baumadjust xfig conversion to newer xfig as suggested by...
2010-12-20 Georg Baumfix bug #7189 (this worked originally, but after fixing...
2010-12-20 Uwe Stöhrtex2lyx/preamble.cpp: prerequisites for further languag...
2010-12-20 Uwe Stöhrtex2lyx/text.cpp: support \nocite{*} (since format...
2010-12-20 Uwe Stöhrtex2lyx:
2010-12-20 Uwe Stöhrtex2lyx/preamble.cpp: support Vietnamese (since format...
2010-12-20 Uwe Stöhrtex2lyx/preamble.cpp: add some further missing things...
2010-12-20 Uwe Stöhrtex2lyx/text.cpp: add some further missing things from...
2010-12-20 Uwe Stöhrtex2lyx/preamble.cpp: whitespace only
2010-12-20 Uwe Stöhrtex2lyx/text.cpp: fix other missing issues from r36947
2010-12-20 Uwe Stöhrtex2lyx/preamble.cpp: add missing things from r36947
2010-12-19 Georg BaumIncrease tex2lyx output format to 320.
2010-12-19 Georg BaumIncrease tex2lyx output format to 319.
2010-12-19 Georg BaumIncrease tex2lyx output format to 310.
2010-12-19 Georg BaumIncrease tex2lyx output format to 298.
2010-12-19 Georg BaumIncrease tex2lyx output format to 297.
2010-12-19 Georg BaumIncrease tex2lyx output format to 296.
2010-12-19 Georg BaumImprove roundtrip of tex2lyx test documents:
2010-12-18 Georg BaumIncrease tex2lyx output format to 295.
2010-12-17 Georg BaumIncrease tex2lyx output format to 293.
2010-12-17 Georg Baumfix halfway converted bibtex inset
2010-12-17 Georg BaumIncrease tex2lyx output format to 288.
2010-12-12 Georg BaumIncrease tex2lyx output format to 277.
2010-12-12 Georg BaumFix bug #6051 by applying the patch from Pelle.
2010-12-12 Georg BaumIncrease tex2lyx output format to 276 (LyX 1.5.x).
2010-12-12 Georg BaumIncrease tex2lyx output format to 275.
2010-12-12 Georg BaumIncrease tex2lyx output format to 273.
2010-12-12 Georg Baumincrease tex2lyx output format to 265
2010-12-12 Georg BaumDo not use math commands from unicodesymbols in tex2lyx...
2010-12-12 Georg Baumtextsubscript and textsuperscript for tex2lyx
2010-12-12 Georg BaumFix bug #5716.
2010-12-11 Georg BaumFix bug #3016: tex2lyx fails to convert xfig figures...
2010-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
2010-06-09 Richard HeckFix bug #6762. Silly mistake.
2010-06-04 Richard HeckIntroduce a new "RequiredArgs" tag for layouts. This...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-17 Richard HeckFix crash reported by Bennett. We could try to catch...
2010-04-01 Vincent van RavesteijnFix bug #6219: Latex problem with multi-line citep...
2010-04-01 Vincent van RavesteijnFix bug #6631: tex2lyx doesn't handle \textquotedbl...
2010-03-29 Richard HeckMake these const, too. I mean, why not?
2010-03-12 Vincent van RavesteijnFix bug #6377: Tex2lyx error with multiple languages.
2010-03-12 Enrico ForestieriFix command line parsing and allow unicode arguments...
2010-03-11 Vincent van RavesteijnFix bug #6474: Tex2lyx skips all spaces in the preamble.
2010-03-07 Peter Kümmelcmake: fix merge build
2010-01-17 Enrico ForestieriFix bug #5525: Windows XP doesn't shut down with LyX...
2009-12-12 Uwe Stöhrpreamble.cpp: extend a comment
2009-12-11 Uwe Stöhrpreamble.cpp: fix comment
2009-12-11 Uwe Stöhrpreamble.cpp:
2009-12-11 Uwe Stöhrpreamble.cpp: tex2lyx creates fileformat 264 - the...
2009-12-11 Uwe Stöhrpreamble.cpp: simplify code
2009-12-10 Uwe Stöhrpreamble.cpp: simplify code and reintroduce code that...
2009-12-10 Uwe Stöhrpreamble.cpp: set correct quotes language (currently...
2009-12-10 Uwe Stöhrpreamble.cpp: adjust comments for better clarity
2009-12-09 Vincent van RavesteijnFix bug #6365: tex2lyx uses wrong encoding in the preamble.
2009-12-09 Jean-Marc LasgouttesGet rid of Token::asString(), which is equivalent to...
2009-10-28 Jean-Marc Lasgouttesremove special TEX2LYX code in Spacing,h
2009-10-27 Jean-Marc LasgouttesMove some functions that only required a FontInfo param...
2009-10-20 Uwe Stöhrtex2lyx/preamble.cpp: improve the fix from r31440:
2009-10-15 Jean-Marc LasgouttesFix bug #6276: tex2lyx fails to import captions
2009-10-01 Jean-Marc Lasgouttesfix bug #6249: optional argument of \bibitem is not...
2009-09-22 Jean-Marc LasgouttesFix a bug when the language passed as an option to...
next