]> git.lyx.org Git - lyx.git/history - src/insets/InsetQuotes.h
Do not check again and again for non existing files
[lyx.git] / src / insets / InsetQuotes.h
2018-07-21 Juergen SpitzmuellerFix quotation marks in RTL script
2017-08-10 Juergen SpitzmuellerRequire textquotedbl def with second language that...
2017-07-03 Richard HeckFix whitespace at EOL.
2017-01-05 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-05 Juergen SpitzmuellerTweaks to the quotes GUI
2016-12-26 Juergen SpitzmuellerHandle the case of TeX fonts LuaTeX
2016-12-26 Juergen SpitzmuellerSupport for CJK quotation marks
2016-12-25 Juergen SpitzmuellerImplement dynamic quotation marks
2016-12-24 Juergen SpitzmuellerSome new quote styles
2016-12-24 Juergen SpitzmuellerRestructure InsetQuotes for better extensibilty
2016-12-21 Juergen SpitzmuellerAdd "Plain" quotation mark style
2016-12-20 Juergen SpitzmuellerRename some quote-related params
2016-12-18 Juergen SpitzmuellerAllow wildcards in inset-modify for quotes
2016-12-17 Juergen SpitzmuellerContext menu for quote insets
2016-12-16 Juergen SpitzmuellerExtend quote-insert
2016-12-10 Juergen SpitzmuellerEnable InsetQuote in verbatim and Hebrew
2016-12-07 Juergen SpitzmuellerFix some quote inset bugs:
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
2016-07-19 Jean-Marc LasgouttesTry to fix #4889 in the right way
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-03-04 Jean-Marc LasgouttesRemove unused variable BufferParams::quotes_times
2015-02-09 Richard HeckFix bug #9383. Writing directly to the output stream...
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
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...
2009-11-19 Richard HeckRestore InsetQuote.
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-10 Richard HeckInset::textString --> Inset::tocString
2008-09-06 Abdelrazak YounesSimplify InsetQuotes ctor.
2008-09-06 Abdelrazak YounesPass Buffer in InsetQuote ctor. Patch fro Richard.
2008-03-15 André Pönitzearder cleanup; cosmetics;
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-28 André Pönitzuses canonical foprm of clone()
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-16 Richard HeckRationalize lyxCode().
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-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
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