]> git.lyx.org Git - lyx.git/history - src/insets/InsetCitation.cpp
Restore XHTML output for InsetCitation.
[lyx.git] / src / insets / InsetCitation.cpp
2009-11-30 Richard HeckRestore XHTML output for InsetCitation.
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
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-06-11 Richard HeckGet XHTML output for InsetCitation working, at least...
2009-05-07 Richard HeckMove the word-wrapping code to support, so that it...
2009-05-07 Enrico ForestieriAvoid ugly macros in the preamble and protect underline...
2009-03-28 Jürgen Spitzmüllerwhitespace.
2009-03-27 Richard HeckWhitespace, formatting.
2009-03-25 Richard HeckTooltips for InsetCitation. Please check if this works...
2008-11-15 André Pönitzfix constness of string literals
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-05-20 Jürgen Spitzmüller* InsetCitation:
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-28 Jürgen Spitzmüllerdynamic context menu for InsetCitation.
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-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-03-27 Richard HeckCosmetics. And avoid conversion of EmbeddedFile to...
2008-03-26 Richard HeckRevert last commit.
2008-03-26 Richard HeckFix for bug 4670, by JMarc.
2008-03-15 André Pönitzearder cleanup; cosmetics;
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-10 Abdelrazak Younesfix http://bugzilla.lyx.org/show_bug.cgi?id=4608
2008-03-04 Abdelrazak YounesAdd citations to Navigator.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-18 Abdelrazak Younesheader cleanup
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
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-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-08 André Pönitzshuffle stuff around
2007-11-07 André Pönitzmore use of support::FileName.
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-20 André Pönitzmainly cosmetics
2007-09-20 Richard HeckIndentation fix.
2007-09-11 André Pönitzremove unnneded #include
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-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...