]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibtex.cpp
Whitespace
[lyx.git] / src / insets / InsetBibtex.cpp
2014-04-22 Juergen SpitzmuellerBibtopic requires styles files to be passed via argument
2013-05-30 Richard HeckFix bug #8506: Output all references when asked to...
2013-03-12 Richard HeckAdd a for_search member to OutputParams, and use it...
2013-03-09 Richard HeckTry again to fix Kornel's slowness problem. The previou...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2013-02-06 Julien RiouxMove label generation from InsetBibtex to BiblioInfo.
2013-02-06 Julien RiouxWhitespace only.
2013-02-06 Jean-Marc LasgouttesRename Path.h to PathChanger.h (actual name of the...
2013-01-15 Julien RiouxImplement plain text export of BibTeX bibliography...
2013-01-15 Julien RiouxUse buffer().B_() instead of translateIfPossible.
2013-01-15 Julien RiouxBetter fix for #7732: Use buffer.B_().
2013-01-07 Julien RiouxUse document language when exporting citations to LyXHT...
2012-05-14 Richard HeckWe need to clean the HTML id before writing it.
2012-05-13 Richard HeckFix bug #8156.
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-03 Richard HeckMerge branch 'master' of git.lyx.org:lyx
2012-04-01 Richard HeckFix bug #8107. Just an oversight: We need to invalidate...
2012-01-09 Julien RiouxBuffer param \cite_engine_type (authoryear|numerical).
2011-12-12 Julien RiouxAdd a document-wide default bibliography style \biblio_...
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2011-12-03 Julien RiouxRemove the .aux and .bbl files when we switch the citat...
2011-12-03 Julien RiouxRemove extra whitespace.
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-09-15 Tommaso CucinottaAdded -E option to specify export format and destinatio...
2011-04-01 Richard HeckClean up XHTML output a bit.
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-12-07 Pavel SandaReplay r36748
2010-12-07 Pavel SandaRevert commits from 36745
2010-12-06 Stephan Witt#7026 substitute isDigit() by isDigitASCII() and ditch...
2010-12-04 Richard HeckRevert r36696: We can't collect BibTeX information...
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
2010-12-03 Richard HeckProper fix now for bug #6846. The idea, due to JMarc...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-31 Vincent van RavesteijnRemove some unneeded includes from some header files.
2010-10-29 Richard HeckConstness.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-11 Uwe StöhrInsetBibtex.cpp:
2010-09-27 Uwe Stöhrfiletools.cpp: introduce a new method to be able to...
2010-09-15 Richard HeckFix output of HTML tags in bibliography info.
2010-09-15 Richard HeckFix i18n for InsetBibtex.
2010-08-10 Richard Heckbuffer_ --> buffer()
2010-08-09 Richard HeckMissing invalidations of bibfile cache.
2010-08-09 Richard HeckRevert r35106.
2010-08-09 Richard HeckDon't need this argument, since it was only ever called...
2010-08-09 Richard HeckChange error message. Reason why appears later.
2010-08-09 Richard HeckMore work toward speeding up the bibfile caching stuff.
2010-08-05 Richard HeckRemove unused variables, add questions. Anyone know?
2010-08-02 Richard HeckStyle and a sanity check.
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaFileName.mangledFilename -> FileName.mangledFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-29 Richard HeckRead the citation formats from a file, rather than...
2010-03-27 Richard HeckUse rich text in XHTML output, too.
2010-03-12 Uwe StöhrInsetXXX.cpp: remove unused include of MetricsInfo.h
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-11 Richard HeckAuthor-year citations for XHTML output.
2010-01-08 Richard HeckOutput keys with bibliography, too.
2010-01-08 Richard HeckMove the collection of citations and sorting routines...
2009-12-14 Richard HeckAdd comment.
2009-12-03 Richard HeckCSS for InsetBibtex. We include this via the validate...
2009-12-03 Richard HeckThe BibTeX bibliography only includes BibTeX entries.
2009-11-30 Richard HeckForgot that unique() doesn't actually erase anything.
2009-11-30 Richard HeckAdd some space, move a comment.
2009-11-30 Richard HeckRestore XHTML output for InsetBibtex.
2009-11-08 Abdelrazak Younesremove unneeded setBuffer().
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
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 HeckOK, now here's a big one: XHTML output for InsetBibtex...
2009-06-11 Richard HeckIt is convenient for me to change this for use in XHTML...
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2009-01-16 Richard HeckRevert r27975 and 28105, as they are causing too many...
2009-01-11 Richard HeckFix the translation of macros like: \"u, which don...
2008-12-29 Richard HeckConvert LaTeX constructs to Unicode when reading BibTeX...
2008-11-19 Richard HeckWhitespace.
2008-11-16 Jean-Marc Lasgouttesrename [io]docfstream to [io]fdocstream
2008-06-06 Richard HeckPrevent a crash when destroying insets whose Buffers...
2008-06-05 Richard HeckMore cache fixing. Similar fix as for InsetBibtex,...
2008-06-05 Richard HeckFix some of the BibTeX cache issues. We need to be...
2008-06-05 Richard HeckGive an error message here.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-29 Pavel SandaSome strings.
2008-04-30 Richard HeckCorrections, thanks to Bernhard.
2008-04-30 Richard HeckThat one isn't unexpected.
2008-04-30 Richard HeckCosmetics, and some error messages from the BibTeX...
2008-04-28 Jürgen SpitzmüllerImplement inset-edit in InsetBibtex and add a context...
2008-04-28 Jürgen Spitzmüller* InsetBibtex.cpp:
2008-04-28 Jürgen Spitzmüller* InsetBibtex.{cpp,h}:
2008-04-22 Richard HeckFix an old typo.
2008-04-22 Uwe StöhrInsetBibtex.cpp: compilation fix
next