]> git.lyx.org Git - lyx.git/history - src/tex2lyx/preamble.cpp
tex2lyx/preamble.cpp: support for fileformat 256
[lyx.git] / src / tex2lyx / preamble.cpp
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-11 Uwe Stöhrtex2lyx/preamble.cpp:
2009-03-10 Uwe Stöhrpreamble.cpp: fix http://bugzilla.lyx.org/show_bug...
2009-02-20 Jürgen Spitzmüller* tex2lyx/preamble.cpp:
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-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-21 Jean-Marc Lasgouttesremove useless comments in tex2lyx
2008-10-12 André Pönitzbe kind to XaFooBarTeX
2008-10-11 André Pönitzfix problem with non-recognized utf8 encoding that...
2008-09-29 Jean-Marc Lasgoutteswhitespace
2008-09-28 Uwe Stöhrtex2lyx/preamble.cpp: fix bug 19, patch by JMarc (I...
2008-05-20 Abdelrazak Younesfix MSVC warning
2008-05-17 Uwe Stöhrtex2lyx/preamble.cpp: handle also onecolumn and oneside...
2008-05-16 Uwe Stöhrtex2lyx/preamble.cpp: support for the \geometry setting...
2008-05-15 Uwe Stöhrtex2lyx/preamble.cpp: cosmetics again
2008-05-15 Uwe Stöhrtex2lyx/preamble.cpp: cosmetics
2008-05-15 Uwe Stöhrtex2lyx/preamble.cpp: support for the document class...
2008-04-29 Jürgen Spitzmüllerrevert some new features so that tex2lyx outputs format...
2008-04-21 Uwe Stöhrtex2lyx/preamble.cpp: only cosmetics
2008-04-20 Uwe Stöhrtex2lyx/preamble.cpp: fix the import of paragraph setti...
2008-04-20 Uwe Stöhr- tex2lyx/preamble.cpp, text.cpp: add support for ...
2008-04-09 Uwe Stöhrtex2lyx/preamble.cpp: change encoding from ascii to...
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-06 Richard HeckImprove performance of TextClass type objects by making...
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2007-12-23 Stefan Schimanski* indention fix
2007-12-23 Stefan Schimanski* newlyxcommand support as LaTeX feature
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-11 Uwe Stöhrpreamble.cpp: whitespace only
2007-12-09 Uwe Stöhrset encoding from utf8 back to latin1
2007-12-09 Uwe Stöhrpreamble.cpp: full babel language support for tex2lyx
2007-12-09 Uwe Stöhrpreamble.cpp: fix whitespace
2007-12-09 Uwe Stöhrpreamble.cpp: code simplification to r21970 suggested...
2007-12-08 Uwe Stöhrpreamble.cpp: don't add \makeatother twice
2007-12-08 Uwe Stöhrpreamble.cpp: remove unused code
2007-12-06 Uwe Stöhrpreamble.cpp: handle the (n)german options correctly
2007-12-06 Uwe Stöhrpreamble.cpp: cleanup the list of supported languages
2007-12-06 Uwe Stöhrpreamble.cpp: correct recognition of all cases of font...
2007-12-06 Uwe Stöhrpreamble.cpp: addition to r21970: ad support for the...
2007-12-05 Uwe Stöhrtex2lyx: support font settings -> move fileformat to 247
2007-12-04 Uwe Stöhrpreamble.cpp: update the list of supported languages...
2007-12-04 Uwe Stöhrpreamble.cpp: small cleanup
2007-12-04 Uwe Stöhrpreamble.cpp, text.cpp:
2007-12-03 Uwe Stöhrpreamble.cpp: update fileformat
2007-11-28 Uwe Stöhrrevert r21813
2007-11-27 Uwe Stöhrvery big tex2lyx patch:
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-04-29 André Pönitzresolve the layout.h <=> Layout.h conflict
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two