]> git.lyx.org Git - lyx.git/history - src/Font.cpp
Revert some recent test changes
[lyx.git] / src / Font.cpp
2015-05-14 Uwe Stöhrsupport for all default colors of the package xcolor
2014-04-21 Juergen Spitzmuellerulem commands can be nested.
2013-10-11 Juergen SpitzmuellerFix unbalanced bracket problem with CJK
2013-07-13 Juergen SpitzmuellerFix problem with unbalanced braces in XeTeX output...
2013-07-13 Juergen SpitzmuellerProperly nest ulem commands within other font changes
2013-05-20 Juergen SpitzmuellerHandle secondary babel languages when main language...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-12-23 Juergen SpitzmuellerLoad babel with English-only documents (bug 8423)
2012-12-15 Georg BaumAdd support for stmaryrd.sty (bug #8434)
2012-12-09 Georg BaumReplace some hard coded numbers with names
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-19 Uwe StöhrFont.cpp: fix bug #8424
2012-08-08 Juergen SpitzmuellerAdd a way to surpass special English treatment in useBabel
2012-06-24 Juergen Spitzmuellerwhitespace
2012-06-24 Uwe Stöhrfix bug #8215
2012-06-23 Juergen Spitzmuellerfix bug #8211: \setotherlanguage not set for non-babel...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-11-27 Pavel SandaKill leading blankspaces in new strings, its weird...
2010-11-23 Jürgen Spitzmüller* Font.cpp: let's compare the lyx name here. Polyglossi...
2010-11-23 Jürgen Spitzmüller* fix bug #7062. How stupid of me!
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-07-17 Uwe Stöhrsupport for formal math script
2009-10-30 Vincent van RavesteijnFix LyX after r31772 (bug #6294).
2009-10-27 Jean-Marc LasgouttesMove some functions that only required a FontInfo param...
2009-05-07 Enrico ForestieriAvoid ugly macros in the preamble and protect underline...
2009-05-06 Enrico ForestieriSolve problem with underlining citations.
2009-05-05 Pavel SandaMove underline text from \underbar to \uline.
2009-05-05 Pavel SandaHeh, wrong shift ;)
2009-05-05 Pavel SandaIntroduce double underline and wavy underline styles...
2009-05-03 Pavel SandaIntroduce strikeout text style (strike-through)
2009-03-29 Abdelrazak YounesPut the foundations to support continuous spell checking.
2009-02-09 André Pönitzmove ColorSet to a header of its own to reduce #include...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-05-07 Abdelrazak YounesFix part of bug 4836
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-05 André Pönitzlexer cosmetics
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-01 Uwe Stöhronly cosmetics
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2007-12-17 Jürgen Spitzmüller* src/output_latex.{cpp,h}:
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-08 Jürgen SpitzmüllerSanitize CJK support (fix bug 3561, 4349 and 4337):
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-15 André Pönitzreduce line noise
2007-11-01 Martin VermeerFix inset font inheritance mechanism; smaller clean-ups
2007-10-29 André Pönitzunbreak font panel
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-19 Abdelrazak YounesIntroducing Font::validate().
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
2007-07-20 Dov FeldsternCorrectly generate latex for font/language/encoding...
2007-07-17 Dov FeldsternReverse numbers in Arabic (Arabi) latex output, so...
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-07-05 Dov FeldsternFix "default" encoding to match "auto" encoding except...
2007-06-26 Uwe Stöhr- Fileformat change: rename "arabic" to "arabic_arabtex"
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-14 Abdelrazak YounesImprove Farsi support by Mostafa Vahedi. Arabic support...
2007-05-10 Jean-Marc LasgouttesPatch from "hzluo" <memcache@gmail.com>:
2007-05-10 Abdelrazak YounesFix number display for Farsi and Arabic from Mostafa...
2007-05-06 Uwe StöhrGeorg's patch for bug 3043:
2007-05-05 Uwe Stöhrset infrastructure to allow not to call babel
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx