]> git.lyx.org Git - lyx.git/history - src/insets/InsetRef.cpp
Enable InsetQuote in verbatim and Hebrew
[lyx.git] / src / insets / InsetRef.cpp
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...
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-03-02 Abdelrazak YounesIntroduce a labels&references cache at buffer level...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Abdelrazak Younesdoubly stupid bug fix.
2008-02-27 Abdelrazak Younesstupid bug fix.
2008-02-27 Abdelrazak YounesInsetRef::addTocToc(): add an entry for the referenced...
2008-02-27 Abdelrazak YounesBug fix: Adjustment for multiple reference to the same...
2008-02-27 Abdelrazak YounesHe he he, something I've been dreaming of for a long...
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...
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
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-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-09-27 Richard HeckThis is the first part of a cleanup of how we handle...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
next