]> git.lyx.org Git - lyx.git/history - src/insets/InsetQuotes.cpp
Support for CJK quotation marks
[lyx.git] / src / insets / InsetQuotes.cpp
2016-12-26 Juergen SpitzmuellerSupport for CJK quotation marks
2016-12-26 Juergen Spitzmuelleradd missing bit
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-21 Juergen SpitzmuellerHandle fontenc in InsetQuotes::updateBuffer
2016-12-20 Juergen SpitzmuellerRename some quote-related params
2016-12-18 Juergen SpitzmuellerAllow wildcards in inset-modify for quotes
2016-12-18 Juergen Spitzmuellerwhitespace.
2016-12-17 Juergen SpitzmuellerContext menu for quote insets
2016-12-16 Juergen SpitzmuellerExtend quote-insert
2016-12-15 Juergen SpitzmuellerLiteral quotation mark chars for polyglossia
2016-12-15 Juergen SpitzmuellerInsetQuotes::latex: some cleanup
2016-12-15 Juergen SpitzmuellerRemove redundant blank
2016-12-13 Juergen SpitzmuellerLimit ligature protection to quote ligature chars
2016-12-12 Juergen SpitzmuellerFix Hebrew quotation marks
2016-12-12 Juergen SpitzmuellerAdd FIXME
2016-12-12 Juergen SpitzmuellerThinko
2016-12-12 Juergen SpitzmuellerCorrectly handle the " \\fg" case.
2016-12-12 Juergen SpitzmuellerProperly terminate quote macros by means of new textstr...
2016-12-10 Juergen SpitzmuellerDo not use babel quotation mark macros with non-TeX...
2016-12-10 Juergen SpitzmuellerFix xhtml output of French double guillemets (spacing)
2016-12-10 Juergen SpitzmuellerDo not output quote TextCommand definitions for polyglossia
2016-12-10 Juergen SpitzmuellerThe extra space for French quotes only applies to guill...
2016-12-10 Juergen SpitzmuellerEnable InsetQuote in verbatim and Hebrew
2016-12-07 Juergen SpitzmuellerFix mis-nomer
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
2016-07-18 Jean-Marc LasgouttesSimplify display of InsetQuote
2016-07-04 Guillaume MunchRationalise includes
2016-06-09 Jean-Marc LasgouttesAlways initialize InsetQuote language in constructor
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-09-20 Georg BaumRemove unused variables found by cppcheck
2015-03-04 Jean-Marc LasgouttesRemove unused variable BufferParams::quotes_times
2015-02-14 Georg BaumFix unused parameter warning
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...
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