]> git.lyx.org Git - lyx.git/history - src/insets/InsetCitation.h
Loop refactoring
[lyx.git] / src / insets / InsetCitation.h
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-08-23 Pavel SandaEnable Open Citation menu item iff citation contain...
2020-08-20 Pavel SandaAllow LyX to find pdfs and urls of citation references...
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2019-09-13 Jean-Marc LasgouttesFollow some of the performance advice from cppcheck
2019-08-11 Juergen SpitzmuellerForce LTR for numeric citations
2019-08-07 Juergen SpitzmuellerAllow for multiple use of same key in qualified citatio...
2018-02-22 Richard HeckRespect "literal" setting when entering citation via...
2018-02-22 Richard HeckMake InsetCitation's params work like other classes.
2017-12-06 Juergen SpitzmuellerRecreate citation label after paste
2017-05-24 Jean-Marc LasgouttesRevert "Add possibility for command inset to inherit...
2017-03-28 Jean-Marc LasgouttesAdd possibility for command inset to inherit enclosing...
2017-01-30 Juergen SpitzmuellerExtend LATEXIFY command param handling and add literal...
2017-01-21 Juergen SpitzmuellerSupport for "qualified citation lists"
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-13 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-07 Juergen SpitzmuellerAdd items to toggle "Force uppercase" and "Full author...
2017-01-05 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-04 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Juergen SpitzmuellerNo need to hardcode the possible cite commands
2017-01-03 Juergen SpitzmuellerDifferentiate InsetCite
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-05-24 Pavel SandaHeader cleanup cont.
2013-05-12 Lars Gullik BjønnesRemove ; from end of function definitions
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-01-15 Julien RiouxRemove unused include.
2013-01-15 Benjamin PiwowarskiInitial patch for citation-insert
2013-01-12 Julien RiouxForce BibTeX rerun upon add/remove/change citation...
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
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-10-31 Vincent van RavesteijnRemove some unneeded includes from some header files.
2010-10-27 Vincent van RavesteijnOrganize header files in src\insets.
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
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 HeckMake the complexLabel and basicLabel functions in Inset...
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 HeckGet XHTML output for InsetCitation working, at least...
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-03-25 Richard HeckTooltips for InsetCitation. Please check if this works...
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-04-28 Jürgen Spitzmüllerdynamic context menu for InsetCitation.
2008-04-20 André Pönitzmove citation enums into header of their own
2008-03-27 André Pönitzremove remaining MailInsets.
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-29 Richard HeckFix InsetCitation::clone.
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...
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-27 Richard HeckThis is the first part of a cleanup of how we handle...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-20 Richard HeckBiblio.{h,cpp} --> BiblioInfo.{h,cpp}
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...