]> git.lyx.org Git - lyx.git/history - src/insets/InsetTOC.h
Do not check again and again for non existing files
[lyx.git] / src / insets / InsetTOC.h
2017-07-03 Richard HeckFix whitespace at EOL.
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Guillaume MunchSimplify class structure in TocBackend
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2015-05-12 Richard HeckUse const ref instead of passing by value.
2015-05-12 Richard HeckPass XHTMLStream by reference. Problem found by coverity.
2013-03-27 Richard HeckFactor common code from TOC updates.
2013-03-27 Richard HeckGet lists of listings working for XHTML output. Fixes...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-16 Georg BaumNative support for \lstlistoflistings
2012-02-15 Jean-Marc LasgouttesSort out usage of INset::has Settings and Inset::clickable
2010-12-17 Vincent van RavesteijnFix bug #7176: Clicking TOC doesn't bring up outline
2010-10-27 Vincent van RavesteijnOrganize header files in src\insets.
2010-01-01 Richard HeckA comment, and a minor change.
2009-12-10 Richard HeckCSS for the TOC, and a couple small fixes.
2009-12-10 Richard HeckInitial work for InsetTOC. This does actually write...
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-10 Vincent van RavesteijnThese insets are NOT_EDITABLE.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-03-05 André Pönitzmake code look a bit more uniform
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...
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-08-30 André Pönitzuse bald pointers in clone()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
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