]> git.lyx.org Git - lyx.git/history - src/insets/InsetTOC.cpp
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / insets / InsetTOC.cpp
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-08 Enrico ForestieriSimplify preamble code when using listings
2017-06-06 Enrico ForestieriFix bug #9101
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
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-08-30 Richard HeckFix obvious oversight.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-03-28 Richard HeckUse InsetLayout to get the tag type for TOC-like things.
2013-03-27 Richard HeckRemove the "arrow" from the XHTML TOC. I think I put...
2013-03-27 Richard HeckUse the TOC:Listings layout to hold CSS information...
2013-03-27 Richard HeckA little bit more cleaning up.
2013-03-27 Richard HeckRe-order things a little bit.
2013-03-27 Richard HeckFactor common code from TOC updates.
2013-03-27 Richard HeckAllow for the possibility of an "InsetLayout TOC".
2013-03-27 Richard HeckGet lists of listings working for XHTML output. Fixes...
2013-03-08 Richard HeckFix bug #8580: Do not include material in the XHTML...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-05-31 Richard HeckMinor cleanup: We should use the usual conventions for
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
2011-04-12 Richard HeckBetter TOC output for XHTML, per Rob and Pavel.
2011-04-11 Richard HeckFix XHTML TOC translation per a suggestion of Georg's.
2011-04-01 Richard HeckClean up XHTML output a bit.
2010-12-17 Vincent van RavesteijnFix bug #7176: Clicking TOC doesn't bring up outline
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-03-18 Richard HeckUse something simpler for the TOC links in XHTML. Some...
2010-03-12 Uwe StöhrInsetXXX.cpp: remove unused include of MetricsInfo.h
2010-01-21 Richard HeckOutput labels (1.1, etc) with the TOC.
2010-01-21 Richard HeckTranslate TOC title to document language, not GUI language.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-14 Richard HeckThe fortoc argument I introduced earlier should all...
2010-01-12 Richard HeckRemove the test for "tableofcontents", since that is...
2010-01-12 Richard HeckSimplify InsetTOC::xhtml now.
2010-01-01 Richard HeckA comment, and a minor change.
2010-01-01 Richard HeckRe-organize InsetTOC to prepare for other TO*s.
2009-12-10 Richard HeckThis really gets the TOC working now. We auto-generate...
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 *'
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-06-18 Pavel SandaFix include orderings.
2008-05-06 Jean-Marc Lasgouttesunbreak compilation (part 4)
2008-05-06 Abdelrazak Younesremove unneeded includes.
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-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...
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önitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-06 André Pönitzwe assume (more or less) conforming compilers nowadays.
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-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André Pönitzrename InsetBase to Inset
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