]> git.lyx.org Git - lyx.git/history - src/Encoding.cpp
Fix MathML output of wide characters.
[lyx.git] / src / Encoding.cpp
2009-09-22 Jean-Marc Lasgouttesadd "ansinew" as a synonym of LaTeX encoding "cp1252...
2009-06-12 Enrico ForestieriFix display of BibTeX entries in the info field of...
2009-03-09 Enrico ForestieriFix bug 5836 (http://bugzilla.lyx.org/show_bug.cgi...
2009-02-16 Jean-Marc Lasgouttescompilation warning: unused parameter
2009-01-09 Enrico ForestieriFix bug 5665
2009-01-04 Richard HeckFix minor problem with fromLaTeXCommand(): We were...
2008-12-23 Enrico ForestieriAdd clarifying comment.
2008-12-23 Enrico ForestieriTake into account that '\' is always part of a LaTeX...
2008-12-22 Jean-Marc Lasgouttes * Encoding.cpp (fromLaTeXCommand): fix bug when the...
2008-11-16 Jean-Marc LasgouttesNow tex2lyx is able to set the encoding from what it...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-23 Enrico ForestieriInitialize return variable
2008-09-28 Enrico ForestieriIf the "force" flag is in effect and a textmode command...
2008-09-26 Enrico ForestieriIn mathmode, treat nonascii chars with diacritical...
2008-09-25 Enrico ForestieriWhen in mathmode, always use the mathcommand replacemen...
2008-08-18 Jürgen Spitzmüller** proper implementation of pLaTeX by Tetsuya Makimura...
2008-07-20 Enrico ForestieriWhen producing latex output, check whether a character...
2008-07-16 Jean-Marc Lasgouttessilence some compiler warnings
2008-07-11 Jürgen Spitzmüller*** Implement GUI names for encodings (part of bug...
2008-06-23 Jürgen Spitzmüller* src/Encoding.{cpp,h}:
2008-06-16 Enrico ForestieriFix bug 1527
2008-06-02 Enrico ForestieriAllow to specify either text mode or math mode commands...
2008-05-31 Enrico ForestieriFix bug 3938
2008-04-05 André Pönitzlexer cosmetics
2008-04-03 André Pönitzsimplify Lexer handling a bit more
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-21 André Pönitzcosmetics
2008-03-21 André Pönitzforgot this part...
2008-02-08 Abdelrazak YounesMore cosmetics.
2008-02-08 Abdelrazak Younescosmetics.
2008-02-08 Abdelrazak Younescosmetics
2008-02-08 Abdelrazak YounesEncoding::getSymbolsList(): make it const.
2008-02-07 Jürgen Spitzmüller*** New Symbols Dialog ***
2007-12-18 Bo PengUse ErrorList to handle encoding error
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-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Peter Kümmelremove warning
2007-11-15 André Pönitzreduce line noise
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-10-24 Enrico ForestieriSmall tweaks
2007-10-15 Enrico ForestieriPlease Andre' and return early
2007-10-12 Enrico ForestieriAdd support for greek and cyrillic chars such that...
2007-09-14 Jean-Marc Lasgouttes * src/Encoding.cpp (read): silence a compiler warning.
2007-08-10 Lars Gullik BjønnesGet rid of a few warnings.
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-05-31 José MatoxAdd support for Farsi (thanks to Mostafa Vahedi).
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-08 Abdelrazak Younescode formatting.
2007-05-07 Jürgen Spitzmüller* src/Encoding.cpp (latexChar):
2007-05-06 Uwe StöhrGeorg's patch for bug 3043:
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/