]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibtex.h
Fix bug #6315: counters in insets that don't produce output have ghost values.
[lyx.git] / src / insets / InsetBibtex.h
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