]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibtex.h
Fix commented out code
[lyx.git] / src / insets / InsetBibtex.h
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-03-30 Juergen SpitzmuellerGuiBibtex: add button to edit individual databases...
2019-03-29 Juergen SpitzmuellerAdd support for mixed-encoded biblatex files
2018-09-25 Juergen SpitzmuellerAdd bibtex inset to outliner if "add to toc" is checked.
2018-09-12 Jean-Marc LasgouttesRevert "Use new display() values to remove some inset...
2018-09-12 Jean-Marc LasgouttesUse new display() values to remove some inset hardcoding.
2018-09-02 Richard Kimberly... Try yet again try to fix bug #9158.
2018-09-02 Richard Kimberly... Revert "Try yet again try to fix bug #9158."
2018-09-02 Richard Kimberly... Try yet again try to fix bug #9158.
2017-11-07 Richard HeckAttempt to fix bug 9158 using updateBuffer.
2017-10-18 Juergen SpitzmuellerDo not scan BibTeX files multiple times in a collectBib...
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
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-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 SpitzmuellerBiblatex support
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
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-02 Juergen SpitzmuellerExtend the Bibfiles cache
2015-05-03 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2015-05-03 Enrico ForestieriUpdate paths of included files when saving to a differe...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2013-01-15 Julien RiouxImplement plain text export of BibTeX bibliography...
2011-12-03 Julien RiouxRemove extra whitespace.
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
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...
2010-12-04 Richard HeckRevert r36696: We can't collect BibTeX information...
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
2010-12-03 Richard HeckProper fix now for bug #6846. The idea, due to JMarc...
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-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 RavesteijnAnother non-base class with a virtual destructor. Sorry...
2009-11-30 Richard HeckRestore XHTML output for InsetBibtex.
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 HeckIt is convenient for me to change this for use in XHTML...
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2008-06-05 Richard HeckFix some of the BibTeX cache issues. We need to be...
2008-04-28 Jürgen SpitzmüllerImplement inset-edit in InsetBibtex and add a context...
2008-04-28 Jürgen Spitzmüller* InsetBibtex.{cpp,h}:
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-03-29 Richard Hecks/createBibFiles/updateBibFiles/
2008-03-29 Richard HeckImprove createBibFiles so it does not recreate the...
2008-03-29 Richard HeckA couple cosmetic changes. Move the unicode problem...
2008-03-29 Richard HeckMostly cosmetic changes.
2008-03-15 Bo PengEmbedding: when an inset with an embedded file is copie...
2008-03-13 Bo PengEmbedding: move file validation from InsetBibtex to...
2008-03-09 Bo PengContinue working on the embedding feature. An additiona...
2008-03-05 André Pönitzmake code look a bit more uniform
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
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-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
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 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2