]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibitem.h
InsetInfo: enable inset dissolve
[lyx.git] / src / insets / InsetBibitem.h
2017-10-18 Juergen SpitzmuellerDo not scan BibTeX files multiple times in a collectBib...
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2013-04-08 Jean-Marc LasgouttesFix another faulty signature
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2011-12-03 Julien RiouxRemove extra whitespace.
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-27 Vincent van RavesteijnOrganize header files in src\insets.
2010-10-25 Vincent van RavesteijnWe don't want InsetCommand to have a function updateCom...
2010-08-09 Richard HeckRevert r35106.
2010-08-09 Richard HeckDon't need this argument, since it was only ever called...
2010-05-03 Vincent van RavesteijnMake destructors virtual in base classes and only there.
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2010-02-12 Jürgen SpitzmüllerFix encoding issues in bibitems (bug #6534)
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckRestore XHTML output for InsetBibitem.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
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 InsetBibitem working, and the output for LATEX_BIB_...
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2008-06-18 Pavel SandaFix include orderings.
2008-06-05 Richard HeckMore cache fixing. Similar fix as for InsetBibtex,...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-04 Jürgen Spitzmüller* src/insets/InsetLabel.[cpp,h}:
2008-02-29 Richard HeckFix InsetBibitem::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...
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
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 Jean-Marc LasgouttesThe counters labelstring patch. Part 2: Use the new...
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2