]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibtex.cpp
Revert "Attempt to fix bug 9158 using updateBuffer."
[lyx.git] / src / insets / InsetBibtex.cpp
2018-09-02 Richard Kimberly... Revert "Attempt to fix bug 9158 using updateBuffer."
2018-08-20 Juergen SpitzmuellerFix line break in tooltip
2018-04-15 Richard HeckAttempt to fix bug 9158 using updateBuffer.
2017-10-18 Juergen SpitzmuellerDo not scan BibTeX files multiple times in a collectBib...
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-04-07 Jean-Marc LasgouttesAvoid using buffer() which might throw an exception
2017-03-31 Jean-Marc LasgouttesPlay again with coverity annotation
2017-03-31 Jean-Marc LasgouttesFollowup to e10db6c7: handle InsetCitation too.
2017-03-31 Jean-Marc LasgouttesAnnotate destructors to please coverity
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2017-02-04 Juergen SpitzmuellerSupport for multiple bibliographies setting "per child"
2017-02-04 Juergen SpitzmuellerSupport for multiple bibliographies
2017-01-15 Juergen SpitzmuellerDon't load bibtopic with Biblatex
2017-01-14 Juergen SpitzmuellerMinor string fixes
2017-01-14 Juergen SpitzmuellerSome master/child biblio fixes.
2017-01-13 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerUse master buffer params when appropriate
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerBiblatex support
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-07 Juergen SpitzmuellerImplement CiteItem in the chain
2017-01-05 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-04 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-02 Juergen SpitzmuellerExtend the Bibfiles cache
2017-01-01 Juergen SpitzmuellerRework default bibliography style UI
2016-12-31 Juergen SpitzmuellerRework default bibliography style UI
2016-07-04 Guillaume MunchRationalise includes
2016-07-03 Guillaume MunchBeautify ToolTips in work area
2016-06-06 Georg BaumRethrow excepction instead of a copy
2015-05-03 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2015-05-03 Enrico ForestieriUpdate paths of included files when saving to a differe...
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...
next