]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/biblio.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / biblio.C
2005-03-21 Jean-Marc Lasgouttessupport \% in bib files; support annote field
2005-01-19 Angus LeemingAsger's exchanging of the class and struct keywords.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-05-14 Angus Leeminga new biblio::asValidLatexString helper function.
2004-05-14 Angus LeemingMove the biblio::CiteEngine enum into bufferparams...
2004-05-13 Angus LeemingStore the citation engine in BufferParams as biblio...
2004-05-10 Angus LeemingClean up natbib, jurabib code as posted to the list...
2004-03-07 Jürgen SpitzmüllerAdd support for the jurabib package (www.jurabib.org...
2004-02-01 Lars Gullik BjønnesCleanup usage of contains and simplify a bit.
2004-01-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-05 Angus LeemingAdd missing headers. With thanks to Martin...
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingAnother 49 #includes bite the dust.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-05-13 André PönitzSTRCONV() all over the place
2003-05-13 André PönitzThe 'bformat' introduction
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-11-21 Lars Gullik Bjønnesuse boost::format
2002-11-12 John Levonfix warnings
2002-11-12 Angus LeemingSimplify BRE.
2002-11-07 Angus Leeming* Add RegEx to the compiled boost files.
2002-11-06 Angus LeemingRearrange code in readiness for a larger patch.
2002-11-06 Angus LeemingTrivial clean-up. No change in functionality.
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-10-21 Lars Gullik Bjønnesws fixes, formatting and some other small changes
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-15 Angus LeemingNothing but a changed email address (trying to factor...
2002-08-14 Lars Gullik Bjønnesws only
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-28 Lars Gullik Bjønnesremove some unneeded version of functions from lstrings,
2002-07-16 Jean-Marc Lasgouttescompile fix in XPM image loader; fix opaque handling...
2002-05-25 Lars Gullik Bjønnesget rid of LRegex and LSubstring, use boost::regex...
2002-05-13 Lars Gullik Bjønnessome bib fixes from Herbert
2002-04-26 Angus LeemingWYSIWYM citation labels for sub-standard BibTeX databases.
2002-04-24 Angus LeemingWYSIWYG citation labels when using natbib.
2002-04-16 Angus Leeming(Herbert): fix parsing of bibtex entry bug.
2002-04-15 Angus LeemingThose parts of Herbert's natbib patch that either fix...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-18 Angus LeemingDon't test for string::c_str() returning NULL.
2002-03-11 Jean-Marc Lasgouttesanother bibtex parsing fix
2002-03-11 Jean-Marc Lasgouttesbibfile parsing and insetgraphics fixes from Herbert...
2002-03-05 Angus LeemingDon't call parseBibTeX at all if the info field is...
2002-03-05 Angus LeemingFix crash when data.find('=') returns string::npos.
2002-02-26 Jean-Marc Lasgouttescleanups from John and Juergen, bib files parsing fix...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-01-20 Jean-Marc Lasgouttesfixes to biblio and insetgraphics from herbert; disable...
2002-01-19 Jean-Marc Lasgouttesfix from herbert to biblio parsing
2001-08-09 Angus LeemingFixes to References dialog (read-only status) and to...
2001-07-19 Jean-Marc Lasgouttessmall things
2001-07-19 Angus LeemingMerge natbib branch into head
2001-06-13 Angus LeemingRemoved // -*- C++ -*- from all .C files!
2001-06-13 Angus LeemingAdded // -*- C++ -*- to the top of all files in control...
2001-06-02 Angus LeemingModification to ButtonController, so that read-only...
2001-05-14 Angus LeemingTwo tiny clean-ups.
2001-04-24 Lars Gullik Bjønnesmove more support functions into namespace lyx, small...
2001-03-30 Angus Leeming* Baruch's GuiBC template.
2001-03-29 Angus Leemingsmall fixes.
2001-03-28 Angus LeemingController-view split of Graphics and Index popups.