]> git.lyx.org Git - lyx.git/history - src/tex2lyx
RCS case is more complicated
[lyx.git] / src / tex2lyx /
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...
2009-08-24 Jean-Marc Lasgouttesfix part of ticket #6142: avoid a memory access error...
2009-08-14 Enrico ForestieriDon't rely on the signal delivered by raise(), as this...
2009-08-11 Uwe Stöhrtex2lyx/preamble.cpp: revert r30103 and r30448 as discussed
2009-08-08 Vincent van RavesteijnRevert previous commit.
2009-08-07 Vincent van RavesteijnFix part of bug #6127: Roundtrip Lyx->Latex->Lyx fails.
2009-07-12 Jean-Marc LasgouttesRemove dummy gettext.cpp from tex2lyx source and use...
2009-07-10 Uwe Stöhrtex2lyx/preamble.cpp: take also care of lyxlist, lyxcod...
2009-06-19 Uwe Stöhrtex2lyx/preamble.cpp: support for fileformat 264 (nothi...
2009-06-19 Uwe Stöhrtex2lyx/preamble.cpp: support for fileformat 263: suppo...
2009-06-19 Uwe Stöhrtex2lyx/preamble.cpp: support for fileformat 262 (nothi...
2009-06-19 Uwe Stöhrtex2lyx/preamble.cpp: comment out no longer used code
2009-06-18 Uwe Stöhrtex2lyx/preamble.cpp: remove no longer used code
2009-06-18 Uwe Stöhrtex2lyx/preamble.cpp: fix a bug reported by JMarc
2009-06-15 Uwe Stöhrtex2lyx/text.cpp: \linebreak and \pagebreak are first...
2009-06-15 Uwe Stöhrtex2lyx/preamble.cpp: textcomp is also supported by...
2009-06-15 Uwe Stöhrtex2lyx/preamble.cpp: forgot this in last commit
2009-06-15 Uwe Stöhrtex2lyx/preamble.cpp:
2009-06-15 Uwe Stöhrtex2lyx/test/test-insets.tex: correct code for nomencla...
2009-06-14 Uwe Stöhrtex2lyx/text.cpp: tipo
2009-06-14 Uwe Stöhrtex2lyx: whitespace and typos
2009-06-14 Uwe Stöhrtex2lyx: support for fileformat 257: command inset...
2009-06-14 Uwe Stöhrtest/test-structure.tex: add caption with OptArg
2009-06-14 Uwe Stöhrtex2lyx/preamble.cpp: support for fileformat 256
2009-06-14 Uwe Stöhrtex2lyx/preamble.cpp: using amsmath and esint automatic...
2009-06-14 Uwe Stöhrtex2lyx/preamble.cpp: support for fileformat 254: esint
2009-06-14 Uwe Stöhrtex2lyx:
2009-06-14 Uwe Stöhrtest/test-structure.tex: add nomenclature
2009-06-13 Uwe Stöhrtex2lyx/text.cpp: code optimization as also suggested...
2009-06-12 Uwe Stöhrtest/test-structure.tex: add labeling list
2009-06-11 Uwe Stöhrtex2lyx/test/test-insets.tex: more tests
2009-06-11 Uwe Stöhrtex2lyx/text.cpp: tex2lyx supports now fileformat 252
2009-06-11 Uwe Stöhrtex2lyx/preamble.cpp:
2009-06-11 Uwe Stöhrtex2lyx: testfiles modified as preparation for the...
2009-06-02 Richard HeckA little cleanup of the layout files.
2009-05-11 Jean-Marc LasgouttesHopefully complete fix to bug #5935
2009-05-07 Jean-Marc Lasgouttes(partial?) fix to bug 5935
2009-05-03 Abdelrazak YounesFix MSVC warning.
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2009-05-01 Enrico ForestieriWhen performing a reverse DVI search and the tmpdir...
2009-04-23 Jean-Marc LasgouttesFix bug #5912: http://www.lyx.org/trac/ticket/5912
2009-04-19 Jean-Marc Lasgouttesimprove tex2lyx Usage display (on error...); describe...
2009-03-30 Uwe Stöhrmath.cpp: fix a typo
2009-03-19 Jean-Marc LasgouttesOverhaul of the tex2lyx manpage
2009-03-10 Uwe Stöhrpreamble.cpp: fix http://bugzilla.lyx.org/show_bug...
2009-03-08 Jürgen Spitzmüller* tex2lyx/Makefile.am:
2009-02-21 Richard HeckMove some more code around so as to make module-related...
2009-02-20 Jürgen Spitzmüller* tex2lyx/preamble.cpp:
2009-02-11 Richard HeckMove some code around in an effort to make information...
2009-01-30 Jean-Marc LasgouttesAdd a new command line parameter -e that sets the defau...
2009-01-30 Jean-Marc Lasgouttesnow that tex2lyx reads the files as utf8, file names...
2008-11-27 Jean-Marc Lasgouttesvery basic support for switching encoding in a document...
2008-11-16 Jean-Marc Lasgouttessmall spacing bug
2008-11-16 Jean-Marc LasgouttesNow tex2lyx is able to parse stuff that is in unicodesy...
2008-11-16 Jean-Marc LasgouttesNow tex2lyx is able to set the encoding from what it...
2008-11-16 Enrico ForestieriFix for mingw/cygwin
2008-11-16 Jean-Marc LasgouttesFirst serious step for utf8 file format format. tex2lyx...
2008-11-16 Jean-Marc Lasgouttesforgot to move one file
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 André Pönitzremove libtool
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 Lasgouttesrename man page
2008-11-15 Jean-Marc Lasgouttesremove stuff that was actually relevant to reLyX
2008-11-15 Jean-Marc Lasgouttesand this...
2008-11-15 Jean-Marc Lasgouttesmove test files in their own directory
2008-11-15 Jean-Marc Lasgouttesremove unused method
2008-11-14 André Pönitzrevert accidental change
2008-11-14 André Pönitzintroduce unneeded whitespace
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
next