]> git.lyx.org Git - lyx.git/history - src/TocBackend.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / TocBackend.h
2023-07-26 Alexander DunlapDisplay equation/theorem numbers in insert cross refere...
2022-02-19 Daniel RamöllerProperly show labels from broken references in Cross...
2020-10-25 Yuriy SkalkoConstify
2020-02-27 Richard Kimberly... Revert unintended change
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-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
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 MunchRemove some hardcoded addToToc: note, footnote, margina...
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-26 Georg BaumRemove using directives from headers
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
2016-01-11 Jean-Marc LasgouttesFix compilation error with clang's libc++
2015-12-13 Guillaume MunchLayout format update: AddToToc, IsTocCaption, OutlinerName
2015-10-05 Guillaume MunchAdd TOC of external materials. (#7790, partial)
2015-10-02 Guillaume MunchAmend d5a5fbb8e (cosmetic)
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-20 Guillaume MunchAmend 94e992c5
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-09-13 Georg BaumAdd some missing member variable initializations
2014-02-24 Juergen Spitzmuellerwhitespace
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...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2009-04-09 Vincent van RavesteijnTOC context menu (part 4)
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-09-30 Abdelrazak Younesgcc compile fix: vector::insert() requires an iterator...
2008-09-30 Abdelrazak YounesAdd a "List of Changes" in the Navigator. The list...
2008-09-26 Abdelrazak YounesSmall cleanup in order to improve toc change detection...
2008-06-12 André Pönitzcosmetics; compile fix
2008-06-12 Abdelrazak YounesSimplify TocModel by using UserRole data.
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-03-08 Abdelrazak Younes* Menu:
2008-02-27 André Pönitzcosmetics
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-09 André Pönitzcosmetics
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-06-12 Abdelrazak YounesCosmetics.
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-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-03-25 Abdelrazak Younesremove useless declaration
2007-03-16 Abdelrazak YounesCleanup of the Toc model and controller: The objective...
2007-03-12 Abdelrazak YounesSupport code for advanced Toc management and bug correc...
2007-01-18 Michael Schmitt * insets/insetfloatlist.C:
2006-11-13 Georg BaumExtend the navigate menu to child docs
2006-11-11 Abdelrazak Younes* Buffer
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-04-26 Martin Vermeer Outlining improvements/fixes
2006-04-26 Abdelrazak YounesGet rid of dos end-of-lines
2006-04-22 Abdelrazak YounesFix compile with enable-concept-check.
2006-04-22 Abdelrazak Younes* TocBackend.[Ch]: new files defining class TocBackend...