]> git.lyx.org Git - lyx.git/history - src/insets/InsetFoot.cpp
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / insets / InsetFoot.cpp
2018-05-03 Richard Kimberly... Do not step counters in deleted material.
2018-04-04 Juergen SpitzmuellerDo not use \tablefootnote in minipages
2017-12-27 Juergen SpitzmuellerFix footnotes in table with RevTeX4
2017-11-19 Juergen SpitzmuellerAllow footnotes in floating tables via tablefootnote...
2017-11-19 Juergen SpitzmuellerFix footnote output in tables outside floats and longta...
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchRemove some hardcoded addToToc: note, footnote, margina...
2016-07-03 Guillaume MunchRemove tooltips from the data of Toc Items
2015-12-12 Richard HeckUse the much faster forOutliner also to get the tooltip...
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-21 Jean-Marc LasgouttesLet the Foot inset have a different Layout when inside...
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-11-26 Richard HeckPrettify the tooltip for footnotes.
2013-05-28 Richard HeckWe already allowed a counter declaraton for flex insets...
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...
2011-03-12 Enrico ForestieriWhen an error occurs, don't highlight more than necessary.
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-22 Richard HeckMini-optimization: We do not need really long tooltips...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-11-29 Vincent van RavesteijnFix bug #6315: counters in insets that don't produce...
2010-11-17 Richard HeckSimplify more of the tooltips. There will be some speed...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-04-25 Vincent van RavesteijnFix bug #6672 (part 1): Notes, Footnotes, and Marginals...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-20 Richard HeckBetter XHTML output for InsetRef.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-12-03 Richard HeckGet counter from InsetLayout, as elsewhere.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-08-10 Jean-Marc Lasgouttessmall simplification and speedup for InsetFoot::updateL...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-13 Jean-Marc LasgouttesFirst step of InsetLayout cleanup.
2009-07-12 Jean-Marc LasgouttesMake sure that the new caching mechanism for flattened...
2009-07-12 Jean-Marc Lasgouttesrevert r30515: too many files there
2009-07-12 Jean-Marc Lasgouttesfix a couple warnings after the number localization...
2009-06-06 Richard HeckAdd a couple more HTML* tags to InsetLayout, in a way...
2009-06-05 Richard HeckInsetFootnote XHTML output. Of course the CSS can be...
2009-05-07 Richard HeckThis patch introduces wrapped tooltips for some more...
2009-02-21 Vincent van RavesteijnFix bug 4346: http://bugzilla.lyx.org/show_bug.cgi...
2008-11-15 Jean-Marc Lasgouttesmove the catInit call around
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-06-18 Pavel SandaFix include orderings.
2008-06-03 Abdelrazak YounesFix toc generation after rev25096.
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-04-27 Jürgen Spitzmüller* move extended tooltips support to InsetCollapsable...
2008-04-11 Jürgen Spitzmüller* src/insets/InsetCollapsable.cpp:
2008-04-10 Jürgen SpitzmüllerExtended tooltips for footnotes/marginpars:
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
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-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-22 Richard HeckThis is the first of a series of commits that will...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-15 Abdelrazak YounesInsetFoot::updateLabels(): fix potentially dangerous...
2008-02-15 Abdelrazak Younes* InsetXXX::addToToc(): properly use passed ParConstIte...
2008-02-11 Abdelrazak YounesAdd list of notes and list of footnotes to the outline...
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-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 André Pönitzwe assume (more or less) conforming compilers nowadays.
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-09-29 André Pönitzcosmetics
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 2: Use the new...
2007-08-13 Jean-Marc LasgouttesFix bug 409 (Add support for numbered footnotes)
2007-08-13 Martin VermeerPrepare for inset configurability
2007-06-15 Abdelrazak Younesheader cleanup.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
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