]> git.lyx.org Git - lyx.git/history - src/insets/InsetQuotes.h
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetQuotes.h
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2024-04-02 Kornel BenkoRename hasToString() to findUsesToString()
2023-08-06 Pavel SandaAdding hebrew quotation marks (bug #12849).
2023-05-18 Kornel BenkoAdvaced search: check for toString() before using it.
2023-05-09 Pavel SandaCount quotes in document statistics as well.
2022-12-25 Thibaut CuvelierLyXHTML: switch the doctype to (X)HTML5 and only output...
2021-12-20 Juergen SpitzmuellerDo not repeatedly call main_font_encoding()
2020-12-06 Yuriy SkalkoMore enums & includes refactoring
2020-12-02 Juergen SpitzmuellerImplement Hungarian quotation marks style (#12040)
2020-11-30 Yuriy SkalkoBetter naming for enums
2020-11-30 Yuriy SkalkoRefactor InsetQuotes.h enums
2020-11-25 Yuriy SkalkoSimplify InsetQuotes constructors
2020-11-01 Yuriy SkalkoConstify InsetQuotesParams
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2019-09-13 Jean-Marc LasgouttesFollow some of the performance advice from cppcheck
2018-07-15 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