]> git.lyx.org Git - lyx.git/history - src/insets/InsetIndex.cpp
Make inset-select-all select all cells only in tables
[lyx.git] / src / insets / InsetIndex.cpp
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-05-28 Richard HeckThe way this was done here is inconsistent with how...
2015-05-17 Georg BaumFix indentation
2015-05-09 Juergen SpitzmuellerSplit different indices in the outliner
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-03-25 Richard HeckFix bug #8608: Don't output index entries from notes...
2013-03-24 Richard HeckSilly mistake here in earlier commit.
2013-03-23 Richard HeckFix a few more translation probelms for XHTML output.
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-07-01 Juergen SpitzmuellerWhitespace
2012-06-30 Juergen SpitzmuellerWhitespace
2012-06-30 Juergen SpitzmuellerProperly escape splitindex shortcut and try to encode...
2012-06-03 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-06-03 Juergen SpitzmuellerAdd missing undo recording.
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-03 Richard HeckMake index comparisons for XHTML output case insensitive.
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2012-01-16 Richard HeckFix bug #7774. It should be fine to show the complete...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-21 Jürgen SpitzmüllerFix #7816: Edit->Table incorrectly activated inside...
2011-04-01 Richard HeckClean up XHTML output a bit.
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-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-11-17 Richard HeckSimplify more of the tooltips. There will be some speed...
2010-11-17 Richard HeckSimplify some of the tooltip stuff now.
2010-11-12 Pavel SandaNext indices
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-14 Jürgen Spitzmüller* InsetIndex.cpp (validate):
2010-04-22 Peter KümmelSeems boost also includes all std headers. Not includin...
2010-04-16 Pavel SandaFix bug #6649 - fix texrow structure generated by Inset...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-12 Uwe StöhrInsetXXX.cpp: remove unused include of MetricsInfo.h
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-17 Jürgen Spitzmüller* InsetIndex.{cpp,h}:
2010-01-14 Richard HeckThe fortoc argument I introduced earlier should all...
2010-01-14 Richard HeckFinish the output of the index for XHTML.
2010-01-12 Richard HeckThis sorts the index entries and writes each one's...
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-09-10 Jürgen SpitzmüllerFix bug 6179 ("|" in index entries not embraced in...
2009-08-31 Jürgen Spitzmüller* InsetIndex.cpp: add some FIXMEs.
2009-07-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
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-05-07 Richard HeckThis patch introduces wrapped tooltips for some more...
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* Revert the noise.
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-18 Jürgen Spitzmüller* InsetIndex.cpp:
2009-04-18 Vincent van RavesteijnInsetPrintIndex: Fix getStatus() for INSET_MODIFY.
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.
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-19 Jürgen Spitzmüller* InsetIndex (latex):
2008-09-28 Abdelrazak YounesFull text in toc for index entries.
2008-09-15 Abdelrazak Younesfix warning
2008-09-15 Jürgen Spitzmüller* src/InsetIndex.cpp:
2008-08-05 Richard HeckFix bug 5113.
2008-07-14 Jürgen SpitzmüllerFix bug 5040:
2008-07-14 Jürgen Spitzmüller* src/insets/InsetIndex.cpp (output_latex):
2008-06-03 Abdelrazak YounesFix toc generation after rev25096.
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-05-09 Jürgen Spitzmüller* src/InsetIndex: further corrections od LaTeX output.
2008-05-08 Jürgen Spitzmüllerfix bug 4837.
2008-04-27 Jürgen Spitzmüllersome index fixes:
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-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
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-15 Abdelrazak Younes* InsetXXX::addToToc(): properly use passed ParConstIte...
2008-02-13 Abdelrazak YounesAdd list of Indexes.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
next