]> git.lyx.org Git - lyx.git/history - src/insets/InsetIndex.h
Pass two string parameters as reference
[lyx.git] / src / insets / InsetIndex.h
2024-01-12 Jean-Marc LasgouttesPass two string parameters as reference
2022-11-05 Juergen SpitzmuellerIntroduce index-tag-all lfun
2022-11-02 Juergen SpitzmuellerIndicate see[also] refs in label and outliner
2022-11-01 Juergen SpitzmuellerHandle empty index subentries (#7820)
2022-10-31 Juergen SpitzmuellerMerge branch 'features/indexmacros'
2022-10-31 Juergen SpitzmuellerDisplay subinsets in inset button and outliner
2022-10-29 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-10-26 Juergen SpitzmuellerSync with master
2022-09-01 Thibaut CuvelierLyXHTML: implement multiple indices
2022-06-12 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2022-06-09 Jean-Marc LasgouttesAllow to break rows before and after label and index...
2022-05-14 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-05-05 Thibaut CuvelierInsetIndex: revamp IndexEntry to handle both legacy...
2022-04-30 Thibaut CuvelierInsetIndex: add a method hasSubentries.
2022-04-25 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-04-25 Thibaut CuvelierDocBook: use the new system for index.
2022-04-20 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-04-19 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-04-19 Juergen SpitzmuellerIntroduce InsetIndexMacros
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-25 Jean-Marc LasgouttesRun codespell on src/insets
2020-06-22 Jean-Marc LasgouttesUse new rowFlags() values to remove some inset hardcoding.
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2018-09-12 Jean-Marc LasgouttesRevert "Use new display() values to remove some inset...
2018-09-12 Jean-Marc LasgouttesUse new display() values to remove some inset hardcoding.
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-01-30 Juergen SpitzmuellerExtend LATEXIFY command param handling and add literal...
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
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...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-10-27 Vincent van RavesteijnOrganize header files in src\insets.
2010-01-17 Jürgen Spitzmüller* InsetIndex.{cpp,h}:
2010-01-12 Richard HeckInitial work for XHTML output of the index. It just...
2009-12-18 Richard HeckWith ContentAsLabel, we do not need this special code.
2009-11-21 Richard HeckInsetPrintIndex disabled.
2009-11-19 Richard HeckDisable InsetIndex again.
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-13 Jürgen SpitzmüllerFinally make the label color of multiple index entries...
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-06 Richard HeckDisable InsetIndex XHTML output, for now.
2009-04-27 Jürgen Spitzmüller* final splitindex feature addition: support for \print...
2009-04-26 Jürgen Spitzmüller* Add support for splitindex's \printsubindex command...
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-17 Jürgen SpitzmüllerNew inset dialog for InsetPrintIndex (only used with...
2009-04-17 Jürgen SpitzmüllerNew inset dialog for InsetIndex (only used with multipl...
2009-04-16 Jürgen SpitzmüllerIntroduce splitindex support. File format change.
2009-02-03 Richard HeckMove a couple routines from InsetFlex to InsetCollapsab...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-07 Jean-Marc Lasgouttesdo not show Index contents in ToC (note that Inset...
2008-10-05 Jürgen Spitzmüller* InsetIndex.h:
2008-09-28 Abdelrazak YounesFull text in toc for index entries.
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-27 Jürgen Spitzmüllersome index fixes:
2008-04-26 Jürgen Spitzmüller* InsetIndex.h:
2008-04-26 Jürgen Spitzmüllersome index fixes:
2008-03-05 André Pönitzmake code look a bit more uniform
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-13 Abdelrazak YounesAdd list of Indexes.
2007-10-30 Martin VermeerImplement ForceLtR; cleanup of collapsable insets
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Richard HeckInsetIndex is no longer an InsetCommand.
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-16 Richard HeckRationalize lyxCode().
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-03 Martin VermeerIndex as collapsible, preserving existing feature set
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2