]> git.lyx.org Git - lyx.git/history - src/insets/InsetSpecialChar.h
Do not repeatedly call main_font_encoding()
[lyx.git] / src / insets / InsetSpecialChar.h
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
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...
2017-07-03 Richard HeckFix whitespace at EOL.
2017-04-20 Günter Mildespecial character "allowbreak" (ZWSP), fileformat change
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
2016-08-05 Richard HeckSpecial characters should be output to the TOC.
2016-08-04 Jean-Marc LasgouttesLet InsetSpecialChar draw its background when necessary
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-09-13 Georg BaumAdd some missing member variable initializations
2015-03-01 Georg BaumReplace automatic logofication with insets
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-05-12 Lars Gullik BjønnesRemove ; from end of function definitions
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2011-03-15 Jürgen Spitzmüllertypos in comments.
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-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-09-14 Stephan Wittimplement isChar() in header like all other insets
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.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
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-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2007-12-06 Jürgen SpitzmüllerSupport for \slash and \nobreakdash-
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
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 InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2