]> git.lyx.org Git - lyx.git/history - src/insets/InsetQuotes.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / insets / InsetQuotes.cpp
2012-04-29 Vincent van RavesteijnFix bug #7653: Quotation marks have wrong color
2011-08-05 Enrico ForestieriFix bug #253 (Incorrect protection of closing quotation...
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...
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-03-31 Pavel SandaNext headers
2010-03-08 Richard HeckIntroduce isBufferValid() method now, that returns...
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-02-25 Jean-Marc Lasgouttesavoid crash when there is no buffer (bug #6548)
2009-12-12 Uwe StöhrInsetQuotes.cpp: correct a comment
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-05-20 Jean-Marc Lasgouttes * insets/InsetQuotes.cpp (displayString): reenable...
2008-04-05 André Pönitzuse simpler parser interface
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...
2008-02-18 Abdelrazak Younesheader cleanup
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-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-03 André Pönitzremove unneeded @includes from BufferView.h
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-09-20 Abdelrazak YounesInset coords shall not be recorded in Inset::draw(...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-06-15 Abdelrazak Younesheader cleanup.
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-29 André PönitzRemove InsetOld
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