]> git.lyx.org Git - lyx.git/history - src/insets/InsetCitation.cpp
Force BibTeX rerun upon add/remove/change citation (fixes #6955).
[lyx.git] / src / insets / InsetCitation.cpp
2013-01-12 Julien RiouxForce BibTeX rerun upon add/remove/change citation...
2013-01-10 Julien RiouxLyXHTML linking from citation to bib entry for LyX...
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
2012-01-09 Julien RiouxBuffer param \cite_engine_type (authoryear|numerical).
2011-12-03 Julien RiouxRemove extra whitespace.
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-05-07 Richard HeckFix bug #7499. The problem here is that there was no...
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 HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-10-31 Vincent van RavesteijnRemove some unneeded includes from some header files.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-07-30 Richard HeckAdd a comment.
2010-03-29 Richard HeckRead the citation formats from a file, rather than...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-26 Richard HeckCosmetics.
2010-02-12 Jürgen SpitzmüllerFix encoding issues in bibitems (bug #6534)
2010-01-21 Richard HeckSimplify InsetCitation::basicLabel() code.
2010-01-21 Richard HeckForgot to wrap first citation.
2010-01-20 Richard HeckFix warning.
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-11 Richard HeckAuthor-year citations for XHTML output.
2010-01-09 Richard HeckMove the anonymous functions that are left closer to...
2010-01-09 Richard HeckMake the complexLabel and basicLabel functions in Inset...
2010-01-09 Richard HeckA little cleanup of some of the BibTeX info access.
2010-01-08 Richard HeckNo output for nocite citations.
2010-01-08 Richard HeckStyle.
2010-01-08 Richard HeckUse calculated labels in XHTML output.
2010-01-08 Richard HeckTypos etc.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckRestore XHTML output for InsetCitation.
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-11 Richard HeckIt is convenient for me to change this for use in XHTML...
2009-06-11 Richard HeckGet XHTML output for InsetCitation working, at least...
2009-05-07 Richard HeckMove the word-wrapping code to support, so that it...
2009-05-07 Enrico ForestieriAvoid ugly macros in the preamble and protect underline...
2009-03-28 Jürgen Spitzmüllerwhitespace.
2009-03-27 Richard HeckWhitespace, formatting.
2009-03-25 Richard HeckTooltips for InsetCitation. Please check if this works...
2008-11-15 André Pönitzfix constness of string literals
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-05-20 Jürgen Spitzmüller* InsetCitation:
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-28 Jürgen Spitzmüllerdynamic context menu for InsetCitation.
2008-04-25 Richard HeckImplement a cache for BibTeX data. There was a cache...
2008-04-20 André Pönitzmove citation enums into header of their own
2008-04-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-03-27 Richard HeckCosmetics. And avoid conversion of EmbeddedFile to...
2008-03-26 Richard HeckRevert last commit.
2008-03-26 Richard HeckFix for bug 4670, by JMarc.
2008-03-15 André Pönitzearder cleanup; cosmetics;
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-10 Abdelrazak Younesfix http://bugzilla.lyx.org/show_bug.cgi?id=4608
2008-03-04 Abdelrazak YounesAdd citations to Navigator.
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...
2008-02-18 Abdelrazak Younesheader cleanup
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
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-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-08 André Pönitzshuffle stuff around
2007-11-07 André Pönitzmore use of support::FileName.
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-20 André Pönitzmainly cosmetics
2007-09-20 Richard HeckIndentation fix.
2007-09-11 André Pönitzremove unnneded #include
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-20 Richard HeckBiblio.{h,cpp} --> BiblioInfo.{h,cpp}
2007-08-20 Richard HeckImprovements to the citation dialog UI. It is now possi...
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...