]> git.lyx.org Git - lyx.git/history - src/BiblioInfo.cpp
get rid of the \use_escape_chars pref, which was not used
[lyx.git] / src / BiblioInfo.cpp
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}