]> git.lyx.org Git - lyx.git/history - src/insets/InsetSpecialChar.cpp
Loop refactoring
[lyx.git] / src / insets / InsetSpecialChar.cpp
2020-10-05 Yuriy SkalkoRefactoring
2020-08-16 Stephan Witt#6401 For correct document traversal special logo chars...
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-23 Jean-Marc LasgouttesAllow row-breaking after some insets
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-23 Juergen SpitzmuellerPaste some special chars as insets
2019-05-10 Jean-Marc Lasgouttesadd unicode descriptions to InsetSpecialChar code
2019-05-10 Jean-Marc LasgouttesFixup 12fcaf86: use correct font for metrics of logos
2019-05-07 Jean-Marc LasgouttesCompute metrics of *TeX* logos using draw and a null...
2018-07-19 Jean-Marc LasgouttesUse a unicode character for menu separator on screen
2018-07-19 Jean-Marc LasgouttesIntroduce FontMetrics::xHeight
2018-07-15 Juergen SpitzmuellerProper logos with RTL
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-04-25 Jean-Marc LasgouttesAmend b3fbe4edfd
2017-04-25 Günter MildeSilence coverity warning.
2017-04-20 Günter Mildespecial character "allowbreak" (ZWSP), fileformat change
2017-03-01 Jean-Marc LasgouttesFix broken logic
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2016-12-16 Juergen Spitzmuellerremove archaic comments.
2016-12-16 Juergen SpitzmuellerUse context-sensitive command termination
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setDimCache
2016-10-25 Jean-Marc LasgouttesWhen selecting special logos, set their color correctly
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
2016-08-04 Jean-Marc LasgouttesLet InsetSpecialChar draw its background when necessary
2016-07-04 Guillaume MunchRationalise includes
2016-05-30 Jean-Marc LasgouttesDo not use the return value of Painter::text for logos
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-03-23 Georg BaumMake InsetSpecialChar names more consistent
2015-03-18 Jean-Marc LasgouttesUse integer arithmetic for drawing logos; fix LaTeX...
2015-03-15 Jean-MarcDocument the drawing of logos
2015-03-14 Jean-Marc LasgouttesImprove display of the logos.
2015-03-01 Georg BaumReplace automatic logofication with insets
2015-02-01 Georg BaumOops
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2013-01-26 Juergen SpitzmuellerDo not output ZERO WIDTH NON JOINER glyph for ligature...
2012-01-31 Georg BaumFix bug #7998 and related issues:
2011-03-18 Jürgen Spitzmüller* InsetSpecialChar.cpp:
2011-03-15 Jürgen SpitzmüllerFollow-up to r37932: We do not need a skipOnSearch...
2011-03-15 Jürgen SpitzmüllerDo not hardcode specific insets, but use a variable...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-09-14 Stephan Wittimplement isChar() in header like all other insets
2009-11-28 Richard HeckFix output for InsetSpecialChar. These shouldn't be...
2009-11-25 Richard HeckRestore XHTML for InsetSpecialChar.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2009-01-11 Jürgen Spitzmüller* LaTeXFeatures.cpp:
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-10-12 Jürgen Spitzmüller* InsetSpecialChar.cpp:
2008-02-29 Richard HeckThese don't seem to be causing crashes at the moment...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-18 Abdelrazak Younesheader cleanup
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-06 Jürgen SpitzmüllerSupport for \slash and \nobreakdash-
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2