]> git.lyx.org Git - lyx.git/history - src/insets/InsetQuotes.h
#5502 add binding for full screen toggle on mac
[lyx.git] / src / insets / InsetQuotes.h
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