]> git.lyx.org Git - lyx.git/history - src/insets/InsetRef.cpp
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / insets / InsetRef.cpp
2019-08-05 Juergen SpitzmuellerFix text direction of references with XeTeX/bidi
2019-03-15 Juergen SpitzmuellerDo not force LTR with nameref and non-TeX fonts
2019-01-06 Richard Kimberly... Remove now unused routine.
2019-01-06 Richard Kimberly... Use combo box data rather than looking up info from...
2019-01-06 Richard Kimberly... Fix problem caused by re-ordering of menu at 5f6332bf4.
2018-12-31 Juergen SpitzmuellerAdd inactive labels to the toc
2018-12-29 Juergen SpitzmuellerDo not consider deleted labels in ambiguity check
2018-05-01 Richard HeckFix bug 11070.
2018-02-14 Juergen SpitzmuellerDisable unsupported ref types in mathed.
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-05-25 Guillaume MMFix coverity warning
2017-05-16 Guillaume MMStructure the broken InsetRef status
2017-01-28 Juergen SpitzmuellerWhitespace
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-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-07 Richard HeckAdd a "noprefix" option to the "labelonly" version...
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Richard HeckAdd ability to use refstyle's plural and capitalization...
2017-01-02 Richard HeckLabel only command for reference dialog.
2016-10-16 Guillaume MunchDocstringify getLongString in general and preamble...
2016-07-04 Guillaume MunchRationalise includes
2016-06-07 Richard HeckFix bug #10194: Space missing in UI.
2015-10-20 Guillaume MunchAmend bb344452
2015-10-15 Georg BaumFix std::string docstream output error
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-30 Richard HeckDo not truncate references in outline pane (bug 9312).
2014-10-16 Richard HeckUpdate comment.
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-04-21 Juergen Spitzmuellerulem commands can be nested.
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-03-19 Richard HeckFix bug #8587 properly, by using local language for...
2013-03-18 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-03-18 Richard HeckMake things a little better with respect to bug #8587.
2013-03-18 Richard HeckAllowing direct, read-write access to the references...
2013-03-18 Richard HeckAdd FIXME concerning bug #8599.
2013-03-18 Richard HeckFix bug #8597: Output only (ref) for \eqref, not: equat...
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...
2013-02-07 Richard HeckFix really silly logic error. This should make prettyre...
2012-08-30 Enrico ForestieriProtect underlined \ref{} commands by enclosing them...
2011-12-03 Richard HeckComments.
2011-07-13 Richard HeckFix bug with output of prettyref chapter references.
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-04-15 Richard HeckForgot to change this in XHTML output, so formatted...
2011-03-19 Vincent van RavesteijnSimplify logic in InsetRef::latex().
2011-03-19 Vincent van RavesteijnRevert wrong previous commit.
2011-03-19 Vincent van RavesteijnSimplify logic in InsetRef::latex().
2011-03-13 Richard HeckWhat is output as \eqref under prettyref needs to be...
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-20 Richard HeckSimplify InsetRef::forToc().
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-11-17 Richard HeckBetter way of doing these checks, suggested by Enrico.
2010-11-17 Richard HeckBe more careful here about isalpha and isalnum. Per...
2010-11-10 Richard HeckFix a bug in getFormattedReference().
2010-11-08 Richard HeckFix bug in fallback reference output with refstyle...
2010-11-01 Richard HeckPartially fix #5108.
2010-10-29 Richard HeckThis has to be delayed, since otherwise it provides...
2010-10-29 Richard HeckFix prettyref output.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-28 Richard HeckChange the way we output formatted references under...
2010-10-27 Vincent van RavesteijnRemove InsetRef::isLatex. This no longer needed as...
2010-10-21 Richard HeckFix bug #6962. I hadn't see how these were being escaped.
2010-10-14 Richard HeckNeed ifthen for this, too.
2010-10-13 Richard HeckRefstyle support. The user can now choose between prett...
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-07-16 Richard HeckRemove Nameref support. Too many issues involving trans...
2010-07-13 Richard HeckNameref support.
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-26 Richard HeckTruncate long cross-references and show the whole thing...
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-20 Richard HeckIntroduce a "formatted counter" for use with formatted...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-20 Richard HeckBetter XHTML output for InsetRef.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-12-31 Richard HeckWhitespace.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckFix silly omission.
2009-11-28 Richard HeckRestore XHTML output for InsetLabel and InsetRef. There...
2009-11-25 Richard HeckUse that again.
2009-11-14 Richard HeckGet XHTML output for InsetRef working, again in a fairl...
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-09-09 Vincent van RavesteijnRevert r31219.
2009-08-24 Tommaso CucinottaThis fix suppresses the "BROKEN:" tag on references...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-09 Abdelrazak YounesGeneral support for InsetCommand context menu. For...
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
next