]> git.lyx.org Git - lyx.git/history - src/TocBackend.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / TocBackend.cpp
2022-10-26 Juergen SpitzmuellerSync with master
2022-10-21 Jean-Marc LasgouttesAlways qualify calls to std::move()
2022-02-19 Daniel RamöllerProperly show labels from broken references in Cross...
2021-01-15 Kornel BenkoReplace calls from make_unique to lyx::make_unique
2021-01-14 Richard Kimberly... Try to catch some other cases of inappropriate TOC...
2020-10-25 Yuriy SkalkoConstify
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-08-24 Yuriy SkalkoSplit some UI strings for translations
2020-03-14 Juergen SpitzmuellerAdd outliner section for broken refs and citations
2020-02-27 Richard Kimberly... Fix warning (and simplify)
2019-09-13 Jean-Marc LasgouttesFollow some of the performance advice from cppcheck
2019-05-28 Richard Kimberly... Fix crash reported by Kornel.
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-05-13 Guillaume MMSimplify before clean-up before following bugfix
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
2017-01-14 Guillaume MunchCollect the outliner names for the children's tocs
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Guillaume MunchReorganise and simplify
2017-01-09 Guillaume MunchRemove comments about enumification of toc types
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchImplement AddToToc for paragraph layouts
2017-01-09 Guillaume MunchImplement IsTocCaption for InsetArgument
2017-01-09 Guillaume MunchMove Tocs to the "Other lists" submenu based on a blacklist
2016-07-03 Guillaume MunchRemove tooltips from the data of Toc Items
2016-06-12 Guillaume MunchToc: clean-up
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Guillaume MunchSimplify class structure in TocBackend
2015-12-13 Guillaume MunchLayout format update: AddToToc, IsTocCaption, OutlinerName
2015-12-12 Richard HeckThere does not appear to be any need to update the...
2015-12-04 Guillaume MunchSimplify Unicode symbols for old systems
2015-10-05 Guillaume MunchAdd TOC of external materials. (#7790, partial)
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-10-01 Guillaume MunchFix compilation with MSVC in c++98 mode
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-03-27 Richard HeckContinuing here will crash us. This shouldn't be an...
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-12-15 Juergen SpitzmuellerCorrectly handle environment sequences in TOC
2012-01-16 Richard HeckIf we don't have a tooltip in the TOC, then use the...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-20 Vincent van RavesteijnFix bug #7166: Insets that shouldn't appear in the...
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-03-11 Vincent van RavesteijnTypo and style.
2009-09-08 Tommaso CucinottaAdded isInternal() method, mapped temporarily on check...
2009-04-09 Vincent van RavesteijnTOC context menu (part 4)
2008-11-03 Jean-Marc Lasgouttes * insets/InsetText.cpp (addToToc):
2008-09-30 Abdelrazak Younesgcc compile fix: vector::insert() requires an iterator...
2008-09-30 Abdelrazak Younesstupid cut&paste error.
2008-09-30 Abdelrazak YounesAdd a "List of Changes" in the Navigator. The list...
2008-09-30 Abdelrazak Younesrevert faulty commit.
2008-09-30 Abdelrazak YounesAvoid a complete Toc reset in case when only a toc...
2008-09-26 Abdelrazak YounesSmall cleanup in order to improve toc change detection...
2008-06-12 Abdelrazak YounesSimplify TocModel by using UserRole data.
2008-06-03 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4910...
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-05-22 Abdelrazak Younesforward port rev 24877. Even if trunk is not affected...
2008-05-18 Abdelrazak YounesFix cursor positioning bug in TocBackend.
2008-05-16 Abdelrazak Younes* TocBackend::item(): fix toc navigation bug by using...
2008-05-16 Abdelrazak YounesMore accurate toc navigation (LFUN_PARAGRAPH_GOTO).
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
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 HeckMore cleanup from Andre.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-11 Abdelrazak YounesFix crash when outline pane is launched while the curso...
2008-02-09 André Pönitzcosmetics
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André Pönitzcompile fix / cosmetics
2007-11-29 André Pönitzpotential compile fix
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-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-29 André Pönitzcosmetics
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-06-12 Abdelrazak YounesCosmetics.
2007-06-05 Bo PengaddToToc, pass parent ParConstIterator, fix bug 3711
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-17 Abdelrazak YounesThis patch solves this crash (due to an assertion):
2007-05-16 Abdelrazak YounesToc navigation doesn't work well with child document...
2007-05-15 Abdelrazak YounesProperly search for relevant TocItem. Now works fine...
2007-05-15 Peter KümmelAdd debug output, harmless
2007-05-15 Jürgen SpitzmüllerFrom Ozgur Ugras BARAN:
2007-05-10 Peter Kümmelfix crash: change empty line to paragraph and press...
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
next