]> git.lyx.org Git - lyx.git/history - src/BiblioInfo.h
Update tex2lyx to format 420. Determine the default style
[lyx.git] / src / BiblioInfo.h
2011-12-03 Julien RiouxRemove extra whitespace.
2010-09-15 Richard HeckFix output of HTML tags in bibliography info.
2010-03-29 Richard HeckThere are other ways we can get in trouble, so let...
2010-03-29 Richard HeckDo the translation the right way.
2010-03-29 Richard HeckIntroduce a simple macro facility for citation formats...
2010-03-29 Richard HeckRead the citation formats from a file, rather than...
2010-03-27 Richard HeckThese can just be strings, and will need to be so later.
2010-03-27 Richard HeckAllow the use of rich text in citation formats. And...
2010-03-27 Richard HeckThis is the first step towards allowing customization...
2010-02-13 Richard HeckFix warning.
2010-02-12 Jürgen SpitzmüllerFix encoding issues in bibitems (bug #6534)
2010-01-11 Richard HeckAuthor-year citations for XHTML output.
2010-01-09 Richard HeckA little cleanup of some of the BibTeX info access.
2010-01-08 Richard HeckRoutines for calculating numerical labels for BibTeX...
2010-01-08 Richard HeckMove the collection of citations and sorting routines...
2009-12-03 Richard HeckThe BibTeX bibliography only includes BibTeX entries.
2009-06-11 Richard HeckIntroduce a field for keeping track of the citation...
2009-04-09 Richard HeckJust rearranging and adding some comments.
2009-01-17 Richard HeckThis can be a const ref now.
2009-01-17 Richard HeckImprove the display of BibTeX info in InsetCitation...
2009-01-16 Richard HeckCache the getInfo() return value. This will matter...
2008-11-19 Richard HeckThe comment preceding getValueForField() reflected...
2008-11-19 Richard HeckFix some comments.
2008-11-19 Richard HeckFix 5538.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-04-25 Richard HeckImplement a cache for BibTeX data. There was a cache...
2008-04-24 Richard HeckA leftover. Removed.
2008-04-20 André Pönitzmove citation enums into header of their own
2008-03-10 Abdelrazak Younesadd missing ctor
2008-02-14 Richard HeckCode rules.
2008-02-14 Richard HeckCleanup.
2008-02-14 Richard HeckProtect our data.
2008-02-14 Richard HeckDo not inherit from std::map here either.
2008-02-14 Richard HeckDo not inherit from std::map.
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
2007-08-20 Richard HeckBiblio.{h,cpp} --> BiblioInfo.{h,cpp}