]> git.lyx.org Git - lyx.git/history - src/tex2lyx/text.cpp
tex2lyx/text.cpp: cosmetic
[lyx.git] / src / tex2lyx / text.cpp
2008-04-29 Uwe Stöhrtex2lyx/text.cpp: cosmetic
2008-04-29 Uwe Stöhr- tex2lyx/text.cpp: correct font size handling because...
2008-04-28 Uwe Stöhrtex2lyx/text.cpp: support for \hspace
2008-04-28 Uwe Stöhrtex2lyx/text.cpp: \InsetSpace has no begin and end...
2008-04-27 Uwe Stöhr- tex2lyx/test-insets.tex: make it compilable, update...
2008-04-27 Uwe Stöhrtex2lyx/text.cpp: remove support for \centering and...
2008-04-27 Uwe Stöhrtex2lyx/text.cpp:
2008-04-25 Uwe Stöhrtex2lyx/text.cpp: take care of the brace pair after...
2008-04-20 Uwe Stöhr- tex2lyx/preamble.cpp, text.cpp: add support for ...
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:
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-05 André Pönitzmore Lexer;
2008-03-10 Stefan Schimanski* comments
2008-03-10 Stefan Schimanski* \newcommandx parsing for tex2lyx
2008-03-07 Abdelrazak YounesMSVC compile fix
2008-03-07 Richard HeckGet rid of the boost::shared_ptr's in TextClass.{h...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Abdelrazak Younesfix the bug fix in 23507
2008-03-06 Abdelrazak Younescompile fixes
2008-02-23 André Pönitzcompile fix
2007-12-23 Stefan Schimanski* indention fix
2007-12-23 Stefan Schimanski* tex2lyx support for multiple optional argument using...
2007-12-23 Stefan Schimanski* newlyxcommand support as LaTeX feature
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
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 Jürgen Spitzmüller* src/tex2lyx/text.cpp:
2007-12-09 Uwe Stöhrset encoding from utf8 back to latin1
2007-12-09 Uwe Stöhrtex2lyx/text.cpp: support for all quotation marks ...
2007-12-05 Uwe Stöhrtex2lyx: support font settings -> move fileformat to 247
2007-12-04 Uwe Stöhrpreamble.cpp, text.cpp:
2007-11-28 Uwe Stöhrrevert r21813
2007-11-27 André Pönitzsome de-boostification
2007-11-27 Uwe Stöhrvery big tex2lyx patch:
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-24 Uwe Stöhrtex2lyx/text.cpp: - support for LyX 1.6's hyperlink...
2007-11-24 Uwe Stöhrtex2lyx/text.cpp:
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-01 Stefan Schimanski* Added conversion of latex macros with optional parameters
2007-10-24 André Pönitzcosmetics... less than intented
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-13 Uwe StöhrThe huge URL patch:
2007-09-29 André Pönitzcompile fix
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-02 Jean-Marc LasgouttesFix bug 3750: this code is a kludge and should be remov...
2007-06-05 Georg Baum * src/tex2lyx/text.cpp
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-24 Stefan Schimanski* Import newcommand/providecommand/renewcommand/def...
2007-05-23 Stefan Schimanski* fix http://bugzilla.lyx.org/show_bug.cgi?id=3668:
2007-05-10 Jean-Marc LasgouttesPatch from "hzluo" <memcache@gmail.com>:
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two