]> git.lyx.org Git - lyx.git/history - src/BiblioInfo.cpp
LyXHTML linking from citation to bib entry for LyX 2.1 (fixes #8490).
[lyx.git] / src / BiblioInfo.cpp
2013-01-10 Julien RiouxLyXHTML linking from citation to bib entry for LyX...
2013-01-08 Julien RiouxFix cache for getInfo() with/without richtext (fixes...
2013-01-08 Julien RiouxPreserve BibTeX metadata in LyXHTML output (fixes ...
2013-01-08 Julien RiouxMove richtext escaping to its own postprocessing routine.
2013-01-07 Julien RiouxUse document language when exporting citations to LyXHT...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-05-13 Richard HeckStyle.
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
2012-01-09 Julien RiouxBuffer param \cite_engine_type (authoryear|numerical).
2011-12-08 Georg BaumBeautify output of \usepckage statements (each statemen...
2011-12-05 Julien RiouxThis is not limited to BibTeX. Missing citation keys...
2011-12-03 Julien RiouxGive a visual feedback that the BibTeX key could not...
2011-12-03 Julien RiouxRemove extra whitespace.
2011-10-29 Vincent van RavesteijnRemove unneeded includes
2011-09-27 Julien RiouxAllow \nocite again with the basic citation engine.
2011-04-12 Richard HeckFix problem with citation dialog. The code changes...
2010-09-15 Richard HeckFix output of HTML tags in bibliography info.
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
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-28 Vincent van RavesteijnSquash warning.
2010-03-28 Richard HeckWhitespace and comments.
2010-03-28 Richard HeckMake a couple of important bibliographic phrases transl...
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 other bit.
2010-02-12 Jürgen SpitzmüllerFix encoding issues in bibitems (bug #6534)
2010-01-21 Richard HeckFix non-BibTeX detection of "author (year)" labels.
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-13 Richard HeckFix warning.
2009-12-13 Jürgen Spitzmüller* BiblioInfo.cpp (convertLaTeXCommands):
2009-11-07 Peter Kümmelcmake: fix merge build
2009-06-12 Jürgen Spitzmüller* BiblioInfo.cpp:
2009-06-12 Enrico ForestieriFix display of BibTeX entries in the info field of...
2009-06-11 Richard HeckIntroduce a field for keeping track of the citation...
2009-04-09 Richard HeckJust rearranging and adding some comments.
2009-04-04 Richard HeckFix the year display in InsetCitation.
2009-04-04 Richard HeckSimplify.
2009-01-17 Richard HeckLocalize a couple strings.
2009-01-17 Richard HeckWhoops. Was programming in perl yesterday....
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 HeckWe'll do the unicode conversion where it's actually...
2009-01-16 Richard HeckCache the getInfo() return value. This will matter...
2009-01-04 Richard HeckImprovements to the parser that extracts the "family...
2008-11-19 Richard HeckThe comment preceding getValueForField() reflected...
2008-11-19 Richard HeckFix 5538.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-25 Richard HeckFix from Vincent for citation display issues.
2008-09-25 Richard HeckMove NOCITE to the end of the enum, so that it will...
2008-09-08 Pavel SandaCoding style
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-26 Jürgen Spitzmüllerimprovements to the Citation UI.
2008-04-25 Richard HeckImplement a cache for BibTeX data. There was a cache...
2008-04-20 André Pönitzmove citation enums into header of their own
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-06 Abdelrazak YounesLoad child documents unconditionally at updateLabels...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-14 Richard HeckCode rules.
2008-02-14 Richard HeckProtect our data.
2008-02-14 Richard HeckDo not inherit from std::map.
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-05 André Pönitzcosmetics as hinted by uncrustify
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-20 André Pönitzmainly cosmetics
2007-08-20 Richard HeckBiblio.{h,cpp} --> BiblioInfo.{h,cpp}